/* CSS Document */
#bandeau, #menu
{
border : 0px solid black;
text-align : center;
background-color : #333333;
}

#bandeau
{
height : 170px;
background-color : #ffffff;
}

#bandeau2
{
height : 120px;
background-color : #333333;
}

#bandeau_light
{
height : 280px;
background-color : #ffffff;
}

header
{
position : fixed;
width : 100%;
top : 0;
left:0;
}

#contenu
{
margin : 55px 100px;
text-align : justify;
}

