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

#ref_bloc{
	margin:20px 15px 0px 15px;
	position:relative;
}

#ref_intro{
	padding-bottom:15px;
}

#ref_cadretxt{
  position:relative;
  width:540px; 
  height:320px;
  overflow:hidden;
  border:0px solid #fff;
}

/*#ref_bloctxt{
  position:absolute;
  width:530px;
  left:7px;  
}*/

.ref_type{
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	color:#FFCC33;
	height:20px;
	vertical-align:bottom;
}

.ref_paire{
	background-color:#6D7528;
}

.ref_impaire{
	background-color:#b1b990;
}

.scroll-next-vertical{
    position: absolute;
    top: 315px;
    left: 0;
    width: 540px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #898B00 url(../scripts/jcarousel/images/arrow-down.gif) no-repeat center;
}
 
.scroll-next-disabled-vertical{
    position: absolute;
    top: 315px;
    left: 0;
    width: 540px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #898B00 url(../scripts/jcarousel/images/arrow-down.gif) no-repeat center;   
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 
.scroll-prev-vertical{
    position: absolute;
    top: 30px;
    left: 0;
    width: 540px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #898B00 url(../scripts/jcarousel/images/arrow-up.gif) no-repeat center;
}
 
.scroll-prev-disabled-vertical{
   position: absolute;
    top: 30px;
    left: 0;
    width: 540px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #898B00 url(../scripts/jcarousel/images/arrow-up.gif) no-repeat center;
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
