/* CSS Document */
body {
	background-color: #ffffff;
	margin-top:5px;
}

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

.td_contenu {
	padding: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

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

.td_contenu-menu-haut {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aecded;
	text-align:right;
	padding-right: 20px;
}

.td_contenu-attention {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
}

.td_sousliens{
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #C79C36;
}

.td_sousliens-etat {
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D1AF48;
}

.td_sousliens-etat2 {
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D1AF48;
}

.td_sousliens-etat-gauche {
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.td_a-sousliens-etat {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #71a8cc;
}


.txt_titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
.txt_titres-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding-left: 18px;
}

.txt_lien-droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	text-align:right;
}

.txt_lien-gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
		font-weight: bold;
			padding-left: 10px;
}

a.liens:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.liens:visited {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
a.liens:hover {
	font-weight:bold;
	color: #0b3c76;
}
a.liens:active {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

a.liensv:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.liensv:visited {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
a.liensv:hover {
	font-weight:bold;
	color: #00532c;
}
a.liensv:active {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

a.liensvp:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.liensvp:visited {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
a.liensvp:hover {
	font-weight:bold;
	color: #7a9d88;
}
a.liensvp:active {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

.txt_titres-menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

.td_menu_gauche_over {
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.img-droite {
	text-align: right;
}


/* Div qui contient le formulaire */
.newsletterform {
    padding-left: 20px;
}

/* 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;
    color: #666666;
}

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