@CHARSET "UTF-8";
@media screen {
	#contenu {
		background: url(../images/f-global-pageannuaire.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 #blocGauche {
		position: relative;
		float: left;
		width: 470px;
		margin-right: 10px;
		font-family: Georgia, serif;
		font-size: 1.3em;
		color: #b32e33;
	}
	#contenu #blocGauche select {
		position: absolute;
		right: 0;
		width: 380px;
	}
	
	#contenu #listing_annuaire {
		position: relative;
		float: left;
		padding: 10px;
		margin-top: -1em;
		width: 450px;
		font-size: 1.2em;
	}
	#contenu #con_descriptif a img {
		border: 1px solid black;
	}
	#contenu #con_descriptif a:hover img {
		border: 1px solid #b32e33;
	}
	
	#contenu #contenuInclude {
		position: relative;
		float: left;
		margin: 0 0 1em 0;
		padding: 0 10px;
		width: 690px;
	}
	#contenu #contenuInclude h2 {
		position: relative;
		margin-top: 0;
		float: none;
		clear: both;
		font-size: 1.3em;
		color: #b32e33;
	}
	#contenu #contenuInclude h3 {
		clear: both;
		font-size: 1.2em;
		color: #b32e33;
	}
	#contenu #contenuInclude h4 {
		clear: both;
		font-size: 1.1em;
		color: #b32e33;
	}
	#contenu #contenuInclude ul li {
		list-style-image: url(../images/puce-liste.png);
	}
	
	p#conteneurCarteAL {
		text-align: center;
		margin-top: 2em;
	}
	p#conteneurCarteAL img {
		border: none;
	}
	
	}
	#contenu #listing_annuaire h1 {
		clear: both;
		font-size: 1.4em;
		color: #642e31;
	}
	#contenu #listing_annuaire h2 {
		position: relative;
		float: none;
		clear: both;
		font-size: 1.3em;
		color: #b32e33;
	}
	#contenu #listing_annuaire h3 {
		clear: both;
		font-size: 1.2em;
		color: #b32e33;
	}
	#contenu #listing_annuaire h4 {
		clear: both;
		font-size: 1.1em;
		color: #b32e33;
	}
	
	/*--	listes générales	--*/
	#contenu ul {
	}
	#contenu #listing_annuaire ul li {
		list-style-image: url(../images/puce-liste.png);
	}
}

@media print {
	#contenu h1#con_libelle {
		position: relative;
		margin: 10pt 0;
		padding: 0;
		font-size: 18pt;
		font-weight: bold;
		color: #642e31;
	}
	#contenu #blocGauche {
		display: none;
	}
	#contenu #listing_annuaire {
		position: relative;
		margin: 10pt 0;
		font-size: 11pt;
	}
	
	#contenu #contenuInclude {
		position: relative;
		margin: 10pt 0;
	}
	#contenu #contenuInclude h2 {
		position: relative;
		margin-top: 0;
		font-size: 13pt;
		color: #b32e33;
	}
	#contenu #contenuInclude h3 {
		clear: both;
		font-size: 12pt;
		color: #b32e33;
	}
	#contenu #contenuInclude h4 {
		clear: both;
		font-size: 11pt;
		color: #b32e33;
	}
	#contenu #contenuInclude ul li {
		list-style-image: url(../images/puce-liste.png);
	}
	
	#contenu #listing_annuaire h1 {
		clear: both;
		font-size: 14pt;
		color: #642e31;
	}
	#contenu #listing_annuaire h2 {
		position: relative;
		float: none;
		clear: both;
		font-size: 13pt;
		color: #b32e33;
	}
	#contenu #listing_annuaire h3 {
		clear: both;
		font-size: 12pt;
		color: #b32e33;
	}
	#contenu #listing_annuaire h4 {
		clear: both;
		font-size: 10pt;
		color: #b32e33;
	}
	
	/*--	listes générales	--*/
	#contenu ul {
	}
	#contenu #listing_annuaire ul li {
		list-style-image: url(../images/puce-liste.png);
	}
}