/*BODY ---------------------------------------------------------------------------*/
body {
	margin: 0px;
	border: 0px;
	padding:0px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}



/*TEXTES ------------------------------------------------------------------------*/


/*DEFAUT ----------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
}

/*FORMULAIRE ------------------------------------*/
.champ_facultatif {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.champ_obligatoire {
	font-size: 12px;
	font-weight: bold;
	color: #e95c55;
	/*TEXT-DECORATION:underline;*/
}

.historique_titre {
	font-size: 14px;
	font-weight: bold;
	color: #9D9D9D;
}

.historique_liens {
	font-size: 14px;
	color: #913b68;
	text-align:center;
	font-weight: bold;
	text-decoration:underline;
}

.mention_legale {
	font-size: 11px;
	color: #9D9D9D;
}


/*DIVERS ----------------------------------------*/
.warning {
	font-size: 12px;
	font-weight: bold;
	color: #C00000;
}