body {
	margin: 0px 0px 40px 0px;
	/*width: 860px;*/
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	background-image: url('../images/fond_body.jpg');
	background-repeat: repeat-y;
	border: 0px solid #CCC;
}

hr.extenseur {
	clear: both;
	visibility: hidden;
}

img.no_border {
	border-width: 0px;
}
img.border {
	border: 1px solid #000;
}

p {
	margin: 0px;
}
p.centrer {
	text-align: center;
}
p.gauche {
	text-align: left;
}
p.cgvcgu {
	margin: 20px 15px;
	text-align: justify;
}
p.align_gauche {
	text-align: left;
}
p.parag_indent {
	padding-left: 20px;
}
p.hauteur_ligne {
	line-height: 15px;
}

span.asterisque {
	color: #BC0000; 
}
span.texte_gras {
	font-weight: bold;
}
span.titre_mode_emploi {
	font-weight: bold;
	font-size: 14px;
}
span.titre_etape {
	font-weight: bold;
	font-size: 11px;
}
span.titre_stats {
	font-weight: bold;
	font-size: 11px;
}
span.texte_petit {
	font-size: 9px;
}

hr.separateur_stats {
	display: block;
	position: relative;
	float: left;
	width: 85%;
	border: 1px dashed #CCC;
}

span.collectivite_nom {
	font-weight: bold;
	font-size: 11px;
}



/***********************************************************/
/*                                            aide.php                                           */
/***********************************************************/
span.titres_aide {
	font-weight: bold;
	font-size: 11px;
}
span.sous_titres_aide {
	text-decoration: underline;
}
p.aide_paragraphe {
	text-align: justify;
}

span.exemple {
	color: #369;
}

img.flottante_d {
	position: relative;
	float: right;
	margin-left: 10px;
}
img.flottante_g {
	position: relative;
	float: left;
	margin-right: 10px;
}

hr.separteur_aide {
	clear: both;
	visibility: hidden;
	margin-bottom: 30px;
}