@charset "UTF-8";


@media screen {		
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#bloc_actus {
		position: relative;
		float: right;
		margin-top: -38px;
		margin-left: 2em;
		padding-bottom: 85px;
		width: 200px;
		min-height: 45em;
		height: auto;
		_height: 45em;
		background: #c8e3f3 url(../images/f-bactu.png) no-repeat left bottom;
	}	
	#bloc_actus h3 {
		position: relative;
		padding: 0 1em;
		margin: 0;
		height: 27px;
		line-height: 27px;
		color: white;
		font-size: 1.8em;
		font-weight: normal;
		background: #abc81d url("../images/f-tactu.png") repeat-x;
		border-bottom: 1px solid white;
	}
	#bloc_actus ul {
		margin: 1em 0.5em 1em 2em;
		padding: 0;
	}
	#contenu #bloc_actus li {
		list-style-image: url(../images/puce-actus.png);
		margin-bottom: 1em;
	}
	#contenu #bloc_actus li.toutelaliste {
		list-style-image: none;
		list-style: none;
		text-align: right;
	}
	#bloc_actus a {
		font-size: 1.3em;
		color: #036;
		text-decoration: none;
	}
	#bloc_actus li.toutelaliste a {
		font-size: 1em;
		font-weight: bold;
	}
	#bloc_actus a:hover {
		color: white;
	}
	
	/* edit in place */
	#contenu #con_descriptif_div {
		width: 69%;
		_width: 68%;
	}
	#contenu #con_descriptif_div #con_descriptif_editeur #contenuwysiwyg {
		padding: 0;
		width: 100%;
	}
	#contenu #con_descriptif_div #con_descriptif_editeur #barrewysiwyg {
		width: 100%;
	}
}
@media print {
  /* ... d&eacute;finition de formats pour l'impression ... */
}






