 /*           -------------------------liens theme ------------------------------------ */
a.theme  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
a.theme:hover {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
a.theme:active {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
 /*           -------------------------liens sous theme ------------------------------------ */
a.sous_theme  {
	font-size: 9px;
	color:#000000;
	text-decoration:none;
}
a.sous_theme:hover {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}
a.sous_theme:active {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}
 /*           -------------------------liens sous theme agenda------------------------------------ */
.agenda  {
	font-size: 9px;
	color:#000000;
	text-decoration:none;
}
a.agenda  {
	font-size: 9px;
	color:#000000;
	text-decoration:none;
}
a.agenda:hover {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}
a.agenda:active {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}

