body
{
   background-color: #ff665b;
   margin: auto; /* Pour centrer notre page */
}

a img {
	text-decoration: none;
	border: none;
	}

/* L'en-tête */

#en_tete_top
{
   background-color: #919191;
   height: 20px;
   border-bottom: 1px solid #787878;
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

.en_tete_top td
{
   border-right: 1px solid #787878;
   padding-right: 5px;
   padding-left: 5px;
}

.en_tete_top a
{
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

#en_tete
{
   height: 96px;
   background-color: #bdbdbd;
   border-bottom: 1px solid #787878;
   
}

#en_tete_bas
{
   background-color: #919191;
   height: 25px;
   border-bottom: 1px solid #787878;
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

.en_tete_bas td
{
   border-right: 1px solid #787878;
   padding-right: 5px;
   padding-left: 5px;
}

.en_tete_bas a
{
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 162px; /* Très important : donner une taille au menu */
}

#menu_droite
{
   float: right; /* Le menu flottera à gauche */
   width: 162px; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-color: white;
   background-image: url("../images/menuhaut.bmp");
   background-repeat: repeat-x;
   -webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topright: 0;
border-radius: 8px;
border-top-right-radius: 0;
   

   border: 1px solid grey;
   
   margin-bottom: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
   
}

.element_menu_st
{
   margin-left: 10px;
   margin-bottom: 0px;
   
}

/* Quelques effets sur les menus */


.element_menu h6 /* Tous les titres de menus */
{    
   color: #e0e0e0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 2px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   padding-bottom: 5px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   
}


A.menu1:link {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu1:visited {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu1:active {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu1:hover {text-decoration: none; color:#000000;}

A.menu2:link {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu2:visited {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu2:active {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.menu2:hover {text-decoration: none; color:#000000;}


/* Le corps de la page */

#corps
{
   margin-left: 167px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 167px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   
}
/* Quelques effets sur les elements du corps */

.element_corps
{
   background-color: white;
   background-image: url("../images/menuhaut.bmp");
   background-repeat: repeat-x;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   -webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topright: 0;
border-radius: 8px;
border-top-right-radius: 0;
   

   border: 1px solid grey;
   
   margin-bottom: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
   
}

.element_corps h6 /* Tous les titres de menus */
{    
   color: #e0e0e0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 10px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   padding-bottom: 2px;
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
}

td.index1 {background-color:grey; color: black; font-variant: normal; font-size: 10px; font-family: Arial, Verdana, Helvetica; padding-left: 10px;}

A.index1:link {text-decoration: none; color:black;  font-size: 10px; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.index1:visited {text-decoration: none; color:black;  font-size: 10px; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.index1:active {text-decoration: none; color:black;  font-size: 10px; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}
A.index1:hover {text-decoration: none; color:white;  font-size: 10px; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 10px;}



.element_corpsmin
{
   background-color: white;
   background-image: url("../images/menuhaut.bmp");
   background-repeat: repeat-x;
   -webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topright: 0;
border-radius: 8px;
border-top-right-radius: 0;
   
   

   border: 1px solid grey;
   
   margin-bottom: 0px; /* Pour éviter que les éléments du menu ne soient trop collés */
   
}
.element_corpsmin h6 /* Tous les titres de menus */
{    
   color: #e0e0e0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   padding-bottom: 2px;
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
}

.texte
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
   text-align: center;
   padding-bottom: 2px;
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
}

.diapo
{
   padding-top: 5px;
   text-align: center;
   width: 115px;
   border: 1px solid grey;
   background-color:white;
   -webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topright: 0;
border-radius: 8px;
border-top-right-radius: 0;
   
}

.numero_page a {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 16px;}
.numero_page:hover a {text-decoration: none; color:grey; font-family: Arial, "Arial Black", "Times New Roman", Times, serif; font-size: 16px;}

.menu_categorie
{
   text-align: center;
   background-color: #919191;
   height: 25px;
   border-bottom: 1px solid #787878;
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

.menu_categorie td
{
   border-right: 1px solid #787878;
   padding-right: 5px;
   padding-left: 5px;
}

.menu_categorie a
{
   text-decoration: none;
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
}

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

#pied_de_page
{
   background-color: grey;
   margin-bottom: 5px;
   padding: 5px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 10px;
   -webkit-border-radius: 8px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topright: 0;
border-radius: 8px;
border-top-right-radius: 0;

   margin-left: 167px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 167px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   
   color: white;
   background-color: #626262;
   
}


