/*
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;
   width: auto;
   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;
}  
 
#menu_droit
{
	color:blue;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url("../image/fonddroitHaut.jpg");
	float: right; /* Le menu flottera à droite */
	width: 227px; /* Très important : donner une taille au menu */
	height: 30px; /* longueur*/
      
}
#menu_droit_bas
{
	color:blue;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left:-10px;
	margin-right: -227px;
	background-color: white;
	background-image: url("../image/fonddroitBas.jpg");
	background-repeat: repeat-y;
	float: right; /* Le menu flottera à droite */
	width: 227px; /* Très important : donner une taille au menu */
	height: 1050px;


}
 #bar_corps
{
   position:absolute;
   margin: auto;
   margin-top: 0px;
   margin-right: 227px;
   padding-top:5px;
   width: 728px;
   height: 20px;
   background-image: url("../image/corps.jpg");
   background-repeat: no-repeat;
} 

/* contenu du corps*/
#corps
{
	position:absolute;
	color: black;
	margin: auto;
	margin-top: 26px;
	margin-left: 0px;
	margin-bottom: 0px;

	background-color: white;
	background-repeat: no-repeat;
	width: 728px;
	height: 1054px; /* longueur*/
	overflow:auto;/* longueur*/
    font-family: Times New Roman, "Arial Black", "Arial", Times, serif;
}

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

#corps h2
{
   height: 30px;

   background-repeat: no-repeat;
   text-indent: 30px;
   padding-left: 30px;
   color: blue;
   text-align: left;
   
}

#pied_de_page
{
   margin-top:0px;
   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 {color: black;text-decoration: none;}     /* lien non-visité */
a:visited {color: black;}  /* lien visité */
a:hover {color: blue ;}   /* lien au survol */
a:active {color: #0060a5;} 

a img
{
        border: none;
}






