body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
  	background-color: #524B50;
   cursor: auto;
}

/***************************************************************************************************/
#bandeau {
	width: 1000px;
   height: 175px;
   background-image: url(images/fond_header.png); 
   background-repeat: no-repeat;
	background-color:#00CCFF;
	}
.float {
 	float: left;
	height:135px;
	margin-left:30px;
	margin-bottom:20px;
	background-image:url(images/fond_tg.png);
 }
.float_M {
 	float:left;
	margin-left:100px;
 }
.float_R {
 	float: right;
 }
.float_M h1 {text-align:center; font-size:30px; color:#FFFF00; }
.float_M h2 {text-align:center; font-size:20px; color:#FFFFFF; }

container {
    background-color: #D7E7F2;
   border: 1px solid #287CB1;
 }
/***************************************************************************************************/
	
	
#contenu {
	width:1000px;
	height: auto;
	background-color:#FFCC00;
	background-image: url(images/corps.png);
	}

/*----------------------Menu Horizontale---------------------*/
#menu_H{     
   width: 1000px;
   height: 45px;
   text-align: center;
   margin-bottom: 0;
   margin-left:7px;
   color: #B3B3B3;
   /*background-color: #0A62CD;*/
   background-image:url(images/menu_H.png);
   background-repeat:no-repeat;
}  

#navigation {margin-top:30px; margin: 0 ; padding: 0 ; padding-top:5px;	list-style: none ; text-align: center ;}

#navigation li {display: inline ; margin-right:-3px ; color: #fff ; background: #c00 ;}

#navigation li a {padding: 1px ; padding-left:5px; padding-right:5px; background: #004182; color: #fff;
	font: 1em "Times New Roman", Times, serif "Trebuchet MS",Arial,sans-serif ;	font-weight: bold; line-height: 1em ;
	text-align: center ; text-decoration: none ;}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {background: #993300; background-image: url(images/gallerybuttons_24.gif); text-decoration: none;}
/*----------------------Fin Menu Horizontale---------------------*/	

.tete_corps{
	float:left;
	background-color:#004A9F;
	width:960px;
	height:25px;
	padding:2px;
	padding-left:12px;
	margin-left:12px;
	margin-bottom:5px;
	text-align: left;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
   -moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
}

.tete_corps a {color:#fff; font-weight:bold; text-decoration:none;}

.tete_corps a:hover, a:active, a:focus{text-decoration: underline;}

	
/*#pied_page {
	width:1000px;
	height:30px;
	}*/
#pied_page{
   width: 1000px;
   height: 30px;
   text-align: center;
   color: #B3B3B3;
   margin:0;
   background-color: #0066FF;
   background-image: url(images/pied.jpg);
	-moz-border-radius-bottomleft : 10px;
	-moz-border-radius-bottomright : 10px;
}
#pied_page p{font-size: 10px; color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;}
