@charset "utf-8";
/* CSS Document */

* {margin:0; padding: 0; }

body { background:url(images/fond.png) repeat; text-align: center; font-size: 12px; font:Verdana, Arial, Helvetica, sans-serif }
ul { list-style: none; }

#conteneur { width: 970px; height: 725px; margin:10px auto;text-align: left;  }
#header { height: 75px; background: url(images/header_index.png) no-repeat; text-align: center;}
#gauche { background: url(images/cote_gauche_index.png) no-repeat; width: 107px; height: 600px; float:left; }
#droite { background: url(images/cote_droit_index.png) no-repeat; width: 107px; height: 600px;  float:right; }/**/
#centre { background: url(images/centre_index.png) no-repeat; height: 600px;  width: 756px;float: left; }/*margin-left: 107px;  */
 
#centred, #centreg { width: 352px; height: 570px; text-align:justify; padding: 0 8px;} /*756/2-marge centreg*/
#centreg { width: 258px; height: 570px; text-align:justify; padding-right: 110px;}
#centreg { float: left;}
#centred { float: right; }

#centred a {display: block; background: url(images/entrez.png) no-repeat; width: 43px; height: 41px; float: right; margin-top: 274px;}
#centre a:hover { background: url(images/entrez_hover.png) no-repeat; }
#centreg a {display: block; background: url(images/promo.png) no-repeat; width: 69px; height: 42px; float: right; margin-top: 30px; }
#centreg a:hover { background: url(images/promo_hover.png) no-repeat; }



span { display: none;}


#footer { background: url(images/footer_index.png) no-repeat; height: 30px; clear: both; padding: 20px 10px 0; color: white; }
#footer a {color: #000; text-decoration: underline; font-weight:bold; }
#footer a:hover { background: white; color: black; }
#footer ul li { display: block; float: left; list-style: none; margin-right: 5px;}
#footer p {float: right; margin-right: 30px; }


