@import url('menu.css');
*{
margin:0;
padding:0;
}
.breaker{
clear:both;
}
body{
background:url(../images/common/fond.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
}
.general{
width:900px;
background:#fff;
border:1px solid #CECECE;
border-top:none;
margin:0px auto 0px auto;
}
.bandeau{
background:url(../images/common/bandeau.jpg) no-repeat;
width:898px;
height:116px;
margin:0px auto 0px auto;
overflow:hidden;
}
.bandeau img{
margin:22px 0px 0px 27px;
width:201px;
float:left;
}
.bandeau .bt{
float:right;
margin:76px 24px 0 0;
}
.bandeau .bt img{
margin:0;
border:none;
width:auto;
}
.anim{
width:898px;
margin:0px auto 0px auto;
}
.contenu{
width:898px;
background:url(../images/common/f_bas.gif) no-repeat bottom;
padding:0px 0px 13px 0px;
margin:0px auto 1px auto;
}
#menu{
float:left;
width:248px;
padding:0px 22px 20px 0px;
background:url(../images/common/f_menu.gif) no-repeat right;
}
.centre{
float:left;
width:628px;
padding:0px 0px 20px 0px;
}


.pied{
text-align:center;
font-size:10px;
color:#999999;
}
.pied a{
font-size:10px;
text-decoration:none;
color:#999999;
}
.pied ul{
margin:10px 0px 5px 0px;
}
.pied ul li{
display:inline;
border-right:1px solid #999999;
padding:0px 4px 0px 3px;
}
.pied ul li.dernier{
border-right:none;
}
.pied ul li a{
font-size:12px;
text-decoration:none;
color:#999999;
}