/**{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
}

p{
	margin: 20px 0 40px 0;
}


h1{
	font-size: 30px;
	font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 20px;
}
*/
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 525px;
	height: 270px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 110px;
	height: 270px;
	overflow: hidden;
}

#next{
	display: block;
	width: 52px;
	height: 27px;
	background: url(../images/fleche.png);
	position: absolute;
	top: 248px;
	left: 582px;
}

#next:hover{
	background: url(../images/fleche_on.png);
}

.clear{
	clear: both;
}