/* STYLES INSPIRES DE LA FEUILLE STYLES_XML */
			
h1.hache_1 {
position:absolute;
top:185px;
left:250px;
z-index:10;
font-size:11px;
color:#48241D;
}
#fond_bleu_colonne {
background-color:#73CFE8;
margin-left:5px;
width:950px;
position:relative;
height:500px;
}
#fond_bleu_colonne[class]{
height:auto;
min-height:500px;
}
	/* GAUCHE -------------------------------------------------------------------  */
	#colonne_gauche {
	float:left;
	width:230px;
	height:500px;
	}
	
	/* partie texte */
	#texte_presentation {
	float:left;
	width:230px;
	height:200px;
	background-color:#E6EEEE;
	color:#717171;
	font-size:11px;
	}
		#texte_presentation img{
		margin-top:10px;
		margin-left:5px;
		margin-bottom:5px;
		}
		#texte_presentation p{
		margin-left:8px;
		width:209px;
		text-align:justify;
		margin-top:6px;
		padding-top:20px;
		width:210px;
		height:220px;
		overflow: hidden;
		}
		#texte_presentation h1 {
		font-size:16px;
		text-align:center;
		color:#66BAE3;
		}
		#texte_presentation p strong {
		font-weight:normal;
		}
	
	
	#conteneur_moteur_xml {
	background-color:#73CFE8;
	width:225px;
	height:265px;
	margin-left:5px;
	position:absolute;
	top:400px;
	left:0px;
	z-index:10;
	}

	/* DROITE -------------------------------------------------------------------  */
		#colonne_droite {
		float:left;
		width:720px;
		background-color:#FFF;
		}
	
	.contenu_optimise {
	margin:20px;
	margin-bottom:50px;
	}
	.contenu_optimise h2 {
	font-size:14px;
	}
	.contenu_optimise img {
	float:left;
	margin:10px;
	}