@charset "UTF-8";
/* CSS Document */
/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
   width: 900px;
   height: 675px;
   margin: auto;

   color: #7EA2BE;
}

/* site */
#site
{

   width: 890px;
   height: 675px;
   background-image: url("2010arrirere.jpg");
   background-repeat: no-repeat;
} 

#espace
{

   width: 600px;
   height: 15px;

}
#en_tete-bouton
{
   width: 50px;
   height: 30px;
   float:right;
  
 }  
 #en_tete-titre
{
   width: 200px;
   height: 60px;

  
 }  		
#en_tete
{
   width: 630px;
   height: 100px;
  

   margin-bottom: 10px;
   margin-left:215px;
 
   	vertical-align:bottom;
}

#en_tete h1
{

    line-height: 1.7em ;

		  font-family: Arial, Helvetica, sans-serif;
		   font-size: 24px;
		   color: white;
		

}
#en_tete h2
{
test-align:right;


}



/* Le menu */


#menu
{
margin-top:0px;
margin-left:25px;
   float: left;
   width: 130px;
    border: 2px solid white;
	height:275px;
	
	text-align: center;
	vertical-align:middle;
 padding: 5px ;

	
}
#menu h1
{

   text-align: center;
    line-height: 0.5em ;
		vertical-align:middle;
;
}



/* Le corps de la page */


#corps
{


   margin-left: 195px;
   width: 625px;
   height:450px;
   margin-bottom: 5px;
   padding: 5px;
   
   color: #B3B3B3;

   background-repeat: repeat-x;
   
   border: 2px solid white;
   text-align:center;
}

#corps h2
{
   color: #000000;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

}

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

#pied_de_page
{
   margin-left: 20px;
  
   height:40px;
   padding: 5px;
   text-align: center;
   vertical-align:top;

}



