html {height: 100.02%;
      overflow-y: scroll;
}

/**** 
STRUCTURE PAGE */

body {position:relative; background-color:#7F7F7F; color:#fff; padding:0px; margin-top: 0px; margin-right: auto; margin-left: auto; width: 1024px; font-family: Helvetica, Verdana, sans-serif; font-size: 12px;}
#calque1 {position:fixed; z-index:1; width:1024px;}
#defilement {position:absolute; z-index:2; margin:0px; padding: 0px; right: 25px;}
#header {position:relative; height:90px; width:100%; margin:0px; padding:20px 0px 10px 25px; text-align:left;}
#fleches {position:relative; z-index: 1; height:100px; float:right; margin-top:150px; margin-right:-30px; font-size:40px;}

	
	
/**** 
LIENS HYPERTEXTE ET IMAGES */
a {text-decoration:none;color:#fff;}
a:visited {color:#fff;}
a:hover {text-decoration:underline;}

img {border:0px;}



/**** 
TITRES et Typo en gŽnŽral */

h1 {
	font-size:24px;
	font-weight:bold;
	line-height: 1.4em;
}


h2 {
	font-size:18px;
	font-weight:bold;
	line-height: 1em;
}

h3 {
	font-size:18px;
	font-weight:normal;
	line-height: 1em;
}

#texte {
width:600px;
padding: 0px 30px 0px 30px;
}


/**** 
SPACER*/
.spacer {clear: both;}

/**** 
RETOUR ACCUEIL */

.retour {font-size:10px; line-height:0.8em; padding: 0px 30px 0px 30px;}

