/*
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: 760px; margin: auto;  margin-top: 20px; margin-bottom: 20px; background-color : #DDD ;}

/* _________________________________________________________________________L'en-tête  -----------------------------------------------------;*/

#en_tete {  width: 760px; height: 150px; background-image: url("banniere_L750+texte.jpg"); background-repeat: no-repeat; margin-bottom: 10px; }

.lutte { font-family : "Comic sans MS" , arial ; font-size : 2.0em; font-style : italic ;color :blue ; font-weight : bold;
	 position : relative; top: 60px;}
/*  **********************************************************************************Le menu   *******************************************  */

dt, dl, dd, ul, li { list-style-type: none; margin: 0 10px 0 0; padding: 10;  text-align : center ;background-color : #DDD ;}
 
#menu { position : relative ; top : 0px ; width : 760px  ; height : 100px ; background-color : #DDD ;}

#menu dl { float: left; }
#menu li {  float: left;  position : relative ; top : 20px ; display: inline; padding-bottom : 20px ; padding-right : 20px ;
		color : blue ;background-color : #DDD ;}  
#menu dt { width: 70px;  position : relative ; top : 0px ; background-color : #DDD ;}

#menu a { text-decoration: none;  background: #fff; background-color : #DDD ; }
 #menu  li a {color: blue ; font-size : 1.2em; background-color : #DDD ;}
#smenu1, #smenu2, #smenu3, #smenu4 , #smenu5 , #smenu6 , #smenu7 , #smenu8
	{ position: absolute; left: 0; font-size: 0.7em; border-top: 1px solid gray; width: 860px; background-color : #DDD ;}
  

a {text-decoration: none; color:#222 ;background-color : #DDD ; }

.corps {	position : relative ; top :100px ; left : 20px ; margin-bottom: 20px; padding: 5px; color: #FFF; background-color: white;
		background-repeat: repeat-x; border: 0px solid grey; background-color : #DDD ;}

.defilant {position : relative ; top : 80px ;  }