/* CSS Document */

.txt_bleu {
	color: #072A5E;
	text-decoration: none;
}

a.txt_orange_bleu {
	color: #FE4110;
	text-decoration: none;
}

a.txt_orange_bleu:hover {
	color: #072A5E;
	text-decoration: none;
}
.greyline {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
