/* LISTE DES ARTICLES */

	A.liste_articles:link {
	color: #FFFFFF;
	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: #FFFFFF;
	font-size: small;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
	background-color: #333333;
	}
	
	A.liste_articles:visited {
	color: #FFFFFF;
	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: #FFFFFF; 
		font-size: medium; 
		text-decoration:none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		font-style: oblique;
	}
	
	A.liste_rubriques:hover {
	color: #FFFFFF;
	font-size: medium;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	background-color: #333333;
	}

	A.liste_rubriques:visited {
		color: #FFFFFF; 
		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;
}

/* LIENS MENU MAJ */

A.menumaj {	
	color: #FFFF99;	
	text-decoration: underline;
}

A.menumaj:hover {
	color: #FFFF99;
	text-decoration: underline;
	background-color: #990000;
}

/* PAGE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #660000;
	background-color: #FFFFCC;
	background-image: url(../interface/fond2.jpg);
	}
	
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;
}