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

body
{
   width: 1400 px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #003af0;
   background-image: url("images/lys20.gif");
}

/* L'en-tête */

#en_tete
{
   margin-left: 85px;
   margin-right: 85px;
   height: 150px;
   margin-bottom: 5px;
   background-image: url("images/af2.gif");
   background-repeat: no-repeat;
   border: 0px solid darkblue;
}

#en_tettit
{
   margin-left: 85px;
   margin-right: 85px;
   height: 150px;
   margin-bottom: 5px;
   border: 0px solid darkblue;
}

#connec
{
   margin-left: 190px;
   margin-right: 190px;
   margin-bottom: 10px;
   padding: 5px;
   background-image: url("images/af.gif");
   background-repeat: repeat;
   color: #993300;
   border: 2px solid brown;
}

/* Le menu */

#menu
{
   margin-left: 20px;
   float: left;
   width: 150px;
}

.element_menu
{
   color: #993300;
   background-image: url("images/af.gif");
   background-repeat: repeat;
   
   border: 2px solid brown;
   
   margin-bottom: 10px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #993300;
   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: #993300;
   text-decoration: none;
}

.element_menu a:hover
{
   color: black;
   text-decoration: underline overline;
}


/* Le corps de la page */



#menudr
{
   margin-right: 20px;
   float: right;
   width: 150px;
}

.element_menudr
{
   color: #993300;
   background-image: url("images/af.gif");
   background-repeat: repeat;
   
   border: 2px solid brown;
   
   margin-bottom: 10px;
}

#corps
{
   margin-left: 190px;
   margin-right: 190px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #993300;
   background-image: url("images/af.gif");
   background-repeat: repeat;
   
   border: 2px solid brown;
}

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

#corps h2
{
   height: 30px;

   background-image: url("images/lys01.gif");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #993300;
   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;

   margin-left: 190px;
   margin-right: 190px;
   color: #D2691E;
   background-color: #003af0;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid yellow;
}