div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 426px; 
	/*height: 511px;*/
	#height: 511px;
	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:426px;
	height:511px;
	overflow:hidden;
	float:left;
	padding:0;		
	background:transparent;
}
div.scroller div.content {
	width: 6000px;
}
		
div.controls
{
	width:100%;
	#width:426px;
	height:30px;
	overflow:hidden;
	margin-top:0px;
	background:transparent;
	/*background:red;*/
/*
	margin-top:15px;
	color:grey;
	font-size:14px;
	text-align:left;
*/
}

div.controls p {
	padding:0;
	margin-bottom:10px;
}

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;
}

