


body
{
width: 780px;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
background-color: #000000;
}
#en_tete
{
height: 120px;
background-image: url("images/titre.jpg");
margin-bottom: 5px;
}
#menu
{
width:780px;
height: 30px;
color: white;
background-color: #808080;
margin-bottom: 5px;
}


#corps
{

width:780px;
background-repeat: no-repeat;
background-color: #e7e7e7;
font-size: large;
text-align: center;
margin-bottom: 5px;
}


#corps h1
{
font-size: 120%;
text-align: center;
}


#corps h2 
{
   font-size: 135%;
}


#corps table
{

}



#corps td
{
text-indent: 30px;
text-align: justify;
}

#corps p
{
text-indent: 30px;
text-align: center;
font-size: large;
}


#pied
{
width:780px;
margin-top: 5px;
background-color: #808080;
color:white;
text-align: center;
}

a
{
color: #000000;
}


a:hover
{
background-color: #FFFFFF;
color: #000000;
}

.black
{
color: #000000;
}

img
{
color: #000000
}

.blanc
{
color: #FFFFFF
}