
a:link {
	color: #5C5B5B;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #5C5B5B;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #5C5B5B;
}
a:active {
	text-decoration: none;
	color: #5C5B5B;
	font-weight:bold;
}


.td_contenu{
	padding-top:15px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5B5B;
}

.bg{

	background-repeat:no-repeat;
	background-position:bottom;

}

.td_contenu-sans{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5B5B;
}


.td_background{
background-repeat:no-repeat;
}
.td_sousliens{
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #B1C236;
	}
	
.txt_titres{
	font-family: Georgia, Times, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
	}
/* Div qui contient le formulaire */
.newsletterform {
    padding-left: 5px;
}

/* Message d'erreur */
.newserrormessage {
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
}

/* Titres des champs */
.newstext {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000000;
}

/* Texte de confirmation d'abonnement */
.newsconfirmtext {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
