/* CSS Document */
body {
	font-size:12px;
	font-family: "Trebuchet MS", Arial;
	color: #9F827B;
	<!--[if IE]>
	scrollbar-face-color: #9F827B;
	scrollbar-highlight-color: #E1D9CC;
	scrollbar-shadow-color: #9F827B;
	scrollbar-3dlight-color: #9F827B;
	scrollbar-arrow-color: #9F827B;
	scrollbar-track-color: #E1D9CC;
	scrollbar-darkshadow-color: #E1D9CC;
	-->
}
#main {
	position: absolute;
	left: 50%;
	top: 0px;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
}
#bandeau {
	background-image: url(IMG/background/bandeau.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 1000px;
}

#menu {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	width: 120px;
	position:relative;
	top:0px
}
.tdmenu {
	height:37px;
	width:120px;
	background-image:url(IMG/background/bouton_menu.png);
	background-repeat:no-repeat;
	text-align:center;
}
a.menu {
	text-decoration:none;
	color:#9F827B;
	text-align:center;
	height:37px;
	width:120px;
	background-image:url(IMG/background/bouton_menu_on.png);
	background-repeat:no-repeat;
	text-transform: uppercase;
	display:block;
	padding:0px;
	margin:0px;
}
a.menu:hover {
	background-image:none;
}
.smenu {
	background-color:#E1D9CC;
	padding:3px;
	position:absolute;
	border:1px solid #9F827B;
	margin-left:117px;
	margin-top:3px;
	display:none;
	width:200px;
}
.smenu a {
	display:block;
	background-image:none;
	color:#9F827B;
	padding:2px;
	text-decoration:none;
}
.smenu a:hover {
	color:#E1D9CC;
	background-color:#9F827B;
}

#page {
	margin: 0px;
	padding: 0px;
	width: 880px;
	background: url(IMG/background/main.png) repeat-y;
}
#pied {
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
	padding: 2px 0px 0px 0px;
	height: 21px;
	width: 1000px;
	background-image: url(IMG/background/pied.png);
	background-repeat: no-repeat;
	color:#000000;
	font-size:10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #9F827B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-top-color: #9F827B;
	border-right-color: #9F827B;
	border-bottom-color: #9F827B;
	border-left-color: #9F827B;
}
img {
	border:0px;
}

