@charset "utf-8";
/* CSS Document */

/* this makes it possible to add next button beside scrollable */
#actus {
	float:left;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 479px;
	height:150px; /*138*/

	/* custom decorations */
	background-image: url(../images/fond-actus.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/sprite-actus.jpg) no-repeat;
	display:block;
	width:19px;
	height:37px;
	float:left;
	margin:75px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -19px 0; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position: -19px -37px; }
a.right:active 	{ background-position: -19px -37px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0 -37px; }
a.left:active  	{ background-position:0 -37px; }


#actus .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	font-size: 12px;
}

#actus .items, #actus .items p {
	text-align: left;
}

/* single scrollable item */
#actus .items div {
	float:left;
	width:439px;
	margin: 27px 20px 15px 20px;
	height:100px;
}

#actus h2 {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: -25px 0 0 0;
	padding: 0;
	line-height: normal;
	color: #000000;
	position: relative;
}

#actus .items .image_actu {
	position: relative;
	width: 150px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}
