div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 635px;
	height: 545px; /*528px;*/ /*pour avoir une vision complète en cas d'erreur sur toutes les saisies 480px;*/
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
		width: 586px;
		height:546px; /*pour avoir une vision complète en cas d'erreur sur toutes les saisies 456px;*/
		overflow:hidden;
		float:left;
		font-size:1.4em;
		padding:1px 1em;		
		/*border: 1px solid #933;*/
		}
	div.scroller div.content {
		width: 10000px;
		}
/*
	div#section7 {
		background:#666666;
		color:#CFEBF7;
		}
*/