﻿#divMenu {
	float: left;
	width: 190px;
	background-color: #ffffff;
}
.divseparateur {
	clear: both;
}
.labelchoix {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

.titrechoix {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000080;
	font-weight: bold;
}

a.petitenote
{
    font-family: "arial";
    font-size: 9pt;
    color: #808080;
    text-decoration: none;
}


a.petitenote:hover
{
    color: blue;
    text-decoration: underline;
}