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

 div#content #main #hautdepage{
    position:relative;
    height:120px;
	
    width:700px;
    float:left;
	
    }
	 div#content #main #hautdepage #titre{
	position:relative;
    height:25px;
    width:700px;
	font-size:16px;
	color:#ff4900;
	margin:20px;
	 }
	  div#content #main #hautdepage #baseline{
	position:relative;
    height:100px;
    width:700px;
	font-size:12px;
	color:#344a89;
	margin:20px;
	top:0px;
	 }
	 
	  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:#ff4900;
	font-size:14px;
	line-height:30px;
	font-weight:bold;

	
	   }
	   
	   div#content #main #basdepage #photomain{
	position:relative;
    height:300px;
    width:600px;
	float:left;
	margin:20px;
	   }
	   
	   
	    div#content #main #basdepage #photomain ul li{
		float:left;
		margin:0px 10px;
		list-style:none;
	   }
	   
	   
	   div#content #main #basdepage #photomain #logo_pdf{
	   position:relative;
	   width:35px;
	   height:35px;
	   }
	   
	      div#content #main #basdepage #textemain{
	position:relative;
    height:500px;
    width:600px;
	float:left;
	text-align:justify;
	color:#344a89;
	margin:20px;
	
	   }
