/*
Design soutien-scolaire-mag.com
*/

body
{
   width: 810px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;    
   background-color: #787746;  /*    EDEDED   A4B0C1*/
}

/* L'en-tête */

#en_tete
{
   width: 800px;
   height: 100px;
   background-image: url("images/banniere3.png");
   background-repeat: no-repeat;
   border: 5px solid white;
   margin-bottom: 5px;
}

/* Le menu de gauche */

#menugauche
{
   float: left;
   width: 183px;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: 72%;
}

.element_menugauche
{
   background-color: #FFFFFF;
   border: 5px solid #3A65A9;
   
   margin-bottom: 5px;
}


/* Quelques effets sur les menus */


.element_menugauche h3
{    
   color: #3A65A9;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: 72%;
   text-align: center;
}

.element_menugauche ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 10px;
   margin: 0px;
   margin-bottom: 1px;
}

.element_menugauche a
{
   color: #3A65A9;
}

.element_menugauche a:hover
{
   background-color: #3A65A9;
   color: white;
}

/* Le menu de droite */

#menudroite
{
   float: right;
   width: 183px;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: 72%;
}

.element_menudroite
{
   background-color: #FFFFFF;
   border: 5px solid #3A65A9;
   
   margin-bottom: 5px;
}


/* Quelques effets sur les menus */


.element_menudroite h3
{    
   color: #3A65A9;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: 72%;
   text-align: center;
}

.element_menudroite ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 10px;
   margin: 0px;
   margin-bottom: 1px;
}

.element_menudroite a
{
   color: #3A65A9;
}

.element_menudroite a:hover
{
   background-color: #3A65A9;
   color: white;
}

/* Le corps de la page */

#corps
{
   margin-left: 187px;
   margin-right: 187px;
   margin-bottom: 5px;
   padding: 5px;
   
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 80%;
   background-color: #FFFFFF; /*   EDEDED  DCE1E5*/
   
   border:5px solid #DCE1E5;
}

#corps h1
{
   color: #3A65A9;
   text-align: center;
   font-family: Verdana, "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: #787746;
   text-align: left;
}

}

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

}

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

#corps a
 {
	color:#333333;

}


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

#pied_de_page
{
    width: 420px;
   height: 50px;
   padding: 5px;
   
   margin-left: 185px;
   margin-right: 185px;

   text-align: center;

   color: #FFFFFF;
   background-color: #3A65A9;
   
   border: 5px solid white;
}

