
/* 	COMMON STYLE																*/
/* 	DESC : inline style for shared elements like header and footer				*/
/* 	CREATE : 2009-01-26															*/

/* 	COLORS																		*/
/* 	#CC0100 :: green															*/


a {
	text-decoration : none;
	font-weight:bold;
	color:#CC0100;
}

a:hover {
	text-decoration : underline;
	color:#AAA;
}

body {
	background-image:url(../img/fd.gif);
}

#footer {
	text-align:left;
}

.intertitre{
color:#ffffff;
font-size:15px;
font-weight: bold;

}

h2{
color:#ffffff;
font-size:15px;

}
/* Couleur des différents jours */
.jour1 { color:#99cc00; } /* vert */
.jour2 { color:#da167a; } /* rose */
.jour3 { color:#009999; } /* bleu turquoise */
.jour4 { color:#ff0000; } /* rouge */
.jour5{ color:#8c8c8c; } /* gris clair */


