A {
text-decoration:none;color:#330000
}
A:hover {
text-decoration:none;color:#ff0000
}
a:visited {
text-decoration:none;
}
a.contact {
text-decoration:none;color:#ffffff
}
a.contact:hover {
text-decoration:none;color:#ffff00
}
a.contact:visited {
text-decoration:none;
}
BODY {
background: #5B7187;

SCROLLBAR-FACE-COLOR: #967395;
SCROLLBAR-HIGHLIGHT-COLOR: #cc99cc;
SCROLLBAR-SHADOW-COLOR: #5B7187;
SCROLLBAR-3DLIGHT-COLOR: #967395;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #5B7187;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
.texteblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
}
.textebordeau14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #911b52;
	text-decoration: none;
}
.textebordeau12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #911b52;
	text-decoration: none;
}

/* Styles pour les boutons des formulaires de contact */
.boutonEnvoyer
{
	width: 120px;
	height: 30px;
	background: url(images/bouton-envoyer.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 0;
}

.boutonEnvoyer:hover
{
	width: 120px;
	height: 30px;
	background: url(images/bouton-envoyer-over.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 0;
}
