@charset "utf8mb4";
/* CSS Document */

body {
	background-color: #282828;
}
.ListePaire {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.ListeImpaire {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.AccueilT1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #656563;
}
.AccueilT2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.AccueilT2B {
	color: #000;
}
.Adresse {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	font-variant: normal;
}
a:link.lien {
	color: #FFF;
	text-decoration: none;
}
a:visited.lien {
	text-decoration: none;
	color: #FFF;
}
a:hover.lien {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: bold;
}
a:active.lien {
	text-decoration: none;
	color: #666;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
.note a:link {
	text-decoration: none;
	color: #999999;
}
.note a:visited {
	text-decoration: none;
	color: #999999;
}
.note a:hover {
	color: #666666;
}
