body
{
	width: 1000px;
    margin: auto; /* Pour centrer notre page */
    margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
    margin-bottom: 20px;    /* Idem pour le bas du navigateur */
    background-color: rgb(255,255,102)
   }
 #en_tete
{
   width: auto;
   margin-left: 5px;
   height: 182px;
   background-image: url("Bannière test jaune.jpg");
   background-image: ;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   float: center;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   height: 500px;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-image: url("fondmenu.jpg");
}
a img 
{
   border: none;
}
.element_menu
{
   margin-bottom: 10px;   /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-left: 10px;

}


.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("pucelistemenu.jpg"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 40px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin-top; 5px;
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   color: white;
	font-size: 18px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: red;
   font-family: "Vivian", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
     font-weight: bod;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
color:rgb(208,165,28);
}
a
{
 color:black;
 text-decoration: none;
}
a:hover
{
color:rgb(208,165,28);
}
#menucontact
{
	float: right;
	width: 150px;
	padding-left: 20px;
	padding-right:30px;
	padding-bottom:30px;
	margin-top:px;
	margin-left:5px;
	background-image: url("fondcontacts.jpg");
	height:120px;
}
.contact h1
{
   width: 180px;
   color: #C80000;
   font-size: 20px;
   text-align: center;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
   margin-top:-8px;
   margin-left: -10px;
}
.contact p
{
	width:185px;
	color: black;
	text-decoration:none;
	font-family:"Times New Roman";
	font-size: 14px;
	text-align: center;
	margin-top: -6px;
	  margin-left: -10px;
}
.contact a
{
color:black;
}
a
{
 color:black;
 text-decoration: none;
}
a:hover
{
color:rgb(208,165,28);
}
#corps
 {
   margin-left: 210px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 50px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-right: 246px;
   margin-top:-10px;
   padding: 5px;   /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   width: 600px;
   color: black;
   border: none; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   height: auto;
}
#corps h1 /* Tous les titres h1 du corps */
{
   color: #C80000;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";

}

#corps h2 /* Tous les titres h2 du corps */
{
    color: #C80000;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
   border-bottom: solid 1px #C80000
}
#corps p
{
   text-decoration: none;
}
#pied_de_page
{
   padding: 5px;
   clear: both;
   font-size: 9px;
   text-align: center;
   color: #B3B3B3;
   background-color: rgb(255,255,102);
   border-top: 1px solid black;
}
.author
{
	color:#B3B3B3
}


#horaires
{
	width:200px;
	height:80px;
	margin-top: 35px;
	margin-right:20px;
	margin-left:0px;
	background-image: url("fondhoraires.jpg");
}
.horaires
{
	text-align: center;
	font-size: 18px;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
	color: #C80000;
	font-weight: bold;
	padding-top: 12px;
padding-left: 15px;
	width:175px;
}
.element_horaires
{
	text-align:center;
	font-size:20px;
	width:190px;
	margin-top: -10px;
	padding-left: 8px;

}
.presentation
{
float:right;
}
.blink
{text-decoration:blink;
}
.liens a
{
color:black;
}
.liens a:hover
{
color:rgb(102,255,96);
}
.special
{
text-align: center;
}

