body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	text-align: justify;
}

.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#000000;
}

.titre1 {
	color: #333333;
	font-weight: bold;
	font-size: 12pt;
}

.titre2 {
	color: #FF9900;
	font-weight: bold;
	font-size: 11pt;
}

/*  
liens
*/


a:link {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:underline;
}

a.fr:link {
color:#FFFFFF;
background-color:#FF6699;
text-decoration:none;
}
a.fr:hover {
color:#FF6699;
background-color:#FFFFFF;
text-decoration:none;
}
a.fr:visited {
color:#FFFFFF;
background-color:#FF6699;
text-decoration:underline;
}

a.nl:link {
color:#FFFFFF;
background-color:#993366;
text-decoration:none;
}
a.nl:hover {
color:#993366;
background-color:#FFFFFF;
text-decoration:none;
}
a.nl:visited {
color:#FFFFFF;
background-color:#993366;
text-decoration:underline;
}
