/*
	CSS-Emploi pour egzakt.com
	Jeff - egzakt.com
	2007-12-21
*/

.emplois_conteneur {
	background: #ccc url(../images/ul/tuiles/nouvelles_texture.gif) top left repeat-y;
	color:#666;
}

.emplois_navigation {
	/*extend: .navigation*/
}
.emplois_navigation .navigation_texte {
	text-align:right;
	padding:40px 0 0 20px;
	line-height:1.6em;
}

.emplois_navigation .navigation_texte h2 {
	font-size: 1.27em;
	margin:0;
}
.emplois_navigation .navigation_texte p {
	margin:0;
}

.emplois_conteneur h6 {
	font-size:1em;
	line-height:1.17em;
	margin:0 0 5px;
}


.emplois_conteneur .aucunposte {
	margin:44px 0 20px;
}

/* ************************
 * EMPLOIS LISTE
 */

.emplois_titre_liste {
	width: 309px;
	font-size: 1.27em;
	font-weight: bold;
	line-height: 1em;
	color: #c00;
	padding-bottom:8px;
	margin:0 0 1px 0;
}

.emplois_liste {
	width: 306px;
	border-bottom: 1px solid #FFF;
	background: #fff;
	padding-top:9px;
}

.emplois_liste ul li {
	position:relative;
	margin-bottom:5px;
	background-color: #FFF;
}

.emplois_liste ul li a {
	background-color: #ecebeb;
	display:block;
	position: relative;
}

.emplois_liste ul li a span.details {
	display: block;
	position: absolute;
	font-size: 0.9em;
	top: 2px;
	right: 2px;
	color: #333;
	padding: 1px 15px 0 0;
	background: url(../images/ul/boutons/details_emplois.gif) right 0 no-repeat;
	text-decoration: none;
}

.emplois_liste ul li a:hover,
.emplois_liste ul li a.selected {
	background:#fff;
}

.emplois_liste ul li a.selected span.details {
	display: none;
}

.emplois_liste ul li a:hover span.details {
	background-position: right -15px;
	color: #666;
}

.emplois_liste ul li a:hover span.date,
.emplois_liste ul li a.selected span.date {
	background-position: 4px 5px;
	background-color: #FFF;
	border-bottom:1px solid #ecebeb;
	color: #666;
}

.emplois_liste ul li a.selected span.date {

}

.emplois_liste ul li span.details {
	position:absolute;
	top:0;
	right:10px;
	color:#333;
	padding:3px 0;
}

.emplois_liste ul li span.date {
	display:block;
	background: url(../images/ul/tuiles/emplois_detail.gif) -322px 5px no-repeat;
	border-bottom:1px solid #fff;
	color:#333;
	padding:3px 16px 2px 16px;
}

.emplois_liste ul li span.titre {
	display:block;
	font:bold 1.27em Arial;
	color:#333;
	padding:6px 16px;
}

.emplois_liste ul li a.selected span.titre, 
.emplois_liste ul li a:hover span.titre {
	color: #333;
}

.emplois_gauche {
	width: 298px;
	background-color: #fff;
	float: left;
	padding: 9px 19px 50px;
}

.emplois_droite {
	width:434px;
	float: right;
	background-color: #FFF;
}


/* ************************
 * EMPLOI DETAIL
 */

.emplois_contenu h1 {
	font-size:1.64em;
	line-height:1em;
	color:#404040;
	margin:6px 60px 0 0;
}

.emplois_contenu h2 {
	font-size:1.27em;
	line-height:1.09em;
	color:#f67711;
}

.emplois_contenu h2 a {
	text-decoration:underline;
	color:#c00;
}

.emplois_droite {
	color:#666;
}

.emplois_droite .emplois_texte {
	padding:10px 20px 0 10px;
	line-height:1.27em;
}


#btn_postuler,
#btn_envoyer,
#btn_parvenir_cv {
	position:relative;
	display:none;
}
#btn_envoyer {
	margin:10px 0 0 282px;
}

#btn_postuler a,
#btn_envoyer a,
#btn_parvenir_cv a {
	display: block;
	text-align: center;
	position: absolute;
	top: -2px;
	left: 366px;
	width: 52px; height: 21px;	/*58px x 23px*/
	padding: 2px 0 0 6px;
	color: #F67711;
	background: url(../images/ul/boutons/detail_emploi.gif) top left no-repeat;
	text-decoration: none;
}

