
.derniereliste
{
width:260;
}
/*********************************************************************/
/**********************      CETTE SEMAINE    ************************/
/*********************************************************************/

	
.csemainetxt {
    POSITION: relative;
	WIDTH: 270px;
	top:3px;
	left:10px;
	buttom:6px;
	/*background-color:#D5EEFA;*/
	}
	
.csemainetxt  ul 
{
margin-left:0;
padding-left:0;
margin:0px 0px 0px 0px ;

}

.csemainetxt   li 
{	
	text-align:left;
    margin:0px 2px 0px 1px ;
	height:40px;
	font-family: arial;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;

} 

.csemainetxt   li  a {color: #484848;text-decoration:none;}
.csemainetxt   li  a:hover  {color: #484848;text-decoration:underline;}

.csemainetxt   li .date 
{	
	font-family: arial;
	font-size: 11px;
	color: #5a88b8;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;

} 

	
.csemaineflech 
{   position:absolute;
   	top:0px;
	left:260px;
	WIDTH: 20px;
	HEIGHT: 130px;
	/*background-color:#2489B8;*/

}
		
DIV#plus 
{
	padding-Left: 10px;
	padding-TOP: 0px;
	float:left;
	WIDTH: 60px; 
	HEIGHT: 12px;
}

.flechetop {
	padding-Left: 6px;
	padding-TOP: 0px; 
	float:left;
	WIDTH: 10px; 
	HEIGHT: 10px;
	}
	
.flechebas {
	padding-Left: 6px;
	padding-TOP: 120px; 
	float:left;
	WIDTH: 10px; 
	HEIGHT: 10px;
	}	
/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
	margin: 0;
    padding:0;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {cursor: pointer;}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=40);
}

.jcarousel-prev {
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
			

