/* CSS Document */

/* Styles for pics page sizes */
.RedBold {
	color: #FF0000;
	font-weight: bold;
}
.YellowBold {
	color: #FF9900;
	font-weight: bold;
}
.GreenBold {
	color: #006633;
	font-weight: bold;
}

/*Predefined styles*/
a {color: #000000; text-decoration:underline;}

a:hover {color:#B0B0B0; text-decoration:underline;}

.IMPORTANT {
	color: #666666;
	font-weight: bold;
}

.TITRE { color:#000000; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}

.TITREBLANC { color:#ffffff; font-size:10px; font-family:verdana; font-weight:bold; }

.SOUSTITRE { color:#000000; font-size:11px; font-family:verdana; font-weight:normal; }

.TEXT { color:#000000; font-size:10px; font-family:verdana; font-weight:normal; }

.TEXTBLANC { color:#ffffff; font-size:10px; font-family:verdana; font-weight:normal; }