<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #666666;
}
a:hover {
	color:#FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
}
a:link {
	text-decoration: none;
}

img{
	border:0;

}
/* page d'acceuil index.php */
#DivIndex {
	position: absolute;
	left: 0px; 
	top: 80px; 
	width: 1050px;
	height: 650px; 
	z-index: 2;
	text-align: center; 
}
#DivIndex p{
	font-size:14px;
	color:#999;
}


#DivMenuHaut {
	position: absolute;
	left: 0px; 
	top: 0px; 
	background-color: #ffffff;
	width: 1050px;
}

#DivMenuHaut a{
	font-size:13px;
	
}

#DivMenuHaut td{
	text-align:center;
}

.First-lettre{
		font-size:20px;
		font-family:"Comic Sans MS", cursive;
		font-weight:lighter;
		}



#DivImagePresentation {
	position:absolute;
	width:735px;
	height:650px;
	z-index:3;
	left: 0px;
	top: 50px;
	background-color: #FFFFFF;
	text-align:center;
	/*background-color:#0C6;*/
}

#DivImagePresentpagesite {
	position:absolute;
	width:1050px;
	height:650px;
	z-index:3;
	left: 0px;
	top: 80px;
	background-color: #FFFFFF;
	text-align:center;
	/*background-color:#0C6;*/
}

#TitreGalerie
{
	font-size:16px;
	color:#999;}

#DivBasPage {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 850px;
	top: 750px;
	background-color: #FFFFFF;
	color:#999;
	text-align:center;
	/*background-color:#0C0;*/
}

/* couleur lien webmaster */
#DivBasPage a  {	
	color:#999;
	text-decoration:underline;
}

#DivBasPagesite {
	position:absolute;
	width:1050px;
	height:50px;
	z-index:4;
	left: 0px;
	top: 800px;
	background-color: #FFFFFF;
	color:#999;
	text-align:center;
	/*background-color:#0C0;*/
}

/* couleur lien webmaster */
#DivBasPagesite a  {	
	color:#999;
	text-decoration:underline;
}

#DivNew {
	position:absolute;
	width:100%;
	left: 0px;
	top: 50px;
	background-color: #FFFFFF;
	margin-top:50px;
	/*background-color:#0C6;*/
}

#DivInfo {
	position:absolute;
	width:1050px;
	left: 10px;
	top: 50px;
	background-color: #FFFFFF;
	margin-top:50px;
	/*background-color:#0C6;*/
}

#DivExpo {
	position:absolute;
	width:1050px;
	left: 10px;
	top: 50px;
	background-color: #FFFFFF;
	margin-top:50px;
	/*background-color:#0C6;*/
}

#MenuDroit
{
	position:absolute;
	width:315px;
	height:650px;
	z-index:1;
	left: 735px;
	top: 89px;
	background-color: #FFFFFF;
	text-align:right;
	/*background-color:#C30;*/
	
	
}

/*style des liens vers les rubriques */
.LienRubrique{
	font-size:16px;
}

/*style des liens vers les galeries */
.LienGalerie{
	font-size:11px;
	font-style:italic;
	color:#009;
}

.LienGalerie:visited{
	color:#009;
}
.LienGalerie:hover{
	color:#FFCC00;
}