body{
	font-family: Arial;
background: url(../img/swirl.png); 
margin: 0;
} 

#barre{
	background-color: #313131;
	height: 40px;
	margin-top: 0px;
	width: 100%;
	position: relative;
	
}

ul{list-style-type: none;}

#menu{
	position: relative;
	width: 100%;
	float: left;
	text-align: right;
}

a {
	text-decoration: none;
}

li{
	list-style-type: none;
	text-decoration: none;
	display: inline;
	
	position: relative;
}

/* Fenêtre principale du slider */
#slide {
	margin: auto;
	position: relative;
	width: 766px;
	height: 321px;
}
#slide ul {
	padding: 0;
}

.is-hidden {
	display: none;
}

/* Toutes les images */
#slide li {
	width: 766px;
	height: 321px;
	position: absolute;
}
.desc {
	background-color: rgba(0, 0, 0, 0.4);
	color: #e6e6e6;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	width: 100%;
}

.button {
	background: center no-repeat;
	opacity: 0;
	color: #dfdfdf;
	display: block;
	font-size: 40px;
	font-weight: bold;
	height: 100%;
	position: absolute;
	width: 50px;
}
.button:hover {
	background-color: rgba(223, 223, 223, 0.45);
	opacity: 1;
}
#left {
	background-image: url("../img/fleche_g.png");
}
#right {
	background-image: url("../img/fleche_d.png");
	right: 0;
}

#img1 {
	background: url("../img/paysage1.jpg") white;
}
#img2 {
	background: url("../img/paysage2.jpg") white;
}
#img3 {
	background: url("../img/paysage3.jpg") white;
}
#img4 {
	background: url("../img/paysage4.jpg") white;
}
#img5 {
	background: url("../img/paysage5.jpg") white;
}