.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #e8f0ff;
	text-decoration: none;

}
a:hover.Menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9fd0ff;
	text-decoration: none;
}
.trait {
	background-attachment: fixed;
	background-image: url(../images/px.gif);
	background-repeat: repeat-y;
	background-position: left;
}.TraitVertical {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #1a4f81;

}
.Texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
}
.lien {
	font-family: Georgia,Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #174459;
	text-decoration: none;
}
a:hover.lien {
	font-family: Georgia,Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.lienblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F8F8F8;
	text-decoration: none;
}
