body
{
   margin-top: 20px;
   margin-bottom: 20px;
	background-color: black;
   font-size: 13px;
color: white;
}

body a
{
	text-decoration: none;
	color: #003805;
}

body a:hover
{	
	color: #003805;
   font-weight: bold;
}

body img
{
border: none;
}

#menu
{
text-align: center;
   float: left;
   width: 200px;
   font-size: 16px;
   background-color: black;
   background-image: url("images/pub.png");
   background-repeat: no-repeat;
   
   
   margin-bottom: 20px;
      margin-top: 10px;
	        margin-left: 10px;
	padding-right: 10px;


}

/* L'en-tête */

#en_tete
{
	margin: auto;
	
   width: 436px;
   height: 160px;
   margin-bottom: 40px;
   
      border: 5px double #003805;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;

}

.element_menu
{

   border: 1px solid  #003805;
      margin-bottom: 20px;



}


#menu a
{
   color: #003895;
}

#menu a:hover
{
   color: #003805;
   font-size: 95%;
}

#menu ul
{
list-style-type: none;
}


.gras
{
font-weight: bold;
}

.pas_gras
{
font-weight: normal;
}

.centre
{
margin: auto;
}

q
{
font-style: italic;
color: yellow;
}

blockquote
{
border: dashed 1px #003805;
}

/* Le corps de la page */

#corps
{
   margin-left: 250px;
   margin-right: 12px;
   margin-bottom: 5px;
   margin-top: 50px;
   padding: 10px;
   
   color: white;
   background-color: black;
   
   border: 1px solid #003805;
    font-family: "Trebuchet MS", Times, Arial, "Times New Roman", serif;
}

#corps li
{
margin-top: 5px
}

#corps ul
{
list-style-type: circle
}

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

#corps h2
{
	   font-style: italic;
   height: 60px;
   color: #2723ff;
   text-align: center;
}
#corps h2:hover
{
color: #003805;
}



/* Le pied de page  */

#pied_de_page
{
  margin-left: 250px;
margin-top: 30px;
	margin-right: 12px;
   padding: 5px;

   text-align: center;

   color: white;
   background-color: black;
   
   border: 1px solid #003805;
}
table, td, th
{
border: solid 2px #003805;
border-collapse: collapse;
margin: 5px;
padding: 3px;
}
caption
{
margin-top: 3px;
caption-side: bottom;
font-style: italic;
text-decoration: underline;
font-size: 95%
}
