/* CSS Document */

html,body{
font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
/*background-color:#1D1D1D;*/
background:url('../img/fond_page_total.gif');
margin:0;
padding:0;
}

#pageTotal{
width:100%;
height:500px;
/*background:url('../img/fond_page.png') repeat-x;*/
}
/*hauteur sauf IE*/
html>body #pageTotal{
height:auto;
min-height:500px;
}

#centre{
width:800px;
margin-left:auto;
margin-right:auto;
}

<!--entete-->
#header{
width:800px;
height:68px;
}

#logo{
float:left;
width:161px;
height:68px;
}

#menu{
float:right;
width:600px;
height:68px;
text-align:right;
padding-top:40px;
}

<!--animation-->
#anime{
width:800px;
}

<!--contenu-->
#contenu{
width:800px;
}

#sousMenu{
/*width:161px;*/
width:153px;
float:left;
margin-left:8px;
}

#texte{
float:right;
width:600px;
}

#texteDroite{
float:right;
width:600px;
text-align:right;
}



<!-- pied de page-->
#footer{
height:57px;
width:100%;
background:url('../img/fond_footer.jpg') repeat-x;
text-align:center;
}