/* CSS Document */
body {
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*	background-color: #145184;*/
}
/* ------ */
a:link {
	text-decoration: underline;
	color: #000000;
	/*background-color: #145184;*/
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/* ------ */
.titre {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
}
.titreBlanc {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.text_rouge {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFFFF;
}
.textPetit {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.textPetitBlanc {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.textPetitBlanc_main {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
.textPetit_align {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.text_align {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.textBlanc {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.textBlanc_align {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
/*filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;*/
