.brouwntext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #372E22;
	text-decoration: none;
}

.jcarousel-skin-tango .jcarousel-container {
    
    background: #93A130; /*COULEUR DE FOND GENERALE*/
  
}


.jcarousel-skin-tango .jcarousel-container-vertical {/*PREMIER CONTENEUR*/
    width: 210px;
    height: 300px;
   
}


.jcarousel-skin-tango .jcarousel-clip-vertical {/*CONTENEUR DES PETITS CONTENEUR DE NEWS*/
    width: 210px;
    height: 265px;
	/*border:1px solid red;*/
	
}

.jcarousel-skin-tango .jcarousel-item {/*CONTENEUR DE CHAQUE NEWS*/
    width: 210px;
    height: 50px;
	background-color:#93A130;
	
}


.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #121212;
    color: #000;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
position:absolute;
 margin-top:270px;/*Position du bouton bas*/
  width:210px;/*Largeur du bouton bas*/
 height:15px;/*Hauteur du bouton bas*/
    cursor: pointer;

    background: transparent url(../../../images/btn-bas.jpg);

}


.jcarousel-skin-tango .jcarousel-next-vertical:hover {
position:absolute;
 margin-top:270px;/*Position du bouton bas*/
  width:210px;/*Largeur du bouton bas*/
 height:15px;/*Hauteur du bouton bas*/

    cursor: pointer;
    background: transparent url(../../../images/btn-bas.jpg);
}


.jcarousel-skin-tango .jcarousel-prev-vertical {
   
    width:210px;
 height:15px;
    cursor: pointer;
	 background: transparent url(../../../images/btn-haut.jpg);
	 
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
  background-position: 0 -25px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
   width:210px;
 height:15px;
    cursor: pointer;
 background: transparent url(../../../images/btn-haut.jpng);
}


