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

a:link {
	color: #e27609;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e27609;
}
a:hover {
	text-decoration: underline;
	color: #a95401;
}
a:active {
	text-decoration: none;
	color: #e27609;
}

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

.td_background {
	background-repeat: no-repeat;
}
	
.td_liens-etat {
	color: #a95401;
}
	
.td_contenu-bas {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}


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

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

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

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

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

.txt_titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.txt_titres2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
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: #a95401;
}
a.liens:active {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

.img-fond {
	background-repeat: no-repeat;
}

/* 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;
}
