a, a:visited, a:active {

    color: #5b022c;
    text-decoration: none;
	font-size: 12px;
}

a:hover {

    color: #5b022c;
    text-decoration: underline;
}

#titre-bleu {

	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #2A5B7E;
}

#titre-noir {

	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}

#sous-titre {

	font-family: Arial;
	font-style: italic;
	font-size: 18px;
	color: #D16B08;
	padding: 8px;
}