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

#kwick {
	position: relative;
	margin-left:253px;
}
#kwick .kwicks {
	display: block;
	height: 198px;
	list-style-type:none;
}
#kwick li {
	float: left;
}
li:after {
	content: "";
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 198px;
	background: #fff;
	border-right: 2px solid #fff;
	text-indent:-4000px;
	width: 96px;
}
#kwick .opt1 {
	background: #9ce782 url(../images/accueil.jpg) ;
}
#kwick .opt2 {
	background: #92bdfa url(../images/gites.jpg);
}
#kwick .opt3 {
	background: #faa892 url(../images/grange.jpg);
}
#kwick .opt4 {
	background: #e78282 url(../images/parc.jpg);
}
#kwick .opt5 {
	background: #000 url(../images/activites.jpg);
	border-right: 0;
}

