body {
	background-color: #eeeeee;
	color: inherit;
	height: 100%;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	width: 100%;
}

.MenuIndex {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	font-family: Verdana,Arial,"Times New Roman", serif;
	font-size: 12pt;
	font-size-adjust: none;
	font-variant: normal;
	font-weight: inherit;
	line-height: 12pt;
	list-style-type: none;
	margin: 10px;
	padding: 0pt;
	position: absolute;
}

.MenuIndex li {
	float: left;
	list-style-type: none;
}

.MenuIndex a {
	background-attachment: scroll;
	background-color: inherit;
	background-image: none;
	background-position: 0% 50%;
	background-repeat: repeat;
	border-style: none;
	color: rgb(0, 0, 0);
	display: block;
	height: 20px;
	margin-bottom: 0pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0pt;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

.MenuIndex a:hover {
	background-attachment: scroll;
	background-color: gray;
	background-image: none;
	background-position: 50%;
	background-repeat: repeat;
	color: #4d0000;
}

.MenuIndex a:active {
	background-attachment: scroll;
	background-color: gray;
	background-image: none;
	background-position: 50%;
	background-repeat: repeat;
	color: #4d0000;
}

.SousMenuIndex {
	border-top-style: solid;
	border-top-width: 1.5px;
	font-family: Verdana,Arial,"Times New Roman", serif;
	font-size: small;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 30px;
	padding: 0px;
	position: relative;
}

.SousMenuIndex a {
	background-color: inherit;
	border-style: none;
	color: rgb(0, 0, 0);
	display: block;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	position: relative;
	text-decoration: none;
	width: 150px;
}

.SousMenuIndex a:hover {
	text-decoration: underline;
}

.SousMenuIndex li {
	float: left;
}

#MenuIndexSelectionne {
	background-color: gray;
	color: white;
	font-size: small;
	font-weight: bolder;
}

#SousMenuIndexSelectionne {
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

#InfosComplementaires {
	border-color: gray;
	border-top-style: dotted;
	border-top-width: 1pt;
	bottom: 0px;
	height: 20px;
	left: 200px;
	position: absolute;
	width: 70%;
}

.pubGoogle {
	bottom: 0px;
	position: absolute;
}

.Erreur {
	background-color: inherit;
	color: #4d0000;
	font-family: Verdana, Arial, "Times New Roman", serif;
	font-size: large;
	font-weight: bolder;
}