
/*définition de la couleur du menu cool*/
.clsCMOn {
    color: #330066;
    font-size : 12px;
    text-decoration : none;
    padding: 2px 4px;
    }

.clsCMOver {
    color: #330066;
    font-size : 12px;
    text-decoration : none;
    padding: 2px 4px;
    }	

/*définition de la couleur du texte en #prod récupéré dans la base */	
/*SI PAS DE #PROD PARTIE POUVANT ETRE SUPPRIMEE*/			   
.titreprod { 
	color: #FF3366;
	vertical-align: left;
	font-size: 12px;
    font:bold;	
	}


.Prod {
    TEXT-ALIGN: left;
    COLOR: #330066;
    FONT:  italic;
    }	
	
.Biensimmo {
    color: #330066;
	FONT:  bold;
 }
 	
/* 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}
