/* CSS Document */
body{
	overflow:hidden;
}

#contenu{
height:308px;
padding:30px;
}
.bandes{
position:relative;
height:86px;
width:auto;
margin-bottom:4px;
margin-right:4px;
}
.bandes img,.bandes_courtes img {
border:2px solid #CCDF9B;
margin-right:4px;

}
.bandes_courtes{
/*width:440px;*/
}
.bande_longue{
/*width:620px;*/
}
/***************************/
#haut{
top:0px;
left:2000px;
}
#milieu{
top:0px;
left:-1000px;
}
#bas{
top:0px;
left:-1000px;
}
#logoBig{
position:absolute;

top:205px;
left:2000px;
}
#contenu > #logoBig{top:200px;}
