body
{
width:760px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
}

#en_tete
{
width:755px;
height:180px;
margin-bottom:10px;
border:2px solid black;
padding:5px;
background-color:#ccffcc;
-moz-border-radius: 15px;
}

#en_tete h1
{
color:#ff3300;
font-family:"Arial Black","Times New Roman",Times,serif;
text-align:center;
}

#en_tete h2
{
color:#ff3300;
font-family:Arial,"Arial Black",Times,serif;
text-align:center;
text-decoration:underline;
}

#en_tete a
{
color:#ff33ff;
}

#en_tete a:hover
{
color:#669900;
}

#en_tete .imageflottante1
{
float:left;
}

#en_tete .imageflottante2
{
float:right;
}

#pied_de_page .imageflottante1
{
float:left;
}

#pied_de_page .imageflottante2
{
float:right;
}

#corps
{
width:755px;
margin-bottom:20px;
padding:5px;
color:#0000ff;/*les paragraphes en bleu*/
border:2px solid black;
background-color:#ccffcc;
font-family:verdana,Times,serif;/*police du texte*/
font-size:14px;/*taille du texte*/
text-indent:30px;/*le paragraphe commence avec un retrait*/
-moz-border-radius: 15px;
}

#corps h3,h4
{
color:#ff3300;/*les titres en rouge*/
}

#corps h5
{
color:#000000;/*noir*/
}

#corps a
{
color:#330066;/*les liens sont violet*/
}

#corps a:hover
{
color:#669900;/*quand on passe sur les liens ils sont vert*/
}

#pied_de_page
{
padding:5px;
text-align:center;
color:#000000;
background-color:#ccffcc;
border:2px solid black;
-moz-border-radius: 15px;
}
