﻿/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	width: 18px;
	height:18px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	z-index: 200;
	margin:-18px 0 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */

}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.png);				
	background-repeat: no-repeat;
	
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
    width: 18px;
	height:18px;
	margin:0 0 0 28px;
	z-index: 200;

}
#nav{ background:#68626d; padding:3px 10px;}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 170px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
span.line{
	background:url("../images/bg_h2.png") top repeat-x;
	position:relative;
	display:block;
	height:10px;
	top:15px;
	z-index:-1;
}
.item_glob{padding-top:10px !important;}
	.item_glob:hover{background:url("../images/bg_actualite_accueil.png") 50% 1px no-repeat; }
	.item_glob:hover .item_slider{background:#ffa460; }
	.item_slider:hover h2{color:#fff}
	.item_slider{
	 width:143px;
	 height:142px;
	 padding:16px 0 0 !important;
	 background:#ededed;	
	}
	.item_slider a{
	 width:118px;
	 height:85px;
	 display:block;
	 text-align:center;
	 padding:5px 10px !important;
	 background:#fff;
	  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}
	.item_slider a img{
		position:absolute !important;
		top:0;
		right:0;
		left:0;
		bottom:0;
		margin:auto !important;	
	}
	.item_slider h2{
		font-size:12px;
		 background:none;
		 text-align:center;
		 width:100%;
		}
	#makeMeScrollable
	{
		width:100%;
		height: 240px;
		position: relative;
	}
	
	#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}