.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
background-color: #f0f0f0;	
	color: #000000;
}

a:link {
	color: 006E95;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: 83241F;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #f0c040;
}

.titre1 {
	color: #BDA659;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}

.gras_bleu {
	color: #006e95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
