@charset "utf-8";
/* ----------------------------------------------------------------------------------- Entête */
	.bgstretcher {
		overflow:hidden;
		width:100%;
		z-index:1
	}
	.bgstretcher,
	.bgstretcher ul,
	.bgstretcher ul li {
		position:absolute;
		top:40px;
		right:0;
		left:0;
		bottom:0;
		text-align:center
	}
/* --------------------------------------------------------------------------------------------- Actualités */
/* --------------------------------------------------------------------------------- Commun */
	#actualites {
		overflow:hidden;
		zoom:1;
		background:#d8d0b4 url(../images/background/encart01_haut.png) no-repeat;
		padding:12px 13px 0 13px
	}
	#actualites_bas {
		height:12px;
		font-size:0;
		background:#d8d0b4 url(../images/background/encart01_bas.png)
	}
	#actualites h2 {
		font-size:2.3em;
		font-weight:normal;
		color:#522f0c;
		margin:0 0 10px 0
	}
	#actualites img {border:1px solid #fff}
	#actualites a {text-decoration:none}
	#actualites a:hover {text-decoration:underline}
	#actualites a.lien_continuation {
		display:inline;
		margin:0 360px 0 0
	}
/* --------------------------------------------------------------------------------- Actus */
	div.actu {
		overflow:hidden;
		zoom:1;
		padding:0 0 15px 0
	}
	div.actu img {
		float:left;
		margin:0 6px 0 0
	}
	#contenu div.actu h3 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		margin:0 0 2px 0
	}
	#contenu div.actu p {
		color:#000;
		margin:0
	}
/* --------------------------------------------------------------------------------- En exergue */
	#actu_exergue {
		float:right;
		width:310px;
		margin:0 0 0 10px
	}
	#actu_exergue img {margin:0 0 10px 0}
	#actu_exergue h3 {
		font-size:1.5em;
		margin:0 0 8px 0
	}
	#actu_exergue p {margin:0}
	#actu_exergue p img {
		border:0;
		vertical-align:middle
	}
/* --------------------------------------------------------------------------------------------- Colonne 01 (tiers) */
	div.colonne01 {
		float:left;
		width:310px;
		padding:25px 25px 25px 0
	}
	div.colonne01.dernier {padding-right:0}