/* CSS Document */

#logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	width: 100%;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	vertical-align: middle;
}

#menu {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 300px;
	width: 160px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 5px;
	top: 100px;
	vertical-align: middle;
	clear: Aucune;
	float: Aucune;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: Aucune;
	border-top-color: #66CC00;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #66CC00;
	padding-top: 50px;
}

#feuille {
	background-image: url(../img/feuille.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	width: 200px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	vertical-align: middle;
	clear: Aucune;
	float: Aucune;
	right: 5px;
	bottom: 5px;
	border: 1px Aucune #EDEDA5;
}
#pied {
	position: absolute;
	visibility: visible;
	z-index: 10;
	vertical-align: middle;
	clear: Aucune;
	float: Aucune;
	border-top: 1px dotted #66CC00;
	border-right: 1px #66CC00;
	border-bottom: 1px dotted #66CC00;
	border-left: 1px #66CC00;
	left: 5px;
	height: 20px;
	width: 750px;
	bottom: 10px;
}
#main {
	position: relative;
	visibility: visible;
	z-index: 4;
	vertical-align: middle;
	clear: Aucune;
	float: Aucune;
	width: 600px;
	top: 100px;
	left: 200px;
	overflow: visible;
}
/* HTML */
body {
	background-color: #f8f8db;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pied {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: Aucune;
	border-bottom-style: dotted;
	border-left-style: Aucune;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: middle;
	padding-top: 5px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 390px;
	border: thin Aucune #999999;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border: thin Aucune #999999;
	text-align: left;
	list-style-type: square;
	line-height: 17px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
}
.main H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.menu a {
	border: thin Aucune #999999;
	list-style-type: square;
	text-decoration: none;
}
.menu a:hover {
	color: #66CC00;
	border: thin Aucune #999999;
	list-style-type: square;
	text-decoration: underline overline;
}
.smenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 11px;
	border: thin Aucune #999999;
	text-align: left;
	list-style-type: square;
	line-height: 15px;
	padding-left: 5px;
}
.tableau {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
.main img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
	clear: both;
	float: left;
	padding: 0px;
	margin: 5px;
	background-color: #F8F8DB;
}
