body{}

/* Assignation des fonts */
body, a, p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
			/*font-family: 'cumulusRegular', sans-serif;*/
			/*font-family: 'WalkwaySemiBoldRegular', sans-serif;*/
			/*font-family: 'TimesSansSerifRegular', sans-serif;*/
			/*font-family: 'SeganLight', sans-serif;*/
			/*font-family: 'MarlonBookDBNormal', sans-serif;*/
			/*font-family: 'GenevaRegular', sans-serif;*/
			/*font-family: 'GeosansLightRegular', sans-serif;*/
			/*font-family: Verdana, sans-serif;*/
			font-family: 'CenturyGothicRegular', sans-serif;


/* Ajustement general de la taille de 0 à 1*/				
			/*font-size-adjust:0.8;*/

/* Ajustement general de la typo*/
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			letter-spacing:-0.5px;
}



a{
	
}


a:hover{
	color:#66ccff;
}
a.active{
	color:#66ccff;
	font-weight:bold;
}
a:focus{outline:1px dotted}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{margin-top:10px; text-transform:uppercase; font-size:50px;}

h2{margin-bottom:10px; text-transform:uppercase; font-size:28px;}

h3{margin-top:10px;}
h4{}
h5{}
h6{}
ol{margin-left:60px;list-style:decimal}
ul{margin-left:20px; list-style:disc;}


.texte  ul li{margin-left:50px; list-style:disc; font-weight:normal; font-family: Verdana, sans-serif;}
.body_site p a{
	border-bottom:dotted 1px #cdcdcd;
	font-weight:bold;
}

p{text-align:left; font-size:15px;}	
pre{}	


