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

body {
	background:transparent;
	margin:0;
	padding:0;
	}

/* ==========================================[ LAYOUT ]==============================================*/

#actuWrap {width:360px;}

#actu {
	background:url("bg_actu.jpg") left top no-repeat fixed;
	position:relative;
	width:320px;
	height:298px;
	margin-left:10px;
	overflow:hidden;
	border: 1px solid #ee9918;
	float:left;
	text-align:center;
	}
	html>body #actu {overflow:visible;}
		
	#content {
		width: 320px;
		padding:20px;
		text-align:right;
		float:left;
		}
		html>body #actu #content {width:280px;}
		
	.scrollBar {
		margin-top:30px;
		width: 19px;
		float: right;
	}

/* ==========================================[ STYLES ]==============================================*/

/* texte */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccab7c;
}

p {margin:10px 0;}
.jaune {color:#ee9918;}
.gras {font-weight:bold;}

/* titres */
h2 {
	display:block;
	margin:2px;
	color:#ee9918;
	font-size:11px;
	font-weight:bold;
}

/* liens */
a:link, a:visited {
	color:#ee9918;
	text-decoration:none;
}
a:hover, a:active {text-decoration:underline;}

/* images */
img {
	float:right;
	padding: 10px 0 10px 10px;
	}
