/* CSS Document */
body {
	font-family:helvetica,arial;
	background:#000;
	color:#FFF;
}
h1 {
	font-size:1em;
	color:#E02591;
}
a {/*
	font-weight:bold;*/
	text-decoration:none;
	color:#FFF;
	outline-style:none;
}
/*+++++++++++++++++++++++++++ TEST +++++ */
/*table {
	border:1px solid #C00;
}
td {
	color:#C00;
	font-size:.8em;
	font-weight:normal;
}*/
/*+++++++++++++++++++++++++++*/
.texte_gras {
	font-weight:bold;
}
.texte_gris_normal {
	color:#333;
	font-size:.8em;
	font-weight:normal;
}
.puce {
	float:left;
	/*margin-top:-2px;*/
}
.p_puce {
	margin-top:2px;
	margin-left:24px;
	font-size:.8em;
	line-height:1.3em;
}
.a_texte_rose {
	color:#E02591;
	text-decoration:underline;
}
.a_texte_rose:hover {
	color:#E02591;
	text-decoration:underline;
}
.a_texte_gris {
	color:#666;
	text-decoration:underline;
}
.a_texte_gris:hover {
	color:#E02591;
	text-decoration:underline;
