#header{ display:block; position:relative; clear:both; background:#000000; height:133px; margin:0px; }
a.lg{ color:#D3D3D3; text-decoration:none; font-size:37px; line-height:133px; }


#slider_ext {
	width:578px;
	height:282px;
	overflow:hidden;
	/*background:url(images/global_site/block_content_t.png) no-repeat;*/
	padding-top:18px;
	text-align:center;
	width:570px;
	/* Anciens navigateurs */
	background: #d4d4d4 url("../images/global_site/gradient-bg.png") repeat-x center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ececec),
		to(#d4d4d4)
	);
	background: -webkit-linear-gradient(
		top,
		#ececec,
		#d4d4d4
	);
	background: -moz-linear-gradient(
		top,
		#ececec,
		#d4d4d4
	);
	background: -o-linear-gradient(
		top,
		#ececec,
		#d4d4d4
	);
	background: linear-gradient(
		top,
		#ececec,
		#d4d4d4
	);
}

/* ----------------IMAGE SLIDER------------- */
#slider_home_out {  
	width:100%;
	display:block; 
	position:relative;
}
/* create custom forward-backward buttons for this container */
#slider_home_out .SlideItMoo_forward,
#slider_home_out .SlideItMoo_back{ 
	display:block; 
	position:absolute;
	cursor:pointer;
	width:25px; 
	height:260px; 
	bottom:0px; 
	right:5px;
	margin-right:15px;
	background:url(../images/global_site/slideshow_home/slideitmoo_forward.png) no-repeat center;  
	z-index:9999999;
}
#slider_home_out .SlideItMoo_back { 
	left:5px;
	margin-left:15px;
	background:url(../images/global_site/slideshow_home/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#slider_home_in{ 
	position:relative ; 
	overflow:hidden ; 
	width:530px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#slider_home_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#slider_home_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px; 
	font-size:11px; 
	width:530px; 
	text-align:center; 
	color:#FFFFFF;
}
#slider_home_items a { padding:0px; clear:both; display:block; }
#slider_home_items a img{ border:none; }