* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
/*	behavior:	url("../pngbehavior.htc");*/
}

body {
	background:#B3D7D9 url(../images/background-body.jpg) repeat-x top left; 
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page{
	background: url(../images/background-page.jpg) no-repeat top center;
	height:800px;
	width:100%;
	padding: 0;
	text-align:center;
}

#super-container {
		width:975px;
	  margin: 0 auto;		
}

#header {
	padding: 0 0 0 0;
	position:relative;
	height:233px;
	margin: 0 0 0 -29px;
}

#container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	width:916px;
	background:#fff;
}

#navigation #main-navigation {
	position:absolute;
	top:-30px;
	left:0;
	list-style:none;
	
	text-align:left;
}

#navigation #main-navigation li {
	display:inline;
}

#navigation #themes-navigation {
	float:left;
	width:200px;
	list-style:none;
	text-align:left;
	margin-top:5px;
}

#navigation #mapping{
	list-style:none;	
	text-align:left;
}

#content {
	background:#fff;
	position:relative;
	width:687px;
	text-align:left;
	padding: 0 0 20px 10px;
	margin-left:238px;
}

#stories ul li img {
	border:5px solid #fff;
	margin: 0 10px 0 0;
}

#stories {
	position:absolute;
	top:-25px;
	right:0px;
	width:360px;
	height:58px;
}

#stories h3 {
	float:left;
	font-weight:normal;
	margin: 0 5px 0 0;
}

#stories ul {
	position:relative;
	list-style:none;
}

#stories ul li {
	float:left;
	width:58px;
	height:58px;
	padding: 0;
	padding-right: 20px;
	margin-top:-43px;
	position: relative; /* permet de positionner les infosbulles en absolu */
}

#stories ul li img {
	border:5px solid #fff;
	margin: 0 10px 0 0;
}

#stories ul li div.accroche-temoignages {
	top: 0px;
	right: 100%;
	position:absolute;
	z-index :2;
	width: 200px;
	height: 58px;
	display: block;
	padding: 5px;
	margin:0;
	margin-bottom: 3px;
	background-color: #FFF;
}

#stories ul li h4 {
	color: #676767;
	margin: 0;
}

#stories ul li p {
	color: #B1826E;
	font-style: italic;
}

#news {
	width:480px;
	float:left;
}

#partners-and-links {
	width:610px;
	float: left;
	border-right:0 !important;
}

#article {
	width:450px;
	float:left;
}

#hierarchie {
	margin-top:30px;
	padding-top:20px;
	margin-bottom:20px;
}

#more-infos {
	width:180px;
	margin: 0 0 0 0px;
	padding:0 0 0 10px;
}

#last-proposition, #last-view, #active-file, #last-patrimoine {
	width:180px;
	float:right;
	padding:0 5px 0 5px;
}

#footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear:both;
}

fieldset {
	border:0;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ul li ul, ul li ul li {
	margin:0;
	padding:0;
}


