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

body {
	background-color: #4a2f08;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:active, a:focus{
      outline:none;
}

#conteneur {
	background-image: url(images/conteneur_bg.jpg);
	background-repeat: repeat-y;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
		}
#main {
	width:1020px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:auto;
	}
#header {
	width:1020px;
	height:220px;
	color: #FFFFFF;
	}
#menu_horizontal {
	width:925px;
	padding-left:95px;
	height:30px;
	padding-top:15px;
	color: #FFFFFF;
	}
#menu_horizontal a {
	color: #FFFFFF;
	text-decoration:none;
	margin-right:20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
#menu_horizontal a:hover {
	color: #a9d200;
	}
#menu_vertical {
	width:300px;
	height:500px;
	float:left;
	}
#menu_vertical ul {
	margin:0px;
	list-style:none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 83px;
	}
#menu_vertical ul li {
	text-transform: uppercase;
	}
#menu_vertical ul li a {
	padding-left:13px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/puce.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	font-size: 12px;
}
#menu_vertical ul li ul {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:11px;
	text-transform:uppercase;
	}
#menu_vertical ul li ul li {
	}
#menu_vertical ul li ul li a {
	padding-left:17px;
	padding-top:7px;
	padding-bottom:7px;
	background-image: url(images/submenupuce.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
		font-size: 11px;

}
#menu_vertical ul a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}
#menu_vertical ul a:hover {
	text-decoration:none;
	color:#000000;
}

#contenu_page {
	width:610px;
	padding-right:110px;
	padding-top:40px;
	float:right;
	}
#contenu_page a {
	text-decoration:underline;
	color:#333333;
	}
#contenu_page a:hover {
	text-decoration:none;
	color:#A9D200;
	}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	width:940px;
	height:107px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 92px;
	padding-left: 80px;
	color: #FFFFFF;
		}
#footer a {
	text-decoration:underline;
	color:#FFFFFF;
	}
#footer a:hover {
	text-decoration:none;
	color:#333333;
	}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#a9d200;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A9D200;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

