
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: 0px; 
   margin-right: auto; 
   top: -10px; 
   width: 750px; 
   height: 0px;
    }
  
	.catalogue1
	{
	font-family: Times New Roman;
	font-style: none;
	font-size:20px;
	text-align: center;
	}	
  
/*caroussel*/
.container {
  height: 400px;
  width: 600px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  top: 0px;
} 
.image_carousel
  {
  height: 400px;       
  } 
.image_carousel img
  { 
  width: 100%;
  }
