div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	margin-left:19px;
	width: 960px; 
	height: 350px;
	overflow: hidden;
	border:0px solid #cccccc;
	background:transparent;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		/*height:450px;*/
		overflow:hidden;
		float:left;
		padding:0;		
		padding-top:31px;		
		background:transparent;
}
div.scroller div.content {
	width: 6000px;
}
		
div.controls
{
	width:100%;
	margin-top:0px;
	background:transparent;
/*
	margin-top:15px;
	color:grey;
	font-size:14px;
	text-align:left;
*/
}

div.controls a, div.controls a:visited, div.controls a:link, div.controls a:active
{
	color:white;
	font-size:12px;
	background:transparent;
	text-decoration:none;
}

div.controls hr
{
	border:none;
	border-bottom:2px dotted #8E3D3A;
	width:170px;
	margin:0;
	margin-bottom:10px;
}

#my-glider
{
	background:transparent;
}

#accueil, #missions, #contacts  {
	background:url("../images/contenu/contenu_logo.png") top right no-repeat transparent;
	height:284px;
}

#services  {
	background:url("../images/contenu/contenu_map.png") top center no-repeat transparent;
	height:284px;
}


