@charset "utf-8";
/* CSS Document */
/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: defilementFiches css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.defilementFiches .prev{
	background: url('/images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.defilementFiches .next{
	background: url('/images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.defilementFiches .up{
	background: url('/images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.defilementFiches .down{
	background: url('/images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.defilementFiches{
	border:1px solid #1c6f8e;
}

div.defilementFiches ul{
	height:150px;
}

div.defilementFiches ul li{
	margin:0px;
	border:1px solid #ccc;
	line-height:0px;
	padding:0px;
	float:left;
	margin: 0 5px 0 5px;
}

div.defilementFiches ul li a{ /* in case of link */
	display:block;
}

div.defilementFiches ul li img{
	display:block;
	border:0px;
}

