
/*définition de la couleur du menu cool*/
.clsCMOn {
    color: #9ccfba;
	/* #78B300*/
    font-size : 11px;
    text-decoration : none;
    padding: 0px 4px;	
	font-weight:bold;
	/*background-image:url(../images/img/fd_menu.png);*/
	background-color:#000;
	border-left-color: #78B300;
	border-left-style: dotted;
	border-left-width: 1px;
    }

.clsCMOver {
    color: #09F;
	/*#ff2490*/
    font-size : 11px;
    text-decoration:none;
    padding: 0px 4px;	
	font-weight:bold;
	/*background-image:url(../images/img/fd_menu.png);*/
	background-color:#000;
	border-left-color: #78B300;
	border-left-style: dotted;
	border-left-width: 1px;
    }	

	
/* 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}

