.jcarousel-container {
    border: 1px solid #8f0058;
}

.jcarousel-container-horizontal {
    width: 565px;
	/* height:150px; */
	float:left;	
	padding:5px 33px 5px 32px;
}

#home .jcarousel-container-horizontal {
    width: 890px;
	height:114px;
	float:left;	
	padding:5px 30px 5px 30px;
}


.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-clip-horizontal {
    width:  565px;
    /* height: 150px; */
}

#home .jcarousel-clip-horizontal {
    width:  890px;
    /* height: 150px; */
}

.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    width: 90px;
    /* height: 150px; */
}

.jcarousel-item-horizontal {
    margin-right: 5px;
}

#home .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 
.jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 8px;
    width: 12px;
    height: 34px;
    cursor: pointer;
    background: transparent url(/images/fleched.jpg) no-repeat 0 0;
}



.jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 8px;
    width: 12px;
    height: 34px;
    cursor: pointer;
    background: transparent url(/images/flecheg.jpg) no-repeat 0 0;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
	background: none;
}



/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carrousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carrousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}





.carrousel_container {
	float:left;
	margin-top:8px;
	padding-left:4px;
}

.carrousel_titre {
	padding:1px 28px 0 5px;
	font-size:17px;
	color:#fff;
	height:21px;
	background: #8f0058 url("/images/onglet.jpg") no-repeat top right;
	float:left;
	font-size: 16px;
}

.carrousel_titre a{
	text-decoration:none;
	color:#fff;
}

.carrousel_titre a:hover{
	text-decoration:underline;
}

.etiquette {
	text-align: center;
	font-size: 11px;
	color: #8f0058;
	width:90px;
}

.etiquette a{
	color: #8f0058;
	text-decoration: none;
}

.etiquette a:hover{
	text-decoration: underline;
}





