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