body
{
width: 860px;
margin: auto;
margin-top: 0px;
margin-bottom: 20px;
background-image: url("fond.png");
background-repeat: repeat-y;
background-position:center;
}

a img {border: none; } 

/* L'en-tête */

#en_tete
{
width: 860px;
height: 200px;   
margin-bottom: 40px;
}

/* Le menu */

#menu
{
float: left;
width: 130px;
}

#menu a
{
color: #ffcc00;
font-size: 0.8em;
text-decoration:none;
}

#menu ul
{
padding-left: 3px ;
list-style:none;
}

#menu li
{
margin-top:5px;
background:url("../image/boutonnoirmini.png");
width:105px;
height:20px;
padding:10px 0px 0px 20px;
}

#menu li a
{
width:120px;
height:30px;
font-weight:bold;
}

#menu h3{
font-family: "Segoe print", Arial, serif;
}

.element_menu
{
background-color: #000000;
border: 1px solid #3777AC;
-moz-border-radius:10px 0px 10px 10px;
margin-bottom: 20px;
}

.element_menu h3
{    
color: #ffcc00;
font-family: Papyrus, Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
font-size: 1.5em
}

/* Le corps de la page */

#corps
{
margin-left: 140px;
margin-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
-moz-border-radius:10px 10px 0px 0px;
color: white;
background-color: #000000;
background-image: url("images/motif.png");
background-repeat: repeat-x;
font-family: "Segoe print", Arial, serif;
font-size:0.78em;border: 1px solid #3777AC;
}



#corps h1
{
color: #ffcc00
}

#pied_de_page
{
text-align: center;
color: #ffcc00;
background-color: #000000;
border: 1px solid #3777AC;
-moz-border-radius:0px 0px 10px 10px;
}

