body {
	background-color: #087fdd;
}
img {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 18px;
	font-weight: lighter;
}

#site{
	width:940px; 
	margin: auto;
	font-weight: light;
}

#conteneur{
	overflow: hidden;
	
	margin-top: 0px;

	background-color: #8bd0fa;
	background-image:url('../images/fond/milieu.jpg');
	background-repeat:repeat-y;

}

#conteneur_haut{
	height: 20px;
	width: 940px;
	background-image:url('../images/fond/haut.jpg');
}

#conteneur_bas{
	height: 20px;
	width: 940px;
	background-image:url('../images/fond/bas.jpg');
}

#menu{
	width:190px;
	float: left;
	margin-left: 20px;
}

#page{
	margin-left: 200px;
}

#corps{
	width: 680px; 
	margin-left: 10px;
	text-align: justify;
	font-family: Georgia;
	font-size: 14px;
	color: #076CBE;
	font-weight: bold;
}

.image_gauche{
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.image_droite{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.texte{
	font-family: Georgia;
	font-size: 14px;
	color: #076CBE;
	text-decoration: none;
	font-weight: bold;
}
.texte_alternatif{
	font-family: Georgia;
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.aide_admin{
	border-style: solid;
	border-width: 2px;
	border-color: #087fdd;
	background-color: white;
	margin-bottom: 20px;
	padding: 5px;
}


#photo_zoom{
	width:860px; 
	margin: auto;
	font-weight: light;
	//visibility: hidden;
	
	
	z-index: 1;
	background-color: #087FDD;
	position: absolute; 
	//left: 50%;
	//top: 20px;
	//margin: auto;
	//width: 860px;
	//margin-left:-430px;
	//visibility: visible;
	visibility: hidden;

	left: 0px;
	top: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
}

#photo_zoom_conteneur{
	overflow: hidden;
	
	margin-top: 0px;
	width: 860px;
	background-color: #8bd0fa;
	background-image:url('../images/fond/photos_milieu.jpg');
	background-repeat:repeat-y;

}

#photo_zoom_conteneur_haut{
	height: 15px;
	width: 860px;
	background-image:url('../images/fond/photos_haut.jpg');
}

#photo_zoom_conteneur_bas{
	height: 15px;
	width: 860px;
	background-image:url('../images/fond/photos_bas.jpg');
}



/*.bouton{
	color: #087fdd;
	font-family: Georgia;
	background-color: white;
}*/
