
/*-----------------------------------*/
/*    Feuille de style du site       */
/*-----------------------------------*/


/* Le fond de page */

body
{
   cursor:url(curseur.cur);
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: #FFCC99;
   background-image: url("images/");
}


/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("img/titre.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

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

.element_menu
{
   background-color: #FFCCFF;
   background-image: url("images/");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #FF00FF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #FF00FF;
}

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


/* Le corps de la page */

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

#corps h1
{
   color: #FF3399;
   text-align: center;
   font-family: French Script MT;text-decoration:underline; font-size:30pt
}

#corps h2
{
   border:2px solid #CC3366; height: 40px;

   background-image: url('img/palette.gif');
   background-repeat: no-repeat;
   
   padding-left: 40px;
   color: #CC0066;
   text-align: left; font-family:Pristina; font-size:24pt; vertical-align:baseline; letter-spacing:2; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#FFCC99
}


/* Le pied de page */

#pied_de_page
{
   padding: 2px;

   text-align: center;

   color: #CC0066;
   background-color: #FF99CC;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}