@CHARSET "UTF-8";
@media screen {
	#contenu {
		background: url(../images/f-global-pages.png) repeat-y right top;
	}
	#contenu h1#con_libelle {
		position: relative;
		margin: 10px 0 10px 0;
		padding: 0;
		font-size: 1.8em;
		font-weight: bold;
		color: #642e31;
		line-height: 25px;
		background: #feefbc;
	}
	#contenu #con_chapeau {
		position: relative;
		float: left;
		width: 230px;
		margin-right: 10px;
		font-family: Georgia, serif;
		font-size: 1.3em;
		color: #b32e33;
	}
	#contenu #con_descriptif {
		position: relative;
		float: left;
		padding: 10px;
		margin-top: -1em;
		width: 690px;
		font-size: 1.2em;
	}
	#contenu #con_descriptif a img {
		border: 1px solid black;
	}
	#contenu #con_descriptif a:hover img {
		border: 1px solid #b32e33;
	}
}

@media print {
	#contenu h1#con_libelle {
		position: relative;
		margin: 10pt 0;
		font-size: 18pt;
		font-weight: bold;
		color: #642e31;
	}
	#contenu #con_chapeau {
		position: relative;
		margin: 10pt 0;
		font-family: Georgia, serif;
		font-size: 13pt;
		color: #b32e33;
	}
	#contenu #con_descriptif {
		position: relative;
		margin: 10pt 0;
		font-size: 10pt;
	}
	#contenu #con_descriptif a img {
		border: 1px solid black;
	}
	#contenu #con_descriptif a:hover img {
		border: 1px solid #b32e33;
	}
}