body
{
   width: 92%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond1.jpg");
   background-repeat: repeat-xy;
}

#en_tete
{
   width: 395px;
   height: 98px;
   margin-bottom: 10px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-left: 140px;
   border: 2px solid black;
}

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-image: url("images/fondcorps.jpg");
   background-repeat: repeat-xy;
   border: 2px solid black;
   margin-bottom: 20px;
   display: block;
   -moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}

.element_menu h3
{    
   color: blue;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-decoration: underline;
   font-weight: bold;
}

.element_menu ul
{
   list-style-image: circle;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: black;
}

.element_menu a:hover
{
   background-color: grey;
   color: black;
}

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   color: black;
   background-image: url("images/test.jpg");
   background-repeat: repeat-xy;
   border: 2px solid black;
}

#corps h1
{    
   color: rgb(208,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-weight: bold;
   font-variant: small-caps;
   text-decoration: underline;
}

#corps h2
{  
   color: lime;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   font-weight: bold;
   text-decoration: underline;
   background-repeat: no-repeat;
}

#corps h3
{  
   color: yellow;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   font-weight: bold;
   text-decoration: underline;
   background-repeat: no-repeat;
}

.lien
{
   color: maroon;
}

.lien:hover
{
   background-color: black;
   color: silver;
}

.mini_color
{
   color: yellow;
   text-decoration: underline;
}

.indisp
{
   color: rgb(208,0,0);
   font-weight: bold;
   font-variant: small-caps;
}

.b_dispo
{
   color: rgb(255,170,0)
}

.nouveau
{
   color: lime;
   font-weight: bold;
   font-variant: small-caps;
}

.temps
{
   font-weight: bold;
}

#pied_de_page
{
   padding: 5px;
   clear: both;
   text-align: center;
   color: black;
   background-image: url("images/fondcorps.jpg");
   border: 2px solid black;
}