body
{
width: 760px;
margin: auto; /*centrage de la page */
margin-top: 20px; /*pour ne pas coller le haut du navigateur*/
margin-bottom: 20px; /*pour ne pas coller le bas du navigateur*/
background-color: #FFC125; /*trouver une couleur */ 
}
#en_tete /* on met un # car c'est un "id", avec un "class" c'est un . */
{
width: 758px;
height: 100px;
background-image: url("fourbi/banniere.jpg"); 
background-repeat: no-repeat;
margin-bottom: 10px;
}

#menu_haut
{
background-image: url("fourbi/menuhaut.jpg");
background-repeat: no-repeat;
background-position: 0%;
}
#menu_haut td
{
font-family: Bradley Hand ITC, "Arial Black", Times, serif;
background-color: hidden;
height: 20px;
width: 500px;
text-align: center;
padding: 5px;
}

#menu_massage
{
float: left;
width: 120px;
}
#menu_formation
{
float: right;
width: 120px;
}

.element_menu
{
background-color: none;
border-top: none;
border-left: 2px dotted black;
border-right: 2px dotted black;
border-bottom: none;
margin-bottom: 20px;
}

/* effets sur les menus */

.element_menu h3
{
color: red;
font-family: Bradley Hand ITC, "Arial Black", Times, serif;
text-align: center;
}
.element_menu ul
{
padding: 10px;
padding-left: 20px;
margin: 0px;
}
.element_menu a /*les liens du menu */
{
color: #721E70;
}
.element_menu a:hover  /*pointage d'un lien du menu*/
{
background-color: red;
color: white;
}

#corps
{
border: none;
margin-right: 160px;
margin-left: 160px;
margin-bottom: 20px;
background-color: none;
padding: 5px;
}

#corps h1
{
color: white;
text-align: center;
font-family: Edwardian Script ITC, Times, Serif;
font-size: 180%;
}

#corps h2
{
color: red;
text-align: center;
font-family: Times, Arial, Serif;
font-size: 120%;
}

#corps h3
{
color: green;
text-indent: 30px;
font-size: 100%;
font-family: Arial, Serif;
font-style: italic;
}
#corps p
{
color: white;
text-align: justify;
text-indent: 20px;
font-size: 75%;
font-family: "Comic Sans MS", Arial, Serif;
}
#corps ul
{
color: white;
font-family: "Comic Sans MS", Arial, Serif;
font-size: 75%;
}
#corps td
{
border: 1px;
width: 210px; 
height: 160px;
}

#corps dt
{
font-family: "Comic Sans MS", Arial, Serif;
font-style: italic;
color: purple;
}

#corps dd
{
font-family: "Comic Sans MS", Arial, Serif;
font-size: 85%;
color: white;

}

#corps img
{
display: block;
margin-left: 2px;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}

img
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}

#corps .titreimg
{
font-family: Arial,Serif;
font-size: 65%;
text-align: center;
font-style: italic;

}
.parenthese
{
color: grey;
font-family: "Comic Sans MS", Arial, Serif;
font-style: italic;
}

#pied_de_page
{
background-repeat: no-repeat;
height: 40px;
width: 768px;
background-image: url("fourbi/pieddepage.jpg");
text-align: left;
}

