#header{
	background-image: url("../img/logo_home.jpg");
	background-repeat: no-repeat;
	background-position:55px 0;
}

#content{
	border: 1px solid #fff;
}

#contentleft{
	border-right: 1px solid #fff;
}

#contentright{
	background-image: url("../img/img_home.jpg");
	background-repeat: no-repeat;
}

#contentleft ul{
	margin: 0;
	padding: 0;
}

#leftmenu ul{
	list-style: none;
	font-size: 0.8em;
	_font-size: 0.6em;
}

#leftmenu ul li{
	/*background-color: #c4dacc;*/
	height: 15px;
	border-bottom: 1px solid #fff;
}

#leftmenu ul li a{
	display: block;
	height: 13px;
	padding-right: 17px;
	padding-top: 2px;
	color: #548664;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c4dacc;
	background-image: url("../img/plus.jpg");
	background-repeat: no-repeat;
	background-position: 185px 4px;
}

#leftmenu ul li a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #bcc694;
	background-image: url("../img/moins.jpg");
	background-repeat: no-repeat;
	background-position: 185px 4px;
}

#leftmenu2{
	background-image: url("../img/layoutH_gauche.gif");
	background-repeat: no-y;
}

#leftmenu2 ul{
	list-style: none;
	font-size: 0.8em;
	_font-size: 0.6em;
	padding: 0;
	margin: 0;
}

#leftmenu2 ul li{
	background-color: #fcfefc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #548664;
	border-bottom: 1px solid #548664;
}

#leftmenu2 ul li a{
	display: block;
	height: 13px;
	padding-right: 17px;
	padding-top: 2px;
	color: #548664;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fcfefc;
	background-image: url("../img/plus_contact.jpg");
	background-repeat: no-repeat;
	background-position: 185px 3px;
}

#leftmenu2 ul li a:hover{
	color: #548664;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c4d6cc;
	background-image: url("../img/moins_contact.jpg");
	background-repeat: no-repeat;
	background-position: 185px 3px;
}

#leftmenu2 ul li a.active{
	color: #548664;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c4d6cc;
	background-image: url("../img/moins_contact.jpg");
	background-repeat: no-repeat;
	background-position: 185px 3px;
}

#bottom{
	color: #fff;
}

#logo{
	background-image: url("../img/logo_fsc.jpg");
	background-repeat: no-repeat;
}