TD {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #485672;
} 
A {
	color: #7a6837;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.menu {
	color: #7a6837;	 
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
A.menu:hover {
	text-decoration: underline;
	/*background: #F9F9F9; ou background: #F9F9F9 url(/images/bar_background.gif) repeat-x; */
}
A.bis {
	color: #3C4A71;	 
	text-decoration: none;
}
A.bis:hover {
	text-decoration: underline;
}
.mini {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #485672;
}   
.normal {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
}  
.cadre_titre {
	font-family: verdana, arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #a98a3a;
}  
.moyen {
	font-family: verdana, arial, helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #2f5bab;
}  	  
.gros {
	font-family: verdana, arial, helvetica;
	font-size: 28pt;
	font-weight: bold;
} 	 
.bouton {
	font-family: verdana, arial, helvetica;	  
	font-size: 8pt;
	background-color: white;
	border: 1px #b98700 solid;
	color: #4E4E4E;	
	height: 19px;
	width: 19px;
	cursor: hand;
}

.hovermenu ul{
	font: 13px verdana, arial, helvetica;
	/*padding-left: 0;*/
	/*height: 20px;*/
	margin: 0;
	padding: 0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 0px 3px;
	text-decoration: none;
	float: left;
	/*border: 2px solid #FFF2BF;*/
	width: 102px;
	line-height: 27px;
	text-indent: 15px;
	background: url(images/bg_menu.gif) no-repeat 0 0;
}

.hovermenu ul li a:hover{
	background-color: #FFE271;
	/*border-style: outset;*/
	background: url(images/bg_menu.gif) no-repeat 0 -27px;
}