@import url(menu.css);
*{
margin:0px;
padding:0px;
}
.breaker{
clear:both;
height:1px;
overflow:hidden;
visibility:hidden;
}
body{
background:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
hr{
clear:both;
border:none;
border-top:1px solid #D7D7D7;
height:1px;
}
#bandeau{
display:block;
width:950px;
height:136px;
background:url(../images/picts_fr/bandeau_home.jpg) no-repeat 0px 0px;
}
#bandeau.bandeau1{
background:url(../images/picts_fr/bandeau1.jpg) no-repeat 0px 0px;
}
#bandeau.bandeau2{
background:url(../images/picts_fr/bandeau2.jpg) no-repeat 0px 0px;
}
#bandeau.bandeau3{
background:url(../images/picts_fr/bandeau3.jpg) no-repeat 0px 0px;
}
#bandeau.bandeau4{
background:url(../images/picts_fr/bandeau4.jpg) no-repeat 0px 0px;
}
#bandeau.bandeau5{
background:url(../images/picts_fr/bandeau5.jpg) no-repeat 0px 0px;
}
#bandeau_home{
display:block;
width:950px;
padding:15px 0px 0px 0px;
background:url(../images/common/f_bandeau.gif) repeat-x 0px 0px;
}
.logo, .logo_home{
float:left;
}
.logo a img, .logo_home a img{
display:block;
border:none;
}