 
.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #8E9196;
}

.titre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #3d6da4;
}

a:link {
	font-size: inherit;
	font-weight: bold;
	color: #4C5353;
	text-decoration: none;
}
a:visited {
	font-size: inherit;
	font-weight: bold;
	color: #4C5353;
	text-decoration: none;
}
a:hover {
	font-size: inherit;
	font-weight: bold;
	color: #E98C15;
	text-decoration: none;
}


.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #abcfeb;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #abcfeb;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: F2C121;
	font-weight: bold;
	text-decoration: none;
}

.menu2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #abcfeb;
	font-weight: bold;
	text-decoration: none;
}
.menu2 a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #abcfeb;
	font-weight: bold;
	text-decoration: none;
}
.menu2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: FF7200;
	font-weight: bold;
	text-decoration: none;
}

BODY {
	scrollbar-face-color: #C4CCD4;
	scrollbar-shadow-color: #FCBC34;
	scrollbar-highlight-color: #FCBC34;
	scrollbar-3dlight-color: #d8e0eb;
	scrollbar-darkshadow-color: #d8e0eb;
	scrollbar-track-color: #E7E7EA;
	scrollbar-arrow-color: #FCB434;
}

li{
	display : list-item;
	list-style-image : url(images/puce.gif);
	list-style-type: none;
	list-style-position: outside;
	background-position: center;
	vertical-align: middle;

}
