
/*définition de la couleur du menu cool*/	
.clsCMOn {
    color: #cfab48;
    font-size : 12px;
    text-decoration : none;
	text-align:center;	
    padding-bottom:0px;
	padding-top:12px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position: left;
	height:27px;
	width:110px;
    }

.clsCMOver {
    color: #ffffff;
    font-size : 12px;
    text-decoration:none;
	text-align:center;
    padding-bottom:0px;
	padding-top:12px;
	padding-left:0px;
	padding-right:0px;	
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position: left;
	height:27px;
	width:110px;
    }	

/*
.clsCMOn {
    color: #ef7213;
	font-size : 11px;
    text-decoration : none;	
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position: bottom;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	height:26px;
	width:108px;
	background-color:#990000;
    }

.clsCMOver {
    color: #fecb22;
    font-size : 11px;
    text-decoration:none;
    padding-bottom:8px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position: bottom;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
    }	

	*/
/* Pour la modification du copyright
.copyright {color: #374D99; text-decoration: none; } 
a.copyright:link{color: #374D99; text-decoration: none;}
a.copyright:visited{color: #374D99; text-decoration: none;}
a.copyright:hover{color: #374D99; text-decoration: underline;}
*/

/* utilisation pour copyref et domaine alias */
.d_none {display:none}
