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

body
{
   width: 955px;
   height: 800px; /* longueur*/
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: black;
   color: white;
   background-repeat: no-repeat;
   font-family: Times New Roman, "Arial Black", "Arial", Times, serif;
}

/* L'en-tête */

#en_tete
{
   width: 955px;
   margin-top: 0px;

   height: 192px;
   background-image: url("../image/banniere.PNG");
   background-repeat: no-repeat;

}


/* Le menu */
#menu_centre
{
   margin: auto;
   margin-top: 0px;
   width: 955px;
   height: 33px;
   background-image: url("../image/fondmenu.jpg");
   background-repeat: repeat-x;
position:absolute;
}  

#menu_centre2
{
   margin: auto;
   margin-top: 0px;
   width: 955px;
   height: 103px;
   /*   background-image: url("../image/pub2.jpg");   */
   background-repeat: repeat-x;
   background-color:green;
   
}  
 #bar_corps
{
   position:absolute;
   margin: auto;
   margin-top: 0px;
   margin-right: 227px;
   padding-top:5px;
   width: 955px;
   height: 20px;
   background-image: url("../image/corps.jpg");
   background-repeat: no-repeat;
} 

/* contenu du corps*/
#corps
{
	color: black;
	margin: auto;
	margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 4px;
	background-color: white;
	background-repeat: no-repeat;
	width: auto;

	height: 750px; /* longueur*/
	overflow:auto;/* longueur*/
}

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

#corps h2
{
   height: 30px;
   background-repeat: no-repeat;
   text-indent: 30px;
   padding-left: 30px;
   color: blu;
   text-align: left;
}

#pied_de_page
{
   margin-top:-20px;
   padding: 0px;
   width: auto;
   text-align: center;
   color: white;
   background-color: black;
   background-image: url("../image/disignbas.jpg");
   background-repeat: no-repeat;
 clear:both;
 
}

/* caractéristique des menus*/
#main-menu {
margin:0;
bottom:0;
right:0;
font-family: Verdana,sans-serif;
white-space:nowrap;
font-size: 80%;
}

#main-menu li {
	display:block;
	float:left;
	list-style-type:none;
	margin:2px;
	padding:0;
	text-transform: none;
}

/*Les liens normaux*/
#main-menu a {
	display:block;
	float:left;
	padding:10px 16px 10px 16px;
	background:none;
	border-bottom: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
color:blue;
background: none;
border-bottom: none;
font-weight: normal;
text-decoration: none;
}
a img
{
        border: none;
}
