/* CSS Document */



/* Désactivation de la nav gauche en masquant la zone */
#memo_site_gauche { display:none; }





.spacer {
	clear: both;
}





#daxonpage a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color : #000000;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		line-height:22px;
	
		}
		
#daxonpage a:visited {
		font-family: Arial, Helvetica, sans-serif;
		color : #000000;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		line-height:22px
		}

#daxonpage a:hover {
		font-family: Arial, Helvetica, sans-serif;
		color : #dd0f27;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		line-height:22px
		}		



