


/* ---------structure-------------- */

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 308px;
	height: 240px;
	position: relative;
	/* float:left; */
	margin-right:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	z-index: 1;
}

.anythingSlider .wrapper {
	width: 308px;
	overflow: auto;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;	
	padding: 0;
	height: 240px;
	width: 308px;
	margin: 0;
	padding-left: 0;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative;margin-left:230px; top: 205px;}
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: block; padding: 2px 8px; height: 18px; margin: 0 2px 0 0; background:url(../css/img/puce_nav_actu.png) no-repeat left top; text-align: center;text-indent:-9999px;float:left;}
#thumbNav a:hover                       { background:url(../css/img/puce_nav_actu.png) no-repeat right top; }
#thumbNav a.cur                         { background:url(../css/img/puce_nav_actu.png) no-repeat right top;  }

#start-stop                             { display:none;background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.mixte {
  	position:relative;
  	overflow: hidden;
  	margin-bottom: 10px;
  	color: white;
}

.mixte img {
  	position:absolute;
  	top:0;
}

.block a,
.mixte a {
  	color:white;
  	display:block; 
}

/* DEBUT .home */
.lireLaSuite {
    display:block;
	background:url(../css/img/puce_lirelasuite.png) no-repeat right 2px;
	height:18px;
	width: 8.5em;
	/* padding-right:10px; */
}
			
.actu {
      	width:308px;
      	margin-right:10px;
      	/*float:left;*/
      	height:100%;
}


/* FIN .home */



.slider2 {
      	position: absolute;
      	overflow: hidden;
		height: 45px;
      	bottom: 2px;
      	margin-bottom: -1px;
      	left:0;
		width: 84%;
		background:url(../css/img/fond_slide_actu.png) no-repeat left top;
		top:175px;
      	padding:10px 25px;
		border-radius: 0 0 10px 10px;
		-moz-border-radius:  0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		-khtml-border-radius: 0 0 10px 10px;
}

/* ---------contenu-------------- */

.actu h2,
.actu .slider2 a {
	color:#fff;
	font-size: .80em;
  	line-height: 1.125em;
  	text-decoration: none;
}

.actu h2 {
  	font-size:1em;
  	line-height: 1.167em;
  	margin-bottom:5px;
  	min-height:10px;  	
}

.actu h2 span  {
  	display:block;
  	font-weight:bold;
}




