/* LISTE DES ARTICLES */	A.liste_articles:link {	color: #333333;	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: #333333;	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: #333333;	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: #006633; 		font-size: medium; 		text-decoration:none; 		font-family: Arial, Helvetica, sans-serif; 		font-weight: bold; 		font-style: oblique;	}		A.liste_rubriques:hover {		color: #006633; 		font-size: medium; 		text-decoration:none; 		font-family: Arial, Helvetica, sans-serif; 		font-weight: bold; 		font-style: oblique;	}	A.liste_rubriques:visited {		color: #006633; 		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: #FFFF99;	font-family: Arial, Helvetica, sans-serif;	font-size: smaller;	color: #660000;	}	P {	color: #333333;	font-size: small;	text-align: left;}P.titre_article {	font-family: Arial, Helvetica, sans-serif;	font-size: larger;	font-weight: bold;	color: #006600;}