
H1		{font: 5px Georgia; color=#FFFFFF;}
H2		{font: 24px Georgia;font-weight: bold;color=#4682B4; text-align: center;}	

  div.page_tablette
    {  
   position: relative; 
    margin-left: 10px; 
  	margin-right: auto; 
  	top: -20px; 
 	width: 900px; 
  	height: 0px;
    }
  
/*caroussel*/
.container {
  height: 500px;
  width: 750px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  top: 0px;
} 
.image_carousel
  {
  height: 500px;      
  } 
.image_carousel img
  { 
  height: 100%;
  }
  