div#info.container{
	background:RGBA(255,255,255,0.95);
}
	
.texte_presentation{
	width:90%;
	margin:8px auto;
	color:#333;
	font-size:13px;
}
.texte_presentation h2, .texte_presentation h3{
	margin:10px 0;
}
.texte_presentation p,.texte_presentation li{
	margin:5px 0;
	font-size:13px;
	text-align:justify;
	line-height:22px;
}
.texte_presentation ul{
	margin:20px 0;
}
.texte_presentation li{
	margin-left:40px;
}
.texte_presentation strong{

}

.texte_presentation a{
	color:#bc1c27;
}