/* CSS Document */

html, body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px; 
	/*color:#444444;*/
	color: black;
	font-weight:normal;	
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background-color: #CCCCCC;
	/*background-image:url(img/fonds/gris_021.jpg);*/
	background-image:url(img/fonds/sable.jpeg);
	background-repeat: repeat;
}

.conteneur {
	position: relative;
 	margin-left: auto;
	margin-right: auto; 
	top:0;
	left:0;
	width: 1000px; 
	height:700px;
	/*border: thin solid red;*/
}

.photo_galerie {
	border: thin solid white;
	border-width:2px;
}

.text_photo_galerie {
	border: thin solid black;
	height: 25px;
	background-color:#CCCCCC;
	border-width:1px;
	font-size: 10px; 
}


.divmenu A:link {text-decoration: none; color: black;}
.divmenu A:visited {text-decoration: none; color: black;}
.divmenu A:active {text-decoration: none; color: black;}
.divmenu A:hover {text-decoration: underline; color: black;}

.divmain A:link {text-decoration: none; color: white;}
.divmain A:visited {text-decoration: none; color: white;}
.divmain A:active {text-decoration: none; color: white;}
.divmain A:hover {text-decoration: underline; color: white;}

.divmenu2 A:link {text-decoration: none; color: black;}
.divmenu2 A:visited {text-decoration: none; color: black;}
.divmenu2 A:active {text-decoration: none; color: black;}
.divmenu2 A:hover {text-decoration: underline; color: black;}

.divtitre {
	position: absolute;
	top: 10px;
	left:230px;
	width:770px;
	height:40px;
	/*border: thin solid green;
	border-width:1px;*/
}

.divmenutitre {
	position: absolute;
	font-size: 11px; 
	top:35px;
	left:0;
	padding:5px;
	width:200px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	background-color: #FFFF99;
	border: thin solid black;
	border-width:1px;
}

.divmenu {
	position: absolute;
	font-size: 10px; 
	top: 60px;
	left:0;
	padding:5px;
	width:200px;
	color:#000000;
	background-color:#FFFFFF;
	border: thin solid black;
	border-width:1px;
}

.submenu {
	font-size: 10px; 
}

.divmaintitre {
	position: absolute;
	top:74px;
	left:230px;
	padding:5px;
	width:760px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	background-color: #FFFF99;
	border: thin solid white;
	border-width:1px;
}

.divmain {
	position: absolute;
	top: 99px;
	left:230px;
	/*height: 400px;*/
	height: 478px;
	padding:15px;
	width:740px;
	color: white;
	/*font-style:italic;*/
	background-color: #666666;
	border: thin solid white;
	border-width:1px;
}

.divmenu2titre {
	position: absolute;
	font-size: 11px; 
	/*top: 370px;*/
	top: 524px;
	left:0;
	padding:5px;
	width:200px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	background-color: #FFFF99;
	border: thin solid black;
	border-width:1px;
}

.divmenu2 {
	position: absolute;
	font-size: 10px; 
	/*top: 395px;*/
	top: 549px;
	left:0;
	padding:5px;
	width:200px;
	color:#000000;
	background-color:#FFFFFF;
	border: thin solid black;
	border-width:1px;
}

.divfooter {
	position: absolute;
	/*top: 540px;*/
	bottom:0;
	left:0;
	padding:5px;
	width:990px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size: 12px; 
	font-weight:normal;
	background-color:#FFCC00;
	border: thin solid black;
	border-width:1px;
}

.counter {
	font-size: 13px;
	font-style:italic;
	font-weight:bold;
	color: blue;
}
