body{
padding:0;
margin:0;

font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
}
div#div_promo {
position:absolute;
padding:0;
width:240px;
height:100px;
margin:600px 0 0 50px;
}
div#container {
	width:933px;
	margin:auto;
}
div#header {
	width:883px;
	height:103px;
	margin-top:10px;
	padding-left:50px;
	padding-top:30px;
	border: solid 1px #d6d6d6;
}

div#header img {
	float:left;
	margin-right: 10px;
}
div#slogan {
	float:left;
	height:30px;
	margin:30px 0 0 0;
	padding:0;
	width:250px;
	font-size:13px;
}
div .adresse{
	width:408px;
	height:118px;
	background-color:#979292;
	float:left;
	margin-right:20px;
	color:5b5959;
	text-align:justify;
	font-size:12px;
	padding:4px 5px 5px 5px;
}
.adressdetail{
	color:#FFF;
}
div#footer {
	height:138px;
	width:903px;
	background:url(images/adresse.jpg) repeat-x;
	padding:13px 0 0 30px;
}
div#copyright {
	text-align:center;
	font-size:12px;
	margin-top:15px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 400px;
	width: 933px;
	overflow: auto;
	border-left: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	width:225px;
	height:320px;
	border:solid 1px #e6e6e6;
	text-align:center;
}
.sc_menu li a img{
	 width:225px;
	 height:275px;
	 border:none;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	width:225px;
}
.sc_menu span {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;	
	color: #AAA;
}
.sc_menu a:hover span {
	margin-top:10px;
	color: #333;
}

.sc_menu a img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
	
}
.sc_menu a:hover img {
	filter:alpha(opacity=100);	
	opacity: 1;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}
