
/*définition de la couleur du menu cool
 padding: 6px 10px;
 padding: 2px 10px;	
*/

.clsCMOn {
    color: #333333;
	/*#d31e77*/
    font-size : 11px;
    text-decoration : none;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
    }

.clsCMOver {
    color: #990000;
	/*#ff2490*/
    font-size : 11px;
    text-decoration:none;
   padding-bottom:6px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	background-image:url(../images/interface/fd_menu.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	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}
