/* LISTE DES ARTICLES */	A.liste_articles:link {	color: #000066;	font-size: small;	text-decoration:none;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-style: oblique;	text-align: left;	}		A.liste_articles:hover {	color: #990000;	font-size: small;	text-decoration:none;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-style: oblique;	text-align: left;	}		A.liste_articles:visited {	color: #000066;	font-size: small;	text-decoration:none;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-style: oblique;	text-align: left;	}/* LISTE DES RUBRIQUES */	A.liste_rubriques:link {		color: #666666; 		font-size: medium; 		text-decoration:none; 		font-family: Arial, Helvetica, sans-serif; 		font-weight: bold; 		font-style: oblique;	}		A.liste_rubriques:hover {		color: #666666; 		font-size: medium; 		text-decoration:none; 		font-family: Arial, Helvetica, sans-serif; 		font-weight: bold; 		font-style: oblique;	}	A.liste_rubriques:visited {		color: #666666; 		font-size: medium; 		text-decoration:none; 		font-family: Arial, Helvetica, sans-serif; 		font-weight: bold; 		font-style: oblique;	}/* LIENS DANS LES TEXTES */A {		color: #3366CC;		text-decoration: underline;}A:hover {		color: #000099;		text-decoration: underline;}/* PAGE */body {	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: smaller;	color: #660000;	}	P {	color: #FFFFFF;	font-size: small;	text-align: left;}P.titre_article {	font-family: Arial, Helvetica, sans-serif;	font-size: x-large;	font-weight: bold;	color: #CCCCCC;	font-style: italic;}