body
{
background-color : #faf3a5 ;
font: 11px verdana, sans-serif;
margin : 0;
padding : 0;
position : relative ;
z-index : 0;
background-image : url("img/grand_fond.png");
background-repeat : repeat-x ;
background-attachment : fixed ;
text-align :center;
}

#corps
{
width : 1024px;
background-image : url("img/fond_centre.png");
min-height : 550px;
/*background-position : top center ;                        background-color : #f8fbfe ;            */
margin-left: auto;
margin-right: auto;
position : relative ;
z-index : 0;
text-align : left;
}


#grande_boite
{
width : 930px;
min-height : 200px;
position : relative ;
text-align : justify;
border: 2px solid #b22222;
padding : 5px;
margin-bottom : 2px;
padding-bottom : 15px;
left : 40px;
}

#boite1
{
width : 687px;
height : 200px;
left :40px;
position : absolute ;
text-align : justify;
border: 2px solid #b22222;
padding : 5px;
}

#boite2
{
width : 227px;
height : 568px;
float: right;
right : 40px;
position : relative ;
text-align : justify;
border: 2px solid #b22222;
padding : 5px;
}

#boite3
{
width : 338px;
height : 352px;
left : 40px;
top : 216px;
position : absolute ;
text-align : justify;
border: 2px solid #b22222;
padding : 5px;
float : left;
}

#boite4
{
width : 334px;
height : 352px;
left : 393px;
top : 216px;
position : absolute ;
text-align : justify;
border: 2px solid #b22222;
padding : 5px;
}

img
{
position : relative ;
float :left;
margin : 5px;
}

#banniere
{
width : 1024px;
height : 150px;
background-image : url("img/banniere.png");
/*background-position : top center ;                        background-color : #f8fbfe ;            */
background-repeat : no-repeat ;
margin-left: auto;
margin-right: auto;
position : relative ;
}

#pied
{
width : 1024px;
height : 177px;
background-image : url("img/pied.png");
background-repeat : no-repeat ;
margin-left: auto;
margin-right: auto;
position : relative ;
z-index : -1;
}


#lien
{
position : absolute;
left : 800px;
text-decoration : none;
}


#menuDeroulant
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 top: 50;
 left: 380;
 display:block;
}

#menuDeroulant li
{
 width : 95px;
 float: left;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #FFF;
 background: #3B4E77;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #b22222; }
#menuDeroulant li a:active { background-color: #5F879D; }

