#encemoment {
	position:relative;
	display:block;
	float:left;
	width:320px;
	height:270px;
	overflow:hidden;
}
#contb {
	position:absolute;
	left:10px;
	margin-top:5px;
	display:block;
	width:320px;
	height:270px;
	overflow: hidden;
}
#encemoment ul {
	list-style-type:none;
	display:block;
    width:  290px;
}
#encemoment ul li {
	display:block;
    width:  280px;
    height: 70px;
	padding:5px;
	margin:5px;
	background-image:url(/img/encemoment/gris.gif);
	border:#EAEAEA solid 1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#encemoment ul li:hover {
	border:#911023 solid 1px;
	cursor:pointer;
}
#encemoment ul li a {
	text-decoration:none;
	color:#333;
	width:280px;
	height:70px;
}

.bas {
    position: absolute;
    bottom: 0px;
    right : 0px;
    width: 30px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/img/encemoment/bas.gif) no-repeat 0 0;
}

.bas:hover {
    opacity : 0.5;
}

.bas:active {
    opacity : 0.2;
}

.haut {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 30px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/img/encemoment/haut.gif) no-repeat 0 0;
}

.haut {
    opacity : 0.5;
}

.haut {
    opacity : 0.2;
}
