/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("TN_yelorock.JPG");
}

/* L'en-tête */


#en_tete
{
   width: 760px;
   height: 60px;
   background-color:#626262;
   margin-bottom: 10px;
   
}
#en_tete h1
{
font-size: 50px;
color:#ff5837;
}
td 
{
color: white;
margin-bottom: 20px; 
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   border: 1px solid black; 
}

.element_menu h3
{   
   color: #FF00FF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size:20px;
}
.element_menu h6
{
color: #FF00FF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   }


.element_menu ul
{
   color: #FF00FF;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   font-size: 16px;
}

.element_menu a
{
   color: white;
   font-size: 16px;
}

.element_menu a:hover
{
   background-color: white;
   color:#FF00FF;
   font-style: italic;
   font-size: 16px;
}


/* Le corps de la page */


.element_corps h3
{   
   color: blue;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size:20px;
}

.element_corps ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   font-size: 16px;
   color:blue; 
}

.element_corps a
{
   color: white;
   font-size: 16px;
   
}

.element_corps a:hover
{
   background-color: white;
   color: blue;
   font-style: italic;
   font-size: 16px;
}

#pied_de_page
{
   width: 760px;
   padding:20px;
   background-image: url("TN_yelorock.JPG");
   background-repeat: repeat-x;
   
}
  
