#header
{
background-image: url("header.jpg");
width: 832px;
height: 200px;
}


body
{
background-color: #CB7300;
}



#menu
{
background-image: url("menu.png");
width: 832px;
height: 74px;
text-align: center;
font-size: 20px;
padding-top: 25px;
}

#menu a
{
color: white;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}
 
#menu a:hover
{
text-decoration: underline;
}

#corps
{
background-image: url("corps.jpg");
background-repeat: repeat-y;
width: 832px;
}

#conteneur
{
margin: auto;
width: 832px;
}

aside
{
    border: 3px solid brown;
}



#footer
{
background-image: url("footer.jpg");
width: 832px;
height: 49px;
}



#corps {      
color: black;
}


 
#Global
{
    width:100%;
}
#Global#gauche
{
    position:relative;
    width:60%;
}
#Global#droite
{
    position:relative;
    left:60%
    width:40%;
}