/* CSS Document */



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



h1 {
	color : #9f255e;
	font-size : 22px;
	font-family : Arial;
	line-height : 35px;
	border-bottom :2px dashed #b7d916; width:640px;
	padding-top : 10px;
}


.spacer {
	clear: both;
}


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

#daxonpage a:hover {
		color : #bf4880;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		}		

