div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 435px; 
	height:280px;
	overflow: hidden;
	border:2px solid #449999;
	margin:0 0 6px 3px;
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:440px;
		height:278px;
		overflow:hidden;
		float:left;
		/*position:relative;*/
		}
		
	div.scroller div.content {
		width: 10000px;
		}

		
	.titreSection{
		width:440px;
		background-image:url("../IMG/bg-titre-section.png");
		background-repeat:repeat-y;
		background-position:0 10px;
		padding:4px;
	}
	
	.titreSection a.rubrique1{
		color:#222222;
		font-family:verdana,sans-serif;
		font-size:9px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:11px;
		text-decoration:none;
	}
	
	.titreSection a.titre1{
		font-family:verdana,sans-serif;
		font-size:17px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:18px;
		padding-top:3px;
		text-decoration:none;
		color:#333333;
	}
	
	.titreSection span.date_auteur1{
		color:#222222;
		font-family:verdana,sans-serif;
		font-size:9px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:14px;
		padding-bottom:3px;
		padding-top:3px;
		text-decoration:none;
	}
	
	div.entame{
		margin:0 0 2px 0;
		padding:4px 0 5px 0;
		font-family:verdana,sans-serif;
		font-size:12px;
		color:#666666;
		padding:0 25px 0 25px;
		position:relative;
		bottom:0p;
	}
	
	div.entame span{
		display:block;		
		color:#3A3A3A;
		font-weight:bold;
		margin:0 0 5px 0;
	}
	
.lienTourniquet, .lienTourniquet2{
	display:block;
	width:22px;
	height:22px;
	background-repeat:repeat-y;
	background-position:0 0;
	margin:1px 0 0 0;	
}

.lienTourniquet{
  background-image:url("../IMG/fleche-gauche3.gif");
}


.lienTourniquet2{
	background-image:url("../IMG/fleche-droite3.gif");
}

.pauseTourniquetG, .pauseTourniquetD{
	display:block;
	width:22px;
	height:22px;
	background-image:url("../IMG/bouton-pause.gif");
	background-repeat:repeat-y;
	background-position:0 0;
	margin:1px 0 0 0;	
}

.pauseTourniquetG{}
.pauseTourniquetD{}

.lienTourniquet:hover, .lienTourniquet2:hover, .pauseTourniquetG:hover, .pauseTourniquetD:hover{
	text-decoration:none;
	background-position:0 -22px;
}

.section-photo{
	width:435px;
	height:280px;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: scroll;
}

.conteneurEntame{
	width:435px;
	background-image:url("../IMG/bg_blanc_transparent.png");
	background-repeat:repeat;
	background-position:0 0;
}