body {
background-color: #C0C0E3;
font-family: 'Trebuchet MS', Arial, sans-serif;
font-size: 0.8em;
margin-top: 20px;
margin-bottom: 20px;
}

#page {
position: absolute;
width: 780px;
left: 50%;
margin-left: -390px;
background-color: #E2E9F3;
border: 1px solid black;
margin-bottom: 200px;
}

#header {
/* background-image: url("ciel.jpg");
background-repeat: no-repeat; */
border-bottom: 1px solid black;
height: 180px;
/* background-color: #99CCCC; */
}

#corps {
background-color:#FFFFFF;
margin-left: 150px;
margin-right: 150px;
border-right: 1px solid black;
border-left: 1px solid black;
}

#gauche {
position: absolute;
left:0;
width: 150px;
}

#droite {
position: absolute;
right:0;
width: 150px;
}

#pied1{
height: 15px;
width: 782px;
position: absolute;
left:-1px;
background-color: #C0C0E3;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid #C0C0E3;
border-left: 1px solid #C0C0E3;
}

#pied2{
width: 780px;
background-color: #E2E9F3;
text-align: center;

} 