body{ 
	padding:0em;
	font-family: "new century schoolbook", sans-serif;
	/*background-color: #FBFDF0;*/
	background-color: #F6F8EB;
	}


h1,h2 {
	color:dodgerblue;
   }	


h3 {
	color:olivedrab;
   }

a:link { 
	text-decoration:none; 
	} 	

a:hover {
	text-decoration: underline; 
	color: Teal;
	}

.image_gauche{
	position: absolute;
  	/*top: 10%;*/
  	top: 0%;
	left: 0%;
  	width:35%;
  	height:90%;	
	overflow:auto;
	}

.contenu{
	position: absolute;
  	/*top: 10%;*/
  	top: 0%;
	left: 35%;
  	height:90%;
  	padding:1em;	
	overflow:auto;	
	}

.bandeau{
	position: absolute;
	top: 90%;
	left: 0%;
	height: 10%;
	padding:1em;
}


li {
    list-style-type: none;
}
  
li:before {
    content: "\2192 \  ";
}	



.xiti {
      float:right;

      }

.logo {
	height:50;
}

.logocell {
	padding-left:1em;
}