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: 250px;
   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;

}
.taux
{
color: red;
text-align:center;
font-weight:bold;
font-size: 25px;
}


.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);
}
#contact
{
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-right:30px;
	padding-bottom:30px;
	margin-top:-25px;
	margin-left:3px;
	background-image: url("../fondcontacts.jpg");
	height:120px;
}
.contact 
{
   width: 180px;
   font-weight:bold;
   color: #C80000;
   font-size: 20px;
   text-align: center;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
   margin-top:4px;
   margin-left: -10px;
}
.element_contact 
{
	width:185px;
	color: black;
	text-decoration:none;
	font-family:"Times New Roman";
	font-size: 14px;
	text-align: center;
	margin-top: -10px;
	  margin-left: -10px;
}

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: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-right: 246px;
   margin-top:-380px;
   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: 25px;
   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: 22px;
   font-weight: bold;
   text-align: center;
   font-family: "Curlz MT", "Comic san ms", "Arial Black", "Times New Roman", "Times", "serif";
}

#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: 265px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom: 35px;
	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;
}
.tableau
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */
}
th /* Les cellules d'en-tête */
{
   background-color: #D0A324;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 2px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
#logo
{
	background-image: url("Urban_Music.jpg");
	background-repeat: no-repeat;
	float:right;
	width: 200px;
	padding-left: 20px;
	padding-right:30px;
	padding-bottom:30px;
	margin-left:px;
	height:200px;
	margin-top:-250px
}
