@charset "utf-8";
/* CSS Document */

 div#content #main #hautdepage{
    position:relative;
    height:150px;
	
    width:700px;
    float:left;
    background:url(../images/banniere-eco.jpg) no-repeat #fff;
	
    }
	 div#content #main #hautdepage #titre{
	position:relative;
    height:25px;
    width:450px;
	font-size:16px;
	color:#00b500;
	margin:20px;
	
	 }
	  div#content #main #hautdepage #baseline{
	position:relative;
    height:50px;
    width:400px;
	font-size:16px;
	color:#344a89;
	margin:20px;
	 }
	 
	  div#content #main #hautdepage #sousTitre{
	position:relative;
    height:55px;
    width:400px;
	font-size:16px;
	color:#80cccc;
	margin:20px;
	margin-top:60px;
	
	  }
	  
	   
	   div#content #main #basdepage #photomain{
	position:relative;
    height:210px;
    width:auto;
	float:left;
	
	   }
	   
	      div#content #main #basdepage #textemain{
	position:relative;
    height:210px;
    width:600px;
	float:left;
	text-align:justify;
	color:#344a89;
	margin:20px;
	
	   }
