/* BANNIERES */
#about_banners{

}
#about_banners h1{
font-size:23px;
color:#0B5A9C;
margin:0 0 10px 0;
}
#about_banners h2{
font-size:17px;
color:#FF8919;
margin:0 0 10px 0;
}
#about_banners .intro{
font-size:13px;
margin:0 0 20px 0;
}
#about_banners .item{
border-bottom:1px solid #dfdfdf;
padding:0 0 20px 0;
margin:0 0 20px 0;
overflow:hidden;
zoom:1;
}
#about_banners .item.last{
border-bottom:none;
padding:0;
margin:0;
}
#about_banners .item .visuel{
float:left;
width:160px;
}
#about_banners .item.full .visuel{
float:none;
width:auto;
margin:0 0 10px 0;
}
#about_banners .item .visuel img{
display:block;
margin:0 0 2px 0;
}
#about_banners .item .visuel span{
font-size:11px;
color:#989898;
}
#about_banners .item .code{
width:304px;
}
#about_banners .item.full .code{
float:none;
width:487px;
}
#about_banners .item .code textarea{
width:465px;
height:65px;
border:1px solid #dfdfdf;
padding:5px;
margin:0 0 5px 0;
}
