html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
} 
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;
}

#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 {
	background-color: #121212;
	height: 120px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border: 0;
}
#corps {
	background-color: #121212;
	width: 1000px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	border: 0;
}
#corps  li{
	padding-bottom: 0.4em;
}
#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}
#gdf {
	float: right;
}
#col-droite {
	float: right;
	padding-right: 30px;
	padding-top: 30px;
	text-align: right;
}
.aere {
	margin-left: 30px;
	padding-top: 30px;
	line-height: 2;
}

.titreorange {
	color: #ff5300;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-size: 120%;
}
.centre {
	padding: 30px;
}
.titrecentre {
	text-align: center;
	color: #ff5300;
	padding-top: 1em;
	padding-bottom: 1em;
	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;
}