body {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 0;
	color: #ccc;
}

body a {
	color: #ff5300;
}

img{
border: 0;
}

#main {
	background-color: #121212;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border: 0;
}
#menu {
	float: right;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	width: 600px;
	}
#menu li {
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	float: right;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #121212 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	text-align: center;
	font-weight:normal;
}
#menu a:hover {
	background: #ff5300 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menu #current {
	background: #ff5300 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#logo {
	float: left;
	width: 200px;
	border: 0;
}
#header {
	height: 120px;
	width: 940px;
}
#corps {
	width: 940px;
}
#corps  li {
	padding-bottom: 0.4em;
}
#footer {
	font-size: 12px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#gdf {
	float: right;
}
#wifi {
	float: left !important;
}
#col-droite {
	float: right;
	padding-right: 30px;
	text-align: right;
}
.aere {
	margin-left: 30px;
	padding-top: 120px;
	line-height: 2;
	font-size: 120%;
}

.titreorange {
	color: #ff5300;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-size: 120%;
}
.centre {
	padding: 30px;
}
.titrecentre {
	text-align: center;
	color: #ff5300;
	font-size: 120%;
}
.sliderbutton {
	float:left;
	width:32px;
	padding-top:196px;
}
.sliderbutton img {
	cursor:pointer;
}
.sliderbutton img:hover {
	background:#ff5300;
}
#wrapper {
	width: 940px;
	margin: auto;
	padding-top: 10px;
}
#slider {
	float: left;
	position: relative;
	overflow: auto;
	width: 876px;
	height: 425px;
	background: #fff;
}
#slider ul {
	position:absolute;
	list-style:none;
	padding:0;
}
#slider li {
	float:left;
	width:876px;
	height:425px;
	padding-right:0;
	padding-left:0;

}
.pagination {
	float:left;
	list-style:none;
	height:25px;
	margin:15px 0 0 90px;
}
.pagination li {
	width:17px;
	float:left;
	cursor:pointer;
	padding:5px 8px;
	background:white;
	border:1px solid #999;
	margin:0 4px 0 0;
	text-align:center;
	color:#222;
}
.pagination li:hover {
	background:#ff5300;
	border:1px solid #bbb;
	color:white;
}
li.current {
	border:1px solid #ccc;
	background:#ff5300;
	color:white;
}