a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #AF5938;
}

.lien-inactif {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;		
}

.lienblanc {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.base {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
 
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	letter-spacing: normal;
	text-indent: 0pt;
	list-style-image: url(../images/pucebrune.gif);
	list-style-type: circle;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	white-space: normal;
	vertical-align: baseline;
}

.liste LI {
	margin-top: 5px;
}

.liste2 {
	list-style-image: none;
}

.titrebrun {
	color: #B25E3D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: none;
}
/* texte du clendrier */
.calendrier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
}

/* texte blanc du calendrier */
.petitlienblanc{
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* tooltip du calendrier */
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	color: white;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
}