/* CSS Document */

body { 

} 

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

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

a:hover {
color: #961b1e; text-decoration: underline;
}

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

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

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

.texte {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #4A4B4A;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	
.texte2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte_rouge {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #961b1e;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte_titre {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #961b1e;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	.bordure {
	border: 1px solid #9C1B20;
}
