/*FEUILLE DE STYLE POUR LE BODY ET LA STRUCTURE GLOBALE*/
html, body {
min-height: 100%;
margin-top:0;
margin-right:0;
margin-bottom:0;
margin-left:0;
padding: 0px 0px;
background-color:white;
background-image:url(medias/background.jpg);
background-repeat:no-repeat;
/*background-attachment:fixed;*/
}

#global {
/*position:absolute;*/
width: 860px;
height: 500px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px;
text-align: left; 
background: url(medias/background_corps.jpg);
background-repeat:no-repeat;
}

#header {
/*position:absolute;*/
width: 860px;
height: 94px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left; 
}

#bande_photo {
/*position:absolute;*/
width: 860px;
height: 135px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: center; 
}

#navigation {
/*position:absolute;*/
width: 860px;
height: 20px;
margin-top: 5px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: center; 
}

#corps {
/*position:relative;*/
/*float: left;*/
width: 714px;
height: auto;
margin-top: 10px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px;
text-align: left; 
}

#ligne_footer {
width: 714px;
height: 2px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
background-color: #000000;
float: left;
font-size:1px;
}

#footer {
/*position:absolute;*/
width: 714px;
height: 50px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
float: left; 
}

