/* ****************************************************

	@file:		  print.css
	@description: Feuille de style d'impression
	@author:      remi (ixmedia.com)
	@updated:	  05 février 2008

******************************************************/

/*
	@section Basic
*******************************************************************************/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:8pt;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

span.champ, p.champ {
	border: 1px solid #999;
	padding: 5px;
	margin-top: 5px;
}

a {
	color: #000;
	text-decoration: none;
}

#f-emploi h2 {
	margin-bottom: 0.8em;
	font-size: 100%;
}

#entete img {
	float: left;
	padding: 1em 0 0 1em;
}

#entete div {
	float: right;
	padding: 2em 2em 2em 0;
	text-align: center;
}

#entete h1 {
	font-size: 1.9em;
	font-family: Myriad, "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	line-height: 1.2;

}

#entete h1 strong {
	text-transform: uppercase;
	display: block;
}

p {
	margin-bottom: 0.7em;
}

label {
	cursor: pointer;
}

label:hover {
}

ul label {

}

p.obligatoires {
	clear: both;
}

fieldset {
	clear: both;
	padding-bottom: 1em;
	overflow: hidden;
}

fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0.4em;
	font-family: Myriad, "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
}


div.choix ul {
	width: 100%;
	overflow: hidden;
	padding-left: 0;
}

div.choix ul li {
	margin-bottom: 0.5em;
	padding-left: 3px;
	list-style: none;
	
}

div.choix.simple ul li {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
}

div.choix.simple ul {
	margin-bottom: 0.6em;
}

div.choix ul li input {
	float: left;
	padding: 0 !important;
}

label {
	display: block;
	padding-bottom: 3px;
}

input {
	border: none;
	border-bottom: 1px solid #000;
}

textarea {
	padding: 3px;
	border: none;
	background: url("../img/bg-textarea.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
}

fieldset {
	margin-bottom: 1em;
}

.boutons {
	display: none;
}


/*
	@section Fieldset: Autorisation
*******************************************************************************/

#f-autorisation p input {
	float: left;
}

#f-autorisation p label {
	margin-left: 25px;
	display: block;
}

