/*
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;   
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 118px;
   background-image: url("images/header.png");
   background-repeat: no-repeat;
   /* margin-bottom: 10px; */
}

#top
{
}

.element_top
{
   background-color: #D7EFFF;
   padding-top:5px;
   background-repeat: repeat-x;
   border: 2px solid #0099FF;      
   margin-bottom: 10px;
}

/* Le menu */

#menu
{
   float: left;
   width: 160px;
}

.element_menu
{
   background-color: #D7EFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid #0099FF;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #0066CC;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
	color: #0099FF;
	text-decoration: none;
}

.element_menu a:hover
{
   background-color: #0066CC;
   color: #FFFFFF;
}


/* Le corps de la page */

#corps
{
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 5px;
   color: #0099FF;
   background-color: #D7EFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid #0099FF;
}


}

#corps h1
{
   color: #0066CC;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   /* background-image: url("images/titre.png"); */
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #0066CC;
   text-align: left;
}


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

#pied_de_page
{
   /* padding: 5px; */

   text-align: center;

   color: #0066CC;
   background-color: #D7EFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid #0099FF;
}
