/* Page générale */
body
{
   width:100%;margin:auto;min-width:1050px;max-width:2000px;
   margin: auto;
   background-image:url(../images/Test_Fond_droit_1024x768.gif);
   background-attachment:fixed;
}



/* Bannière : logos + bande de texte */
#en_tete
{
   background-position: bottom;
   background-repeat: repeat-x;
   margin-bottom: 10px;
   padding-top:10px;
   text-align: center;
   background-color: white;
} 
#en_tete p
{
	font-family: "Arial", Arial, Times, serif;
	font-size: 20px;
	text-align: center;
	color: yellow;
	font-weight: bold;
	background-color:rgb(165,28,57);
	border: 1px outset black;
}
  
#logoensiame
{
	height: 88px;
	margin-left:0;
	position: left top;
	float: left ;
	left: 20px;
	top: 10px;
}

#logovalmev
{
	float: right;
	position: right top;

}



/* Menu latéral */
#menu
{
   float: left;
   width: 140px;
   margin-top: 20px;
}

.element_menu
{
   border: 1px outset black;
   background-color:rgb(165,28,57);
   margin-bottom: 12px;
   margin-left: 50px;
   width: 170px;
}

.element_menu h3 
{    
	font-size: 18px;
   font-family: "Georgia", Arial, "Arial Black", Times, serif;
   text-align: center;

}

.souligne
{
	text-decoration: underline;
}
.element_menu ul 
{
	   font-family: "Georgia", Arial, "Arial Black", Times, serif;
	font-size: 14px;
	
   list-style-image: url("/Design/puce.gif"); 
   padding: 0px; 
   padding-left: 25px;
   padding-right: 10px;
   margin: 0px; 
   margin-bottom: 5px; 
}

.element_menu a 
{
	text-decoration: none;
   color: #FFFF00;
}

.element_menu a:hover 
{
   color: black;
}



/* Corps de la page */
#corps
{
   margin-top: 40px;
   margin-left: 250px; 
   margin-right: 50px;
   margin-bottom: 20px; 
   padding-left: 40px;
   padding-right: 20px;
   border-left : 1px solid black;
   font-family: "Times new roman", Times new roman, serif;
   font-size: 16px;
}

#corps h2
{
	margin-left: 350px;
	font-family: "Arial", Arial, Times, serif;
	font-size: 20px;
}

.centre
{
	text-align: center;
}

.compteur
{
	float:right;
}

/* Gallerie photo incluse dans le corps de page */
.gallerie
{
	margin-left:auto; 
	margin-right:auto; 
	padding-bottom:10px; 
	text-align:center;
}

.cadre_photo
{
	vertical-align:top; 
	text-align:center;
}

.photo
{
	 width:140px; 
	 height:140px; 
	 background:url(../images/dia.gif); 
	 background-repeat:no-repeat; 
	 margin-left:auto; 
	 margin-right:auto; 
	 text-align:center;
}



/* Pied de page : texte */
#pied_de_page
{
   padding: 5px;
   text-align: center;
   font-size: 12px;
   color: #000;
   clear: both; 
}



