/*
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("fond22.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
  
}

/* L'en-tête */

#en_tete
{

   width: 760px;
   height: 200px;
   background-image: url("titre.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 140px;
   
}
.accueil
{

   /*background-color: #626262;*/
   background-image: url("accueil2.png");
   /*background-repeat: repeat-x;
   background-attachment: fixed;*/
   border: 0px solid black;
   padding-top: 10px;
   margin-top:5px;  
   margin-bottom: 0px;
   padding-bottom: 15px;
   height: 40px;
   vertical-align: middle;
}
.accueil h3, a
{    
   color: #2A7FFF;
   font-family: "Times New Roman", Times, serif;
   
   text-align: center;
   margin-bottom: 0px;
   padding-top: 0px;
}

.element_menu1
{
   /*background-color: #626262;*/
   background-image: url("menu2tt2.png");
     background-repeat: no-repeat;
   /*background-repeat: repeat-x;
   background-attachment: fixed;*/
   border: 0px solid black;
   padding-top: 1px;
   margin-top:10px;  
   margin-bottom: 0px;
   padding-bottom: 30px;
   height: 180px;
}
.element_menu2
{
   /*background-color: #626262;*/
   background-image: url("menu2tt2.png");
     background-repeat: no-repeat;
   /*background-repeat: repeat-x;
   background-attachment: fixed;*/
   border: 0px solid black;
   padding-top: 1px;
   margin-top:0px;  
   margin-bottom: 0px;
   padding-bottom: 29px;
   height: 200px;
}

/* Quelques effets sur les menus */


.element_menu1 h3
{    
   color: #2A7FFF;
   font-family: "Times New Roman", Times, serif;
   text-align: left;
   margin-bottom: 0px;
   padding-left: 40px;
}
.element_menu2 h3
{    
   color: #2A7FFF;
   font-family: "Times New Roman", Times, serif;
   text-align: center;
   margin-bottom: 0px;
   padding-left: 4px;
   padding-right: 5px;
}
.element_menu1 ul,.element_menu2 ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
}

.element_menu1 a,.element_menu2 a
{
   color: #000000;
}

.element_menu1 a:hover,.element_menu2 a:hover
{
   background-color: white;
   color: #2A7FFF;
}
/*#B3B3B3*/

/* Le corps de la page */

#corps
{

   margin-left: 0px;
   margin-top:10px;
   margin-bottom: 0px;
   width: 620px;
	height :490px;
overflow: visible;
 border-collapse: collapse; 
   color: #000000;
   /*background-color: #626262;*/
 
    padding-bottom: 0px;
 
   
}
#corps1
{
 border-collapse: collapse; 
  
   margin-top:0px;
   margin-bottom: 0px;
   width: 620px;
	height :49px;
overflow: visible;

   color: #000000;
   /*background-color: #626262;*/
 
    padding-bottom: 0px;
 
   
}
.c1 
{
  background-image: url("vista33d.png");
   background-repeat: no-repeat;
   padding-left: 22px;
   padding-right: 15px;
   padding-top: 0px;
   padding-bottom: 0px;
    margin-bottom: 0px;
	 margin-top: 0px;
   border-collapse: collapse; 
     border-bottom: 0px solid white;
	
}
.c2
{

background-image: url("vistaf.png");
   background-repeat: no-repeat;
   padding-left: 22px;
   padding-right: 15px;
   padding-top: 0px; 
   padding-bottom: 0px;
    margin-bottom: 0px;
	 margin-top: 0px;
   height :49px;
 border-collapse: collapse;   
   border-top: 0px solid white;
}
.c1 h1
{
   color: #2A7FFF;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}

.c1 h2
{
   height: 30px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #2A7FFF;
   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;
margin-top:10px;
   text-align: center;

   color: #2A7FFF;
   background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}