/*
Design de waccabac
Ra006cis 0070ar Drod0065
http://www.waccabac.fr
*/


body
{
   width: 800px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;   
   background-color: #FFFFFF;
   background-image: url("images/fond.png");
}

/* L'en-tt0065 */
#haut
{
   width: 800px;
   height: 100px;
   margin: auto;
   background-image: url("images/haut.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

/* Le menu */
#menu
{
   float: left;
   width: 150px;
   font-weight: bold ;
   /*background-image: url("images/menu.png");*/
   /*background-repeat: no-repeat;*/
}

.element_menu
{
   /*background-color: #FFFFFF;*/
   /*background-image: url("images/menu.png");*/
   /*background-repeat: repeat-x;*/
   /*border: 1px solid black;*/
   margin-bottom: 0px;
}

.element_menu_pub
{
   background-color: #FFFFFF;
   /*background-image: url("images/menu.png");*/
   background-repeat: no-repeat;
   /*background-repeat: repeat-x;*/
   border: 2px solid black;
   margin-bottom: 10px;
   text-align: center;
   font-family: Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
}

/* Effets sur le menu */
.element_menu h3
{   
   background-color: #FFFFFF;
   color: #000000;
   font-family: Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url("images/menu.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 5px;
   padding-left: 30px;
   margin: 0px;
   border: 2px solid black;
   background-color: #FFFFFF;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #000000;
   color: white;
}

/* Corps de la page */
#corps
{ 
   margin-left: 155px;
   margin-right: 10px;
   margin-bottom: 10px;
   margin-top: 20px;
   padding: 10px;
   /*color: #000000;*/
   background-color: #FFFFFF;
   /* background-image: url("images/motif.png");  */
   /*background-repeat: repeat-x;*/
   border: 2px solid black;
}

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

#corps h2
{
   height: 30px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

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

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

