@charset "utf-8";
/* CSS Document */

 div#content #main #hautdepage{
    position:relative;
    height:300px;
	
    width:700px;
    float:left;
	
    }
	
	
 div#content #main #hautdepage ul{
 list-style:none;
 float:left;
 display:block;
 width:100px;
 height:100px;
 margin-left:20px;
 color:#0066CC; 
	
    }
	
	
 div#content #main #hautdepage #plan1{
 position:relative;
 width:500px;
 height:170px;
 margin-left:120px;
 margin-top:70px;
  }
  
  
 	
 div#content #main #hautdepage #plan2{
 position:relative;
 width:500px;
 margin-left:120px;
 height:170px;
  }
  
  
  h2{
  color:#003366;
  }
  
  
