body,td,th {color: #FFFFFF;}
body {background-color: #FF3300;background-image: url(images/rayures.jpg);}

/* Definition de la couleur des liens */

	/* Standard */
	a:link {font-size: 12px;font-family: Arial;color: #CC0000;text-decoration:none;}
	a:visited {font-size: 12px;font-family: Arial;color: #CCCCCC;text-decoration:none;}
	a:active {font-size: 12px;font-family: Arial;color: #FF0000;text-decoration:none;}
	a:hover {font-size: 12px;font-family: Arial;color:#FF0000;text-decoration:none;}

	/* Menu de gauche */
	a.menugauche:link {font-family: Arial;font-size: 12px;color: #CC0000;text-decoration:none;}
	a.menugauche:visited {font-family: Arial;font-weight: bold;font-size: 12px;color: #CC0000;text-decoration:none;}
	a.menugauche:active {font-family: Arial;font-weight: bold;font-size: 12px;color: #FF0000;text-decoration:none;}
	a.menugauche:hover {font-family: Arial;font-weight: bold;font-size: 12px;color:#FF0000;text-decoration:none;}
	
		/* Menu de Gauche lien rubrique */ 
		a.menugaucherubrique:link {font-family: Arial;font-size: 14px;color: #333333;font-weight: bold;text-decoration:none;}
		a.menugaucherubrique:visited {font-family: Arial;font-size: 14px;font-weight: bold;color: #333333;text-decoration:none;}
		a.menugaucherubrique:active {font-family: Arial;font-size: 14px;font-weight: bold;color: #FF0000;text-decoration:none;}
		a.menugaucherubrique:hover {font-family: Arial;font-size: 14px;;font-weight: bold;color:#FF0000;text-decoration:none;}
	
		/* Menu de gauche, lien site */
	
		a.menugaucheliens:link {font-size: 12px;font-family: Arial; color: #CC0000; text-decoration:none;}
		a.menugaucheliens:visited {font-family: Arial;font-size: 12px;color: #CC0000;text-decoration:none;}
		a.menugaucheliens:active {font-family: Arial;font-size: 12px;color: #FF0000;text-decoration:none;}
		a.menugaucheliens:hover {font-family: Arial;font-size: 12px;color:#FF0000;text-decoration:none;}

		/* Les liens dans la page des liens */
		
		a.lienexterne:link {font-family: Arial;color: #333333;font-size: 16px;font-weight: bold;}
		a.lienexterne:visited {font-family: Arial;color: #333333;font-size: 16px;font-weight: bold;}
		a.lienexterne:active {font-family: Arial;color: #CC0000;font-size: 16px;font-weight: bold;}
		a.lienexterne:hover {font-family: Arial;color: #CC0000;font-size: 16px;font-weight: bold;}

	/* Liens dans les articles */
	
	a.articletitre:link {font-weight: bold;font-size: 14px;font-family: Arial; color: #333333; text-decoration:none;}
	a.articletitre:visited {font-weight: bold;font-size: 14px;font-family: Arial; color: #333333; text-decoration:none;}
	a.articletitre:active {font-weight: bold;font-size: 14px;font-family: Arial; color: #333333; text-decoration:none;}
	a.articletitre:hover {font-weight: bold;font-size: 14px;font-family: Arial; color: #333333; text-decoration:none;}
	
	/* Liens dans les archives */
	
	a.articlearchive:link {font-family: Arial;font-size: 12px;color: #CC0000;text-decoration:none;}
	a.articlearchive:visited {font-family: Arial;font-size: 12px;color: #CCCCCC;text-decoration:none;}
	a.articlearchive:active {font-family: Arial;font-size: 12px;color: #FF0000;text-decoration:none;}
	a.articlearchive:hover {font-family: Arial;font-size: 12px;color:#FF0000;text-decoration:none;}
	
/* Definition des affichage de titre de menu */

	/* Dans le menu de gauche */ 
	.titremenu {font-family: Arial;font-size: 14px;color: #333333;font-weight: bold;}
	
	

/* definition des affichage des articles */

	.titrearticle {font-weight: bold;font-size: 14px;font-family: Arial; color: #333333; text-decoration:none;}
	.titresection {font-family: Arial;color: #CC0000;font-size: 16px;font-weight: bold;}
	.texte_article {text-align: justify;font-family: Arial;font-size: 12px;color: #333333;}
	.sectionencours {font-family: Arial;font-size: 12px;color: #CCCCCC;text-decoration:none;}
	.lesdates{font-family: Arial; font-size: 12px;color: #333333; font-style: italic;}
	.auteurscommentaires{font-family: Arial;font-size: 10px;color: #333333;}


/* Pour l'affichage du calendrier */

.calendrier-mois{text-align:center;}
.calendrier-semaine{text-align:center;font-size:14px;}
.calmois {text-align:center;height:18px;margin-top:1px;}
.calsemaine {color:white;text-align:center;padding-right:1px;}
.today {background-color:#ccc;color:black;text-align:center;font-weight:bold;padding-right:1px;font-size:12px;}
.weekday {text-align:center;padding-right:1px;font-size:14px;}
.weekendday {background-color:#dbb;color:black;text-align:center;padding-right:1px;font-size:14px;}
.activeday {text-align:center;font-weight:bold;padding-right:1px;font-size:14px;color: #CC0000;}
.activeweekendday {background-color:#dbb;text-align:center;font-weight:bold;padding-right:1px;font-size:14px;color: #CC0000;}
.outday {}