body
{
width:90%;
margin-left: auto;
margin-right: auto;
background-color: rgb(255,191,128);
font-family: Arial, "Times new roman", Times, sans-serif;
}


#en_tete
{
height: 109px;
background: url("header.png") no-repeat bottom center white;
}


h1
{
text-indent:-50000px;
height: 109px;
}

#corps h2
{
color: #000fff;
text-align: center;
background-color :rgb(255,255,255);
}

#corps
{
margin-left: auto;
margin-top: 20px;
padding:10px;
color : #0000ff;
background-color : rgb(255,255,255);
text-align : justify;
}

ul
{
text-align: left;
list-style-type: disc;
margin-left: 15%;
}



#pied_de_page
{
clear:left;
margin-top:30px;
padding:5px;
color: #0000ff;
text-align: center;
}

