
/*définition de la couleur du menu cool*/
.clsCMOn {
    color: #EEEEEE;
    font-size : 12px;
    text-decoration : none;
    padding: 2px 4px;
    }

.clsCMOver {
    color: #329642;
    font-size : 12px;
    padding: 2px 4px;
	text-decoration:none;
    }	

	
/* Pour la modification du copyright*/
.copyright { color: #ffffff; text-decoration: none; } 
a.copyright:link{color: #ffffff; text-decoration: underline;font-weight: normal}
a.copyright:visited{color: #ffffff; text-decoration: underline;font-weight: normal}
a.copyright:hover{color: #006600; text-decoration: underline;font-weight: normal}

/* utilisation pour copyref et domaine alias */
.d_none {display:none}

