/*

Réalisé par Jonathan Bouchard
http://www.productionjb.com
*/

body
{
   width: 980px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px;   
   background-image: url("motif2.JPG");
}

/* L'en-tête */

#en_tete
{
   width: 980px;
   height:100px;
   background-image: url("baniere.JPG");
   background-repeat: no-repeat;
   margin-bottom: 5px;
}


/* Le menu */

#menu
{
   float: left;
   width: 130px;
   background-color:black
   
}

.element_menu
{
   background-color: ;#ff8000
   
   background-repeat: repeat-x;
   
   border: 4px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #ff8000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 15px;
   
}

.element_menu ul
{
   list-style-image: url(".bmp");
   padding: 0px;
   padding-left: 0px;
   margin: 0px;
   margin-bottom: px;
}

.element_menu a
{
   color: white;
   font-size: 13px;
   
   
   
}

.element_menu a:hover
{
   background-color: bleu;
   color:red ;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: red;
   background-image: url(".JPG");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}



/* Le pied de page  */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("motif.JPG");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}


.fin

{background-image: url("logo.JPG");
   text-align: right;
   font-size: 18px;
color: white;
   
   font-family: Arial, "Times New Roman", Verdana, serif;
   text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
}



.fin3

{background-color:white;
   text-align: left;
   font-size: 20px;
color: black;
   
   font-family: Arial, "Times New Roman", Verdana, serif;
   text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
}






.fin2

{background-image: url("motif2.JPG");
   text-align: right;
   font-size: 18px;
color: black;
   
   font-family: Arial, "Times New Roman", Verdana, serif;
   text-transform: capitalize; /* Les premières lettres des mots du titre seront en majuscules */
}

