@charset "utf-8";
/* CSS Document */

.galerie{
	width:932px;
	height:162px;
	position: relative;
	overflow:hidden;
	margin:0 auto;
	top:100px;
	}
.gal{
	width:874px;
	height:162px;
	position: relative;
	overflow:hidden;
	margin:0 auto;
	top:10px;
	padding-right:2px;
	}
.prec{
	cursor:pointer;
	width:26px;
	height:162px;
	position:absolute;
	top:0;
	left:14px;
	background-image:url(../images/prec.png);
	}
.suiv{
	cursor:pointer;
	width:26px;
	height:162px;
	position:absolute;
	top:0;
	right:14px;
	background-image:url(../images/suiv.png);
	}
.prec:hover{
	cursor:pointer;
	width:26px;
	height:162px;
	position:absolute;
	top:0;
	left:14px;
	background-image:url(../images/prec_hover.png);
	}
.suiv:hover{
	cursor:pointer;
	width:26px;
	height:162px;
	position:absolute;
	top:0;
	right:14px;
	background-image:url(../images/suiv_hover.png);
	}
img{
	border:solid 0px;
	}
.slider{
	width:100000px;
	height:142px;
	position:relative;
	}
a{
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	}
.gg{
	float:left;
        width:216px;
        height:142px;
        margin-left:0px;
        margin-right:3px;
        padding-left:0px;
        padding-right:0px;
        position:relative;
	}