@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ff9f1d;
	background-image: url(fond2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
}
.titre {
	background-image: url(logo.gif);
	position: absolute;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 250px;
}
.imageT {
	height: auto;
	width: 100%;
	overflow: visible;
	z-index: 2;
	left: 0px;
	top: 150px;
}
.menu {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 200px;
	overflow: hidden;
	z-index: 200;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}

.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: blink;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 35px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}
.menu a:link {
	text-decoration: none;
	border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FFCC66;
	color: #000066;
}
.menu a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FFCC66;
}
.menu a:hover {
	text-decoration: none;
	color: #666633;
	border-bottom-color: #FFCC66;
	border-right-color: #FFCC66;
	border-top-color: #CC6600;
}
.menu a:active {
	text-decoration: none;
	color: #666633;
	border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FFCC66;
}
.Deco {
	margin: 10px;
}
.separation {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #990000;
	font-size: 9px;
	line-height: 1px;
	width: 150px;
}