body
{
   margin: auto;
    padding: 0px;   
   background-image: url("http://bebe.craquant.fr/images/fond.png");
}

/* L'en-tıte */
/*
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("http://bebe.craquant.fr/images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
*/

/* Le haut de page (qui se trouve tout en haut,pubs) */

#en_tete
{

   height: 80px;
 
   color: #333333;
   background-color: #00C2F8;
   background-image: url("http://bebe.craquant.fr/images/fond_banniere.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#haut_de_page
{
   padding: 5px;

   text-align: center;

}

/* Le menu */

#menu_gauche
{
   width: 125px;
    float: left;
}

.element_menu
{
   background-color: #00C2F8;
   background-image: url("http://bebe.craquant.fr/images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


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

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

.element_menu a
{
   color: #333333;
}

.element_menu a:hover
{
   background-color: #00C2F8;
   color: #DA2AE9;
}

#menu_droit
{
   float: right;
   width: 125px;
}

/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-right: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #333333;
   background-color: #04F6FA;
   background-image: url("http://bebe.craquant.fr/images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   text-align: center;
   font-size: 44px;
   font-family: Arial, "Arial Black", font-size: larger, "Times New Roman", Times, serif;
}


.element_corps a h1
{
   color: #333333;
}

.element_corps a:hover h1 
{
   background-color: #04F6FA;
   color: #DA2AE9;
}

#corps h2
{
   height: 30px;

   background-repeat: no-repeat;
   font-size: 44px; 
   padding-left: 30px;
   color: #333333;
   text-align: left;
}



#corps h3
{
   height: 30px;

   background-image: url("http://bebe.craquant.fr/images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #333333;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en gınıral pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #333333;
   background-color: #00C2F8;
   background-image: url("http://bebe.craquant.fr/images/fond_banniere.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

