/* **************************************************** */

a.courant:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.courant:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #e06215;	
}

a.courant:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.courant:visited:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #e06215;
}

a.courant:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}
