body{
	margin: auto;
	padding: 0;
	width: 800px;
	margin: auto;
	background-image:url(http://www.imside.fr/images/body/bckgd_gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	color: #2b2e3e;
	}

#container {
	position: absolute;
	margin: auto;
	padding: 0;
	width: 800px;
	border: solid 1px #85b2f0;
}

/*Header*/

#header{
	top: 0px;
	left: 0px;
	width: 800px;
	height: 158px;
	background-image: url(http://www.imside.fr/images/header/header_back.jpg);
	position: relative;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#header ul{
	font-size: 0.7em;
	letter-spacing: 0.3em;
	font-style: normal;
	margin: 0;
	padding: 30px 0 0 430px;


}

#header li{
	list-style-type: none;
	border-left: solid 4px #fff;
}

#header a{
	color: #2b2e3e;
	text-decoration: none;
	padding: 0.5em;	
}

#header a:hover{
	color: #fe7f02;
	text-decoration: overline;
}

/*Header end*/

/*menu*/
#menu{
	position: relative;
	height: 42px;
	float: left;
	width: 800px;
	padding:0;
	margin:0;
	background-image: url(http://www.imside.fr/images/menu/menu_back.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #8592a8;
}

#menu ul{
	width: 610px;
	font-size: 0.9em;
	letter-spacing:0.1em;
	font-weight: bold;
	margin: 0 auto;
	text-align:center;
	padding:0;
	text-decoration: none;
	}

#menu li{
	float:left;
	list-style-type: none;
	text-align:center;
	line-height:42px;
}

#menu a{
	color: #8592a8;
	text-decoration: none;
	text-align:center;
	display: block;
	width: 122px;
	background-image: url(http://www.imside.fr/images/menu/off.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	text-align:center;
}
#menu a:hover{
	color: #fff;
	display: block;
	width: 122px;
	background-image: url(http://www.imside.fr/images/menu/on.png);
	background-repeat:no-repeat;
}

/*menu end*/

/*footer*/
#footer{
	position: relative;
	height: 35px;
	background-image: url(http://www.imside.fr/images/footer/back.jpg);
	border-bottom: solid 1px;
	float: left;
	width: 800px;
	background-repeat: no-repeat;
	border-bottom-color: #FFFFFF;
}
ul#footer {
	font-size: 0.6em;
	letter-spacing:0.1em;
	font-weight: normal;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	}

#footer li{
	float:left;
	line-height: 35px;
}

#footer a{
	color: #fff;
	text-decoration: none;
	text-align:center;
	border-right: solid 1px;
	padding: 0 1em 0 1em;
}
#footer a:hover{
	color: #fe7f02;
}

li.copy{
	color: #fff;
	font-size: 1.2em;
	padding : 0 0 0 4em;
	font-weight: bold;
}

/*footer end*/

