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

*{margin: 0;
padding: 0;
font-size:100%}


html, body{height:100%
			body;
background-color: #AACAE6;
}

#conteneur{margin: 0 auto;
		height:750px;
		width: 1200px;
		min-height:100%;
		background-color:#FFFFFF;
		position:relative;}
			
#titre{height: 165px;
	width: 1200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	text-align: center;
	float: right;
	position:relative;
	background-image:url(../image/logo_ent.png);)}
	
	
#milieu{height: 381px;
	width: 1200px;
	float: left;
	position:relative;
	background-image:url(../image/image.png);)}

#fond{height: 194px;
	width: 187px;
	float: left;
	position:relative;}
		
#fond2{height: 194px;
	width: 197px;
	float: right;}
	

#conteneur2{margin: 0 auto;
		height:204px;
		width: 816px;
		min-height:100%;
		float: left;
		position:relative;}


#texte1{height: 170px;
		width: 816px;
		float: left;
		text-align:justify;
			font-family: Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#212492;
		position:relative;)}
		
		
		
		
		
#texte2{height: 24px;
		width: 816px;
		float: left;
		text-align:center;
			font-family: Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#928B81;
			border: none;              
  background-color: #928B81; 
  height: 1px;              
  align: center;             
}