/* Main Stylesheet */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", "Arial", "Tahoma", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #000;
	}
	
a {
	color: #388388;
	}	
	
a:hover {
	color: #a42102;
	}
	
a:visited {
	color: #89b5b9;
	}
	
#header {
	width: 950px;
	margin: auto;
	height: 171px;
	background: url('menu.jpg') top right no-repeat;
	}

table#content {
	width: 950px;
	margin: auto;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	}

table#content #left_menu {
	width: 156px;
	padding-top: 15px;
	background: url('left_fading.jpg') top left no-repeat;
	vertical-align: top;
	}

table#content #left_menu a {
	display: block;
	margin-top: 5px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	//height: 20px;
	//line-height: 20px;
	margin-left: 20px;
	width: 120px;
	text-align: left;
	}

table#content #left_menu a#accueil {
	color: #a42102;
	font-weight: bold;
	}

table#content #left_menu a:hover {
	font-weight: bold;
	}

table#content #middle_content {
	vertical-align: top;
	width: 573px;
	padding: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 300px;
	}

table#content #right_content {
	vertical-align: top;
	padding: 15px;
	border-left: solid 1px #000;
	}
	
a#logo {
	width: 156px;
	height: 171px;
	background: url('logo.jpg') top left no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	}
#footer_container {
	width: 950px;
	margin: auto;
	height: 12px;
	}

#footer_container #footer {
	width: 794px;
	height: 12px;
	line-height: 9px;
	background: #000;
	color: #fff;
	text-align: center;
	float: right;
	}

#footer_container #footer a {
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	background: #252525;
	}
	
#menu {
	width: 700px;
	height: 26px;
	float: right;
	margin-top: 111px;
	margin-right: 19px;
	}
#menu a {
	display: block;
	float: left;
	height: 23px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	}	
	
#menu a:hover, #menu a.active {
	background: url('button.jpg') top left repeat-x;
	}