body  {
	font-family:Arial, sans-serif; 
	font-size:14px; 
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #72706F;
	background-color:#FFFFFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
    }
a{ 
    color:#ff8a24;
	text-decoration:none;
	font-weight:bold;
	}
#container {
	width:920px;
	background: #ffe2c3;
	background-image:url(../images/bg-container.png);
	background-repeat:repeat-x;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #adacaa;
    } 
#header {
	width:920px;
	height:235px;
	background: #fff4e8;
	background-image:url(../images/header.png);
	margin: 0px;
    }
#menue {
	width:245px;
	float:left;
	padding:0px 25px 0px 25px;
    }
#menue ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menue li {
	display: block;
	border-bottom: 2px solid #ff8a24;
	margin-bottom: 8px;
}
#menue li a, #menue li a:link {
	text-decoration: none;
	display: block;
	color: #72706F;
	padding: 0px;
}
#menue li a:visited {
	color: #72706F;
}

#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #ff8a24;
}
#content{
	width:525px;
	float:left;
	padding:0px 50px 50px 50px;
    }
#footer{
	clear: both;
	background: #ffffff;
	background-image:url(../images/bg-footer.png);
	background-repeat:repeat-x;
	height: 100px;
    }
h1{
	text-align:right;
	font-weight:bold;
	font-size:18px;
	color:#ff8a24;
	border-bottom:2px solid #ff8a24;
    }
.addresse{
	padding-left:40px;
    }
h2{
	font-weight:bold;
	color:#ff8a24;
	font-size:14px;
    }
ul{ 
	list-style-image: url(../images/list-type.png);
	list-style-position: outside; 
	padding:0px;
	margin-left:50px;
	} 
ul li{ 
	margin-bottom:12px;
	} 
