div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 640px; 
	height: 400px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:640px;
		height:400px;
		overflow:hidden;
		float:left;
		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background-image:url(img/bgd_contact.jpg);
		background-repeat:repeat-x;

		}
div.section td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

div.section ul {
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339966;
	text-decoration: none;
	list-style-type: disc;
}
div.section  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;

	list-style-type: none;
	list-style-image: url(img/puce1.gif);
}
div.section a:hover {
	text-decoration: underline;
	}
div.section a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
div.section a:hover {
	text-decoration: underline;
	}

	div#section3 {
		background-image:url(img/bgd_contact.jpg);
		background-repeat:repeat-x;

		}
	div#section4 {
		background-image:url(img/bgd_contact.jpg);
		background-repeat:repeat-x;

		}