table
{
margin:0px;
margin-left:0px;
background-color:#b8fad0;
text-align:center;
}


body
{
background-image:url('../IMAGES/DSC00364(4).jpg');
text-align:center;
}

h1, h2, h3
{
color:blue;
}


.affiche
{
margin:0px;
margin-left:0px;
text-align:center;
}

.clas
{
text-align:center;
}

#menus
{
font-family:"arial", arial, verdana, sans serif;
font-size:6;
float:left;
width:150px;
;
}

.element_menu
{
font-size:15px;      
color:#250987; 
}


/* Quelques effets sur les menus */

 h4
{
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
  font-size:15px;
   margin-left:0px;
	background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;   
   border: 2px solid black;
}



.element_menu h4 /* Tous les titres de menus */
{   
	padding:0px;
	color: darkturquoise;
   font-family: Arial, "Arial Black", "Times New Roman", Times, san serif;
   text-align: center;
	background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;  
   border: 2px solid black;
   
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
/*   list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... 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...) */
   margin-bottom: 2px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: blue;
   font-size:12px;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
   	background-color: #2fffe0;
	background-image: url("images/motif.png");
   background-repeat: repeat-x;   
   border: 2px solid black;

}

.listes h3
{
font-style:bold;
}

.listes li
{
margin:250px;
text-align:left;
}
