@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_chapeau.editChampVide {
		position: relative;
		left: auto;
		height: 15em;
	}
	#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;
	}
	
	#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.messageConfirmation {
		position: relative;
		text-align: center;
		font-family: Georgia;
		font-size: 1.4em;
		font-weight: bold;
		border-top: 1px solid #e58100;
		border-bottom: 1px solid #e58100;
		color: #e58100;
		padding: 0.3em 0;
	}
	form#formDeconnexion {
		position: absolute;
		left: -240px;
		top: 0;
	}
	form#formDeconnexion h4.btnenvoyer {
		position: relative;
		margin: 50px 0 0 0;
		text-align: center;
		width: 100%;
	}
	form#formDeconnexion h4.btnenvoyer input {
		height: 21px;
		line-height: 20px;
		width: 120px;
		border: none;
		background: url(../images/btn_send.png) no-repeat;
		color: #edcfd0;
		font-size: 1em;
		font-family: Georgia, serif;
		cursor: pointer;
		margin: 0 auto;
	}
	
	form#formCoordonnees, form#formDesAbonnement, form#formAbonnement {
		position: relative;
		float: left;
		margin: 1em 10px 0 0;
		float: left;
		width: 330px;
		font-size: 1.2em;
	}
	form#formCoordonnees fieldset, form#formDesAbonnement fieldset, form#formAbonnement fieldset {
		position: relative;
		background: #e4ddc8;
		border: none;
		border-right: 1px solid #642e31;
		border-bottom: 1px solid #642e31;
		padding: 0 5px;
	}
	
	form#formCoordonnees legend, form#formDesAbonnement legend, form#formAbonnement legend {
		background: #e4ddc8;
		border-right: 1px solid #642e31;
		font-family: Georgia, serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #b32e33;
		padding: 0 0.5em;
		margin-top: 0;
		*margin-top: -2.4em;
		_margin-top: 0;
		margin-left: -5px;
		*margin-left: -1.2em;
	}
	form#formCoordonnees p, form#formDesAbonnement p, form#formAbonnement p {
		position: relative;
		margin: 1em 0;
		color: #756d55;
	}
	form#formCoordonnees p label, form#formDesAbonnement p label, form#formAbonnement p label {
	}
	form#formCoordonnees p label.radio input, form#formDesAbonnement p label.radio input, form#formAbonnement p label.radio input {
		position: relative;
		right: auto;
		width: auto;
		margin-top: 0;
	}
	form#formCoordonnees p input, form#formDesAbonnement p input, form#formAbonnement p input {
		position: absolute;
		right: 0;
		width: 16.5em;
		margin-top: -0.2em;
	}
	form#formCoordonnees p label.radio input, form#formDesAbonnement p label.radio input, form#formAbonnement p label.radio input {
		position: relative;
		right: auto;
		width: auto;
		margin-top: 0;
	}
	form#formCoordonnees p textarea, form#formDesAbonnement p textarea, form#formAbonnement p textarea {
		position: relative;
		width: 92%;
	}
	form#formCoordonnees p select, form#formDesAbonnement p select, form#formAbonnement p select {
		position: absolute;
		right: 0;
		width: 16.8em;
		*width: 16.95em;
		margin-top: -0.2em;
	}
	form#formCoordonnees h4.btnenvoyer, form#formDesAbonnement h4.btnenvoyer, form#formAbonnement h4.btnenvoyer {
		position: relative;
		float: left;
		margin: 1em 0.5em;
		text-align: center;
		width: 100%;
	}
	form#formCoordonnees h4.btnenvoyer input, form#formDesAbonnement h4.btnenvoyer input, form#formAbonnement h4.btnenvoyer input {
		height: 21px;
		line-height: 20px;
		width: 120px;
		border: none;
		background: url(../images/btn_send.png) no-repeat;
		color: #edcfd0;
		font-size: 1em;
		font-family: Georgia, serif;
		cursor: pointer;
		margin: 0 auto;
	}
	
	div.ajax_recherche_ami { 
		position: absolute;
		width: 16.8em; 
		background-color: white; 
		border: 1px solid black; 
		z-index: 35000;
		height: 300px;
		overflow: scroll; 
		}
}

@media print {
	#contenu h1#con_libelle {
		position: relative;
		margin: 10pt 0;
		padding: 0;
		font-size: 18pt;
		font-weight: bold;
		color: #642e31;
	}
	#contenu #con_chapeau {
		position: relative;
		margin-right: 10pt 0;
		font-family: Georgia, serif;
		font-size: 13pt;
		color: #b32e33;
	}
	#contenu #con_chapeau.editChampVide {
		display: none;
	}
	#contenu #con_descriptif {
		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);
	}
}