body
{
   width: 820px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 10px;
   background-image: url("fond.png");
   background-repeat: repeat;   
}

a img
{
  border: none;
  display: block;
}

em
{
   color: white;
   font-style: italic;
   text-decoration: none;
   font-family: Arial,Verdana,"Trebuchet MS", serif;
   font-size: 14px;
}

#banniere
{
margin-bottom: 10px;
}

/* MENUS HORIZONTAUX*/

div#menu_horizontal
 {
margin: auto;
height : 150px;
margin-top : 0px;
margin-bottom: 10px;
border-bottom: #196E2B double 5px;
}

div#menu_horizontal ul 
{
list-style-type : none;
margin : 0px;
padding : 0px;
}

div#menu_horizontal li
{
width: 15%;
padding : 10px;
}

div#menu_horizontal li.bouton_gauche
{
float : left;

}

div#menu_horizontal li.bouton_droite
{
float : right;
}

div#menu_horizontal a 
{
color : black;
text-decoration : none;
padding : 0 5px;
}

/* MENU VERTICAL*/

#menu
{
   float: left;
   width: 140px;
   color: white;
   text-align: justify;
   font-family: "Comic Sans MS", Arial, "Times New Roman", Times, serif; 
   font-size: 70%;
   border-right: #196E2B double 5px;
}

div#menu ul 
{
list-style-type : none;
margin : 0px;
padding : 5px;
}

.element_menu
{
   line-height: 20px;
   margin-bottom: 10px;
}


#corps
{ 
   width: 600px;
   margin-bottom: 40px;
   margin-left: 180px;
}

.logo
{
   float: left;
}


.presentation
{
   padding-right: 5px;
   color: white;
   text-indent: 20px;
   text-align: justify;
   font-family: "Comic Sans MS", Arial, "Times New Roman", Times, serif; 
}

.diapo
{
   float: right;
   margin-top: 10px;
   margin-bottom: 50px;
   margin-left: 5px;
   text-indent:0px;
}

.damp_baniere
 {
   float: left;
   margin-top:0px;
   margin-left: 120px;
}

#pied_de_page
{
float: left;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
color: white;
font-family: "comic Sans MS", Arial,Verdana,"Trebuchet MS", serif;
font-size:14px;
font-style: italic;
}

#pied_de_page a 
{
color: black;
text-decoration: underline;
}

#pied_de_page a:hover
{
font-size:16px;
font-style: none;
}