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

 div#content #main #hautdepage{
    position:relative;
    height:105px;
    width:700px;
    float:left;
	
    }
	 div#content #main #hautdepage #titre{
	position:relative;
    height:25px;
    width:400px;
	font-size:16px;
	color:#344a89;
	margin:20px;
	 }
	  div#content #main #hautdepage #baseline{
	position:relative;
    height:10px;
    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;
	
	  }
	  
	   div#content #main #basdepage #titremain{
	position:relative;
	float:left;
    height:30px;
    width:700px;
	
	color:#344a89;
	font-size:14px;
	line-height:30px;
	font-weight:bold;

	
	   }
	   
	  
	      div#content #main #basdepage #textemain{
	position:relative;
    height:auto;
    width:650px;
	float:left;
	text-align:justify;
	color:#344a89;
	margin:20px;
	
	   }
	   

