/* ---------------------------------------------------------------------------
				Feuille de style de la home-page
				(pour MS Internet Explorer et Netscape 6+/Mozilla)
----------------------------------------------------------------------------*/

body, p, td {
	color: #0369B3;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size: 12px;
}
a {
	color: #ED6400;
	text-decoration: none;
}
a:hover {
	color: #CD0D0D;
	text-decoration: underline;
}

/* styles du pave de navigation */
.pavenavig, .pavenavig p, .pavenavig td {
	color: #0369B3;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 12px;
}
.pavenavig a {
	color: #0369B3;
}
.pavenavig a:hover {
	color: #ED6400;
	text-decoration: none;
}

/* style des boutons de langue */
.bouton_langue {
	color: #0369B3;
	font-size: 11px;
	text-align : center;
}
.bouton_langue a {
	color: #0369B3;
}
.bouton_langue a:hover {
	color: #ED6400;
	text-decoration: none;
}
.bouton_langue_on {
	color: #ED6400;
	font-size: 11px;
	text-align : center;
	font-weight: bold;
}
.bouton_langue_on a {
	color: #ED6400;
}
.bouton_langue_on a:hover {
	color: #4BADF2;
	text-decoration: none;
}

/* styles du pied de page / copyright */
.pieddepage, .pieddepage p, .pieddepage td {
	color: #0369B3;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 10px;
}
.pieddepage a {
	color: #ED6400;
}
.pieddepage a:hover {
	color: #FF9900;
	text-decoration: underline;
}

