/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 308px;
    height:80px;
    padding-left:0px;
    background:none;
}

.jcarousel-list li{
    border-right:1px solid #9A9A9A;
    cursor:pointer;
    background:url('../images/Carrousel/separateurItems.jpg') no-repeat top right; 
    padding-top:1px;
}
.jcarousel-list li.PremierLi
{
    background:none;
}
.jcarousel-list li:hover{
    border-right:1px solid #CCCCCC; 
}
DIV.CarItem
{
    height:60px;
    padding:10px 20px;
    font-size:10px;
    vertical-align:middle;
}
DIV.CarItem:hover, 
DIV.CarItemSelected
{
    background:url('../images/Carrousel/fdItemSelected.jpg') repeat-y bottom right;
}
.divCarrouselItemRessource
{
    float:left;
}
.panCarrousel
{   
    float:left;
    margin:16px 0px;
    width:400px;
    height:267px;
    border:1px solid #999999;
    border-left:none;
    background-color:#CCCCCC;
    padding:3px;
    position:relative;
}
.panCarrousel IMG
{
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/****** SKIN ******/
#Carrousel
{
	height:5000px !important;	
	background-color:#F5F5F5;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    /*background: #3D3D3D;*/
    /*background:url(../images/Carrousel/"../images/Carrousel/fdCarrouselRepeatY.jpg") repeat-y left top;*/
    border:none;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 251px;
    height: 275px;
    padding: 16px 0px;
}

.divCarrouselItemTheme .jcarousel-skin-tango .jcarousel-container-vertical {
    height: 275px;

}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  250px;
    height: 273px;
        border:1px solid #E4E4E4;
        border-right:none;
   
}

.divCarrouselItemTheme .jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 275px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 249px;

}

.jcarousel-skin-tango .jcarousel-item-vertical {

}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 259px;
    height: 16px;
    cursor: pointer;
    background: #F1F1F1 url(../images/Carrousel/next-vertical.jpg) no-repeat 9px 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 9px -16px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 9px -32px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 9px -48px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 259px;
    height: 16px;
    cursor: pointer;
    background: #FEFEFE url(../images/Carrousel/prev-vertical.jpg) no-repeat 9px 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 9px -16px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 9px -32px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 9px -48px;
}

/******* Carrousel Item ******/


div.Palette div.CarrouselItem img.visuel
{
	float:left;	
	margin-right:5px;
}

#listeRessources div.CarItem h1
{
    padding:0px;
    margin-bottom:5px;
}
div.carrousel div.CarItem h1 a
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
div.carrousel div.CarItem h1 a:hover
{
    text-decoration:none;
}

div.Palette div.CarrouselItem div.dateMAJFiche
{
	color:#C1C1C1;
	font-size:12px;
	font-weight:bold;
	
}


.resumecarrousel 
{   
    padding:5px 8px;
    position:absolute;
    bottom:3px;
    left:3px;
    height:91px;
    width:384px;
    background:url('../images/carrousel/fdResumeItem.png') no-repeat top left;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="scale", src="/App_Themes/Default/images/carrousel/fdResumeItem1px.png");
	_background-image:none;	     


	     
}

.resumecarrousel A
{
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}
.resumecarrousel .date,
.resumecarrousel .commentaires
{
    font-size:10px;
    color:White;
}
.resumecarrousel .resume
{
    font-size:11px;
    color:White;
    margin:3px 0px;
}
.resumecarrousel .motsCles
{
    float:right;
    color:White;
    font-size:11px;
    width:230px;
    text-align:right;
}
.resumecarrousel .motsCles A
{
    color:White;
    font-size:11px;    
}
.resumecarrousel .notation
{
    float:left;

}
.resumecarrousel .commentaires
{
    float:left;
    margin:2px 0px 0px 7px;
}
