form{
	margin:0px;
	padding:0px;
}
a {
	color:#000000;
	text-decoration: none;
}
.lien_retour, .texte_noir, .texte_noir_bold, .texte_jaune_bold, .titre_noir, .titre_noir_bold, .titre_jaune_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lien_retour {
	font-size: 10px;
	font-weight:bold;
	line-height:30px;
	margin-left:15px;
}
.lien_retour:hover {
	text-decoration:underline;
}

.texte_noir {
	font-size: 10px;
	color: #000000;
}
.texte_noir_bold {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.texte_jaune_bold {
	font-size: 10px;
	color: #996600;
	font-weight: bold;
}
.titre_noir {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
}
.titre_noir_bold {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.titre_jaune_bold {
	font-size: 15px;
	color: #996600;
	font-weight: bold;
	line-height: 20px;
}

p {
	font-size: 11px;
	color: #000000;
}
