@font-face {
 font-family: font_douce;
 src: url("fond_douce.eot") /* EOT file for IE */
}
@font-face {
 font-family: font_douce;
 src: url("fond_douce.ttf") /* TTF file for CSS3 browsers */
}


body {
	background-color: #FFF;
	font-family: font_douce;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

a:link {
	font-size: 12px;
	color: #9D192E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #625d5b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #625d5b;
	text-decoration: underline;
	font-weight: bold;
}


.title {
	font-family: font_douce;
	font-size: 16px;
	line-height: 20px;
	color: #9A1457;
}
 
.text {
	font-family: font_douce;
	font-size: 16px;
	line-height: 20px;
	color: #9D192E;
	text-align: justify;
}
.text-fushia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9D192E;
	text-align: justify;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

.text-vert {
	font-family: font_douce;
	font-size: 16px;
	line-height: 20px;
	color: #669900;
}
.text-fushiapetit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #9D192E;
	text-align: justify;
}
.text-vertCsimple {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #669900;
}
