/* CSS Document */

body {
	margin-top: 5px;
	background-color: #b31c5f;
	background-image:url(images/pattern.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCC6D0;
	font-size:12px;
}

hr { height: 1px; color: #3F001B; border-bottom: 1px solid #3F001B; border-top: none; border-left: none; border-right: none;margin-bottom: 1em;} /* Astuce pour mettre des bordures discrètes en HR */

a:link {
color: #ffffff; text-decoration: underline;
} 

a:visited {
color: #ffffff; text-decoration: underline;
} 

a:hover {
color: #B5D5F3; text-decoration: none;
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7463;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-align: center;
	}
	
a.lien:link {
color: #ffffff; text-decoration: underline;
}

a.lien:visited {
color: #ffffff; text-decoration: underline;
} 

a.lien:hover {
color: #ffffff; text-decoration: none;
}

a.lien2:link {
color: #FCC6D0; text-decoration: underline;
}

a.lien2:visited {
color: #FCC6D0; text-decoration: underline;
} 

a.lien2:hover {
color: #FCC6D0; text-decoration: none;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FCC6D0;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	text-align: justify;
	}
	
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #D2D2D2;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #7D7463;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texteref {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FCC6D0;
}

.formulaire {
	background-color: #d53a00;
	border: 1px solid #671612;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}