/* CSS Document */

/*texte discret*/
h1{
font-family:"Comic Sans MS";
	font-style:normal;
	font-size:10pt;
	font-weight:normal;
	color:#333366;
	text-align:justify;}

/*titres de chapitre*/
h2{
font-family:"Comic Sans MS";
	font-style:normal;
	font-size:12pt;
	font-weight:bold;
	color:#333366;
	text-align:left;}
	
/*texte discret blanc*/	
h3{
font-family:"Comic Sans MS";
	font-style:normal;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
	text-align:justify;}
	
	/*titres de chapitre blanc*/
h4{
font-family:"Comic Sans MS";
	font-style:normal;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	text-align:left;}
	
	#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;/*les deux marges sont auto et identiques, c'est super. internet explorer n'y capte rien*/
     margin-right: auto;
     width: 950px;
     text-align: left;/*comme on demande plus bas à internet explorer de centrer le body pour qu'il comprenne que la page est centrée, il faut preciser ic que l'interieur des <div> de la page sont en organisation classique*/
     }
	 
	 .escalade-aventure{
	position:absolute;
	top:141px;
	right:10px;
	width:234px;
	height:76px;
	right: 7px;
	
}

div#titre-page{
	position:absolute;
	top: 229px;
	right: 8px;
	width:auto;
	height:auto;
	text-align:right;
	font-family:"Comic Sans MS";
	font-style:normal;
	font-size:24pt;
	font-weight:bold;
	color:#333366
}

div#contenu{
position:absolute;
top:150px;
width:100%;
border-style:solid;
border-bottom-width:thick;}
body{
text-align:center}/*ici on oblige internet explorer a centrer la page car il ne le comprend pas bien!!*/

