@charset "utf-8";



.saut
{
	clear:both;
}

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

}

.paragraphe
{
	float:none;
	text-align:justify;
	margin-bottom:20px;
}

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


.paragraphe a
{
	text-decoration:underline;
}


.paragraphe a:hover
{
	color:#4DC4D2;
}

.paragraphe u
{
	color:#4DC4D2;
}

.paragraphe em
{
	font-style:italic;
}
.paragraphe strong
{
}

.paragraphe .sous_titre
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

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

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

.paragraphe img.centre
{
	text-align:center;
	display:block;
	margin:auto;
}

.paragraphe ul
{
	overflow: hidden;
	zoom:1;
}
.paragraphe ul li
{
	background-image:url(../images/puce_26.jpg);
	background-repeat:no-repeat;
	background-position:left top 7px;
	line-height: 25px;
	list-style:none;
	padding-left:15px;
}

.paragraphe ol li
{
	font-family: 'Myriad Pro';
	font-size: 15px;
	line-height: 40px;
	margin-left:27px;
}


.paragraphe ol li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
}

.paragraphe ol li:after {
    content: counter(list) ".";
    position: absolute;
    left: -2.5em;
    width: 2em;
    text-align: right;
    color: #C50000;
}