body, div, ul, li, table, a, img{
	padding:0;
	margin:0;
	text-decoration:none;
	font-family:Arial;
	}

	/*********************  POSITIONNEMENT - MENU	**************************/	


nav{   
    position:absolute;
    height:52px;
    display:block; 
    width:100%;
	}
    
#menu {
	width:1160px;
	margin: 0 auto;
    padding: 15px 0 0 0;
    list-style: none;  
    display:block;
    }

#menu li {
    float: left;
    position: relative;
	padding: 0 0 12px 0;
	margin-left:0;
    }

#menu li ul li{
	padding: 0;
	}
/*	
#menu li ul li:last-child{
	border-radius:0 0 15px 15px;
	}	

#menu li ul li:last-child a{
	border-radius:0 0 10px 10px;
	}	
*/
/* LA BARRE DU HAUT DU MENU */
#menu a {
    float: left;
    height: 25px;
    padding: 0 16px;
    text-decoration: none;
	}

#menu li:hover > ul {
    display: block;    
    }

#menu ul {
    list-style: none;
    display: none;  
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 99999;  
	border-radius:0 0 16px 16px;  
    }

#menu ul li {
    float: none;
    display: block;  
    }

#menu ul a {    
    padding: 12px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    }

#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
	}

/*********************  LES COULEURS  **********************/

#menu, nav { 
	background-color:#555;
	background-image: linear-gradient(#555, #333);
	}

#menu li a{
	color: #BBB;
  	}

#menu li:hover >a{
	color: #EEE;
  	}

#menu ul a:hover {
	padding:8px;
	border-radius:15px 15px 15px 15px;
	border:solid 4px #222;  
   background-color: #444;
    background-image: linear-gradient(#ff6f00, #bd0000);
 	color: #fff;
    }

#menu ul{background-color:#222;}


	/************************ POUR IE6 et IE7 ***********************/
	/**/*html #menu li a:hover { color: #EEE;}					  /**/	
	/**/*html #menu ul a { height: 10px; width: 150px;}			  /**/	
	/**/*:first-child+html #menu ul a {height: 10px;width: 150px;}/**/	
	/**/* html #menu             { zoom: 1; } 					  /**/	
	/**/*:first-child+html #menu { zoom: 1; } 					  /**/	
	/****************************************************************/




	/**********************	TAILLE DES POLICES	*****************/

.tete, .page{font-size:16px}


h1{	font-size:32px;		margin: 40px 0 32px 0;	}	
h2{	font-size:28px;		margin: 32px 0 28px 0;	}
h3{	font-size:24px;		margin: 28px 0 24px 0;	}
h4{	font-size:21px;		margin: 24px 0 21px 0;	}	
h5{	font-size:18px;		margin: 21px 0 18px 0;	}
h6{	font-size:16px;		margin: 18px 0 16px 0;	}	
p{	font-size:16px;		margin-top:0;	}


.corpus{
	display:inline-block;
	position:absolute;
	left:10%;
	top:60px;
	width:80%;
	z-index:100;
	}


	
/**************** IMAGES *****************/

img{
	margin-right:1%;
	}
	
.large1, .large2, .large3{
	display:inline-block;
	}
	
.large3{
	width:100%;
	}

.large2{
	width:64%;
	}

.large1{	
	width:33%;
	}
	
.demi-large{
	display:inline-block;
	width:48%;
	}

.demi-large tr td{
	padding-right:10px;
	}
	
.tourblanc{
	border:solid 3px white;
	}
	
p{
	margin-right:1%;
	}
	
.paragraphe{
	vertical-align:top;
	}

legende{
	display:block;
	margin :5px 0 40px 0;
	font-size:14px;
	font-style:italic;
	color:#888;
	}

.corpus a {
	color:#F70;
	font-weight:bold;
	}

a:hover{
	color:#D00;
	}
	
hr{
	margin-top:20px;
	}
	
.filet{
	margin-top:20px;
	position:relative;
	display:inline-block;
	height:2px;
	background-color:#AAA;
	width:100%;
	}
		
		
li{margin-left:15px}		
		
		
		
		
		
		
		