body{
   width: 1200px;
   height: 100%;
	/*right:50px;*/
	/*margin-right:25%;*/
	
   margin:0 auto;
   background-color:#FFFFFE;
   	
   color:#0c780;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 10px;
}

#en-tête
{
   height: 100px;
   background-color:#37D426;
   background-image:url(/images/fond_vert2.jpg);
   background-repeat:repeat-x;
   border:solid 1px #cdff03;
   margin-top: 2px;
   margin-bottom: 0px;
   
   text-align:center;
   color:#FFFFFF;
}

#en-tête h1
{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:374px;
	color:#cdff03;
	font-size:20px;
}

#en-tête h2
{
	clear:left;
	color:#334001;
	text-decoration:underline;
	font-size:16px;
}

.logo1Head
{
	float:left;
	margin-left:350px;
	margin-top:10px;
	width:50px;
}

.logo2Head
{
	float:left;
	margin-right:350px;
	margin-top:10px;
	width:50px;
}

/* la partie gauche */
#corps_gauche
{
   position:absolute;
   width: 350px;
   height:550px;
   background-image:url("images/fond_vert3.jpg");
   background-repeat: repeat-x;
   margin-top: 1px;
   margin-bottom: 0px;
   
   text-align:center;
}

#alignMenu
{
	text-align:right;
	margin-top:10px;
}
#menu
{
	font-size:16px;
	text-align:left;
	width: 300px;
	margin:auto;
	color:#334001;
	border-bottom:5px double #334001;
	border-top:5px double #334001;
}

#menu dt
{
	margin-top:7px;
	margin-bottom:3px;
	border-bottom:1px solid #94c63d;
}

dd
{
	list-style-image:url("images/puceListe.png");
	color:#94C63D;
}

#menu a{
	text-decoration:none;
	color:#94C63D;
}

#menu a:hover{
	text-decoration:none;
}

#menu li:hover{
	background-color:#94C63D;
	color:#334001;
}

#photo_gauche
{
	height:125px;
	padding-top:10px;
}

/* la partie droite */
#corps_droit
{
   position:absolute;
   width: 350px;
   margin-left:850px;
   height: 500px;
   background-color:#f1fa9f;
   background-image:url("images/fond_vert3.jpg");
   background-repeat: repeat-x;
   margin-top: 1px;
   margin-bottom: 0px;
   text-align:center;
}

#photo_droit
{
	position:relative;
	top:25px;
	margin:auto;
	padding:2px;
}

#photo3
{
	height:22%;
	margin:auto;
	margin-top:0px;
	padding:10px;
}

#photo4
{
	height:22%;
	margin:auto;
	margin-top:0px;
	padding:10px;
}

#photo5
{
	height:22%;
	margin:auto;
	margin-top:0px;
	padding:10px;
}

/* la partie du milieu */
#corps
{
	position:absolute;
	width: 500px;
	height: 500px;
	background-color:#334001;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left:350px;
	text-align:center;
	color:#cdff03;
}

#texte
{
	color: #cdff03;
	font-size: 18px;
	padding: 10px;
}

#texte2
{
	color: #4fff29;
	font-size: 10px;
	padding: 5px;
}
#titre
{
	color: #3fe300;
	font-size: 15px;
	
}

#tableau_coordonnees
{
	
	background-color:#4fff29;
	font-size:14px;
	color:black;
}
	

/* le pied-de-page */
#pied_de_page
{
	position:absolute;
	width: 80%;
	height: 13%;
	margin-top:500px;
	margin-bottom:1px;
	background-color:#FFFFFF;
	border:solid 1px #ccc82e;
	background-repeat: no-repeat;
	text-align:center;
	color:#b01700;
	font-size:12px;