/*** STRUCTURE GLOBALE ***/

html, body {
	margin: 0px;
	height: 100%;
	text-align: left;
	background-color: #9062A2;
}


/*** TEXTES ***/

.titre {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.id_texte {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
a.id_texte {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.id_texte:hover {
	font-family: Arial;
	font-size: 11px;
	color: #9062A2;
	text-decoration: none;
	background-color: #FFFFFF;
}
.champs_id {
	font-family: Arial;
	font-size: 11px;
	color: #9062A2;
	height: 17px;
	width: 200px;
}
.mentions {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