#btn_postuler a {
	top:-15px;
}

#btn_postuler a:hover,
#btn_postuler a.selected {
	color: #fff;
	background-position: -58px 0;
}

#btn_envoyer a {
	width: 91px; /*97-6*/
	background: url(../images/ul/boutons/btn_emploi_envoyer.gif) top left no-repeat;
	left:0;
	top:-10px;
}

#btn_envoyer a:hover,
#btn_envoyer a.selected {
	color: #fff;
	background-position: -97px 0;
}

#btn_parvenir_cv a {
	width: 133px; /*139-6*/
	background: url(../images/ul/boutons/btn_emploi_parvenir_cv.gif) top left no-repeat;
	top:-10px;
	left:0;
}
#btn_parvenir_cv a:hover,
#btn_parvenir_cv a.selected {
	color: #fff;
	background-position: -139px 0;
}

/* ************************
 * FORMULAIRE POSTULER
 */

#form_postuler {
	margin:0px 0 20px;
	color:#404040;
}

#form_postuler .message {
	margin-right:20px;
	background:#fff;
}

#form_postuler .partie_a,
#form_postuler .partie_c,
#form_postuler .partie_e {
	background:#f8f0dc;
	padding:20px 10px 20px 30px;
}
#form_postuler .partie_b,
#form_postuler .partie_d {
	background:#f4e8c8;
	padding:20px 10px 20px 30px;
}


#form_postuler .partie_a label {
	clear:left;
	float:left;
	width:7em;
	padding:5px 0;
	height:1.1em;
	font-weight:bold;
}

#form_postuler input,
#form_postuler textarea {
	font-size: 1em;
	line-height: 1.2em;
	padding: 2px 5px;
	color: #333;
	border: 0;
	margin: 4px 0;
}
#form_postuler textarea {
	font-size:1.2em;
	width:368px;
}

#form_postuler .partie_a input {
	width: 270px;
}

#form_postuler #poste {
	font-size:1.27em;
	font-weight:bold;
}

#form_postuler .partie_b .experience {
	float:left;
	margin-right:20px;
}

#form_postuler .partie_b .experience input,
#form_postuler .partie_b .experience label {
	float:left;
	margin:0;
	padding:0;
}

#form_postuler .partie_b .experience label {
	margin-top:3px;
	margin-right:6px;
}

#form_postuler .partie_b .annee label,
#form_postuler .partie_b .annee input,
#form_postuler .partie_b .annee span {
	float:left;
	margin:0 2px;
}
#form_postuler .partie_b .annee label,
#form_postuler .partie_b .annee span {
	margin-top:5px;
}

#form_postuler .partie_b .source {
	margin-top:15px;
}
#form_postuler .partie_b .source span {
	position:relative;
	width: 150px;
	margin-right:15px;
	float: left;
	padding:0 0 6px 20px;
}
#form_postuler .partie_b .source span input {
	position:absolute;
	left:0px;
	top:-2px;
	margin:0;
	padding:0;
}

#form_postuler .partie_c {
	padding-bottom:10px;
}

#form_postuler .partie_c .file_conteneur {
	position:relative;
	margin-top:10px;
	text-align: right;
	width:380px;
}

#form_postuler .partie_c .file_conteneur .file { }

#form_postuler .partie_c .file_conteneur .file input {
	z-index: 2;
	position:relative;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	margin-right:10px;
}
#form_postuler .partie_c .file_conteneur .file_decoration {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#form_postuler .partie_c .file_conteneur .file_decoration span {
	display:block;
	width:250px; /*270-20*/
	padding:2px 0 0 20px;
	height:14px;
	float:left;
	text-align: left;
	color:#b16d00;
	font-weight:bold;
	background: url() top left no-repeat;
}


#form_postuler .partie_d label {
	font-weight:bold;
}
#form_postuler .partie_e {
	padding-bottom:30px;
}
#form_postuler .partie_e p {
	float:left;
	color:#b16d00;
	font-style:italic;
	padding:0;
	margin:0;
}

#form_postuler .partie_e input {
	border:1px solid #000;
}

/* ************************
 * HELPERS
 */

h6.erreur {
	border:0;
	color:#f00;
}
