@charset "iso-8859-1";
.body2 {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : 50% 50%;
	font-size: medium;
	font-family: "Franklin Gothic Book", Trade Gothic, Arial;
	color: white;
	scrollbar-face-color: #5D6463;
	scrollbar-arrow-color: #A9A192;
	scrollbar-track-color: #A9A192;
	scrollbar-3dlight-color: #5D6463;
	scrollbar-darkshadow-color: #5D6463;
	background-color :  #5D6463;
}

body {
	background-attachment : fixed;
	font-family: "Franklin Gothic Book", Trade Gothic, Arial;
	color: black;
	scrollbar-face-color: #5D6463;
	scrollbar-arrow-color: #A9A192;
	scrollbar-track-color: #979F9E;
	scrollbar-3dlight-color: #5D6463;
	scrollbar-darkshadow-color: #5D6463;
	background-color : #5D6463; 
}

h1, h2, h3, h4 {
	text-align : center;
	color : white;
	font-family : "Franklin Gothic Book", Trade Gothic, Arial;
}

a {
	color : White;
	text-decoration : underline;
	text-shadow : #A9A192;
	font-weight : bolder;
}
a:hover	{
	color : white;
	text-decoration : underline overline;
}

table {
	border : medium none inherit;
	width : 90%;
	text-align : justify;
}

img {
	border-style : none;
}

td.bis {
	text-align : center;
	width: 190px;
	font-size: x-small;
}

.tdbis {
	text-align : center;
	width: 190px;
	font-size: medium;
	font-weight:bold
}

.menu {
	font-size: 11px; 
	color: black; 
	font-family: Franklin Gothic Book, Arial; 
	text-align:left
}
.menuactif a {
	color: black ;
	text-decoration: none;
	font-weight: normal;
	text-align:left
}
.menuactif a:hover {
	color: black ;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
.menuactif {
	font-size: 11px; 
	color: black; 
	font-family: Franklin Gothic Book, Arial;
	text-decoration: none;
	text-align:left;
}
.sous-menus {
	z-index: 100;
	visibility : hidden;
	font-family: Franklin Gothic Book;
	color: black;
	position : absolute;
	background-color: #A9A192 ;
	text-decoration: none;
	margin: 2px;
	border: 2px outset #7E8787;
	font-family: Franklin Gothic Book, Arial;
	text-align: left;
}
.sous-menus a {
	font-weight: 500;
	font-size: 13px;
	color: black;
	font-family : Franklin Gothic Book, Arial;
	text-align: left;
	text-indent: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin: 2px;
	border: 2px inset #5D6463;
	display: block;
}
.sous-menus a:hover {
	font-weight: 800;
	font-size: 13px;
	color: black;
	background-color: #A9A192 ;
	text-decoration: none;
	margin: 2px;
	border: 2px outset #5D6463;
	font-family: Franklin Gothic Book, Arial;
	text-align: left;
}