a {
	font-weight: bold;
	color: #2A215E;
	text-decoration: none;

}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
th {
	font-weight: bold;
	background-color: #628AA1;
	font-size: 13px;
}
input {
	font-weight: bold;
	color: #3F5969;
	font-family: Arial, Helvetica, sans-serif;

}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #3F5969;
}
textarea {
	font-weight: normal;
	color: #3F5969;
	font-family: Arial, Helvetica, sans-serif;

}
.titre2 {
	font-weight: bold;
	color: #628AA1;
	text-decoration: none;
	font-size: 15px;
	font-style: italic;

}
.blanc {
	color: #FFFFFF;
}

table.tableau {
border-bottom: 1px solid #3F5969;
border-right: 1px solid #3F5969;
}
table.tableau td {
	border-top: 1px solid #3F5969;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #3F5969;
	padding:3px;
}
table.tableau th {
	border-top: 1px solid #3F5969;
	border-left: 1px solid #3F5969;
	border-right: 0px ;
	padding:3px;
}

table.tableau th.gauche {
	border-left: 1px solid #3F5969;
}
.mini {
font-size:11px;
}