.texte {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0068aa;
		font-size :12px;
}

a:hover.texte {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #cc0000;
		font-size :12px;
}

.texte_petit {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0068aa;
		font-size :10px;
}

.texte_heure {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #7fb3d4;
		font-size :11px;
}

.texte_titre {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #cc0000;
		font-size :12px;
}

.texte_partenaires {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #bd3801;
		font-size :12px;
}

.noirorange {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : black;
		font-size :10px;
}

a:hover.noirorange {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : orange;
	font-size : 10px;
}

body {
	scrollbar-3d-light-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #0068aa;
	scrollbar-face-color : #0068aa;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #ffffff;
}