table.AnnTable
{
	border-width : 1px;
	border-style : solid;
	border-color : #31639C;
	border-collapse: collapse;
}

table.AnnTable td
{
	padding: 5px;
	border-collapse: collapse;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-color : Gray;
}

table.AnnTable th
{
	padding: 5px;
	background-color:#31639C; // actusombre
	border-collapse: collapse;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-color : Gray;
	font-weight : bold;
	text-align : left;
	color : white;
}

.AnnMailto {
	text-decoration:none;
}

.AnnTitre {
	text-align:center;
	font-size:14pt
}

.AnnLink {
	text-decoration:none;
	text-align:left
}

.AnnMiniLink {
	text-decoration:none;
	font-size:8pt
}

a.AnnMiniLink:link {text-decoration: none; color:#31639C}
a.AnnMiniLink:visited {text-decoration: none; color:#31639C}
a.AnnMiniLink:active {text-decoration: none; color:red} 
a.AnnMiniLink:hover {text-decoration: none; color:red}

.AnnMenuLink {
	text-decoration:none;
	font-size:8pt;
	font-weight : bold;
}
    
a.AnnMenuLink:link {color:#31639C}
a.AnnMenuLink:visited {color:#31639C}
a.AnnMenuLink:active {color:#31639C} 
a.AnnMenuLink:hover {color:#31639C}

.AnnMenuNoLink {
	text-decoration:none;
	font-size:10pt;
	font-weight : bold;
	color : red;
}

