@charset "utf-8";



.saut
{
	clear:both;
}

hr
{
	clear:both;
	margin-bottom:10px;
	_margin-bottom:5px;
	border:none;
	height:1px;
	background-color:#FF7E00;
}


.paragraphe
{
	clear:both;
	float:none;
	text-align:justify;
	margin-top:20px;
	color:#fff;	
}

#fond_page .paragraphe
{
	color:#000;
}

.paragraphe p
{
	margin-bottom:20px;
	margin-top:10px;	
}

.paragraphe a
{
	text-decoration:underline;
	color:#c2c2c2;
}


.paragraphe a:hover
{
	color:#ff7e00;
	text-decoration:underline;
}



.paragraphe img.gauche
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}



.paragraphe .sous_titre
{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e7e7e7;
}

.paragraphe img.droite
{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.paragraphe ul
{
	margin:10px;
	margin-left:30px;
}

.paragraphe li
{
	line-height:14px;
	padding-bottom:2px;
	padding-top:2px;
	list-style:disc;
}


