/*-------------------- CANDIDATURE --------------------------*/
#candidature{
	height: 155px;	
}

#candidature_text{
	display:block;
	float:left;
	width:620px;
	margin-top: 20px;
	margin-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#candidature_bouton{
	display:block;
	float:left;
	width:275px;
	margin-top: 40px;
	margin-left: 45px;
}

#candidature_bouton a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	line-height: 50px;
	background-image: url(../images/recrutement/candidature.png);
	background-position: top;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 275x;	
	display:block;
}

#candidature_bouton a:hover{
	background-position: bottom;
}

/*-------------------- OFFRE EMPLOI --------------------------*/

#offre_emploi{
	display:block;
	width:1100px; 
	overflow:hidden;	
}

#offre_emploi_items{
	float: left;
	display:block;
	width:1060px; 
	overflow:hidden;	
}

.offre_emploi_item{
	float: left;
	display:block;
	width: 290px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration:none;
	text-align: left;
	color:#666666;
	height: 280px;
	margin-left:45px;
	margin-top:20px;
	overflow:hidden;
}

.offre_emploi_item_txt{
	height: 235px;
}

.offre_emploi_item h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight: bold;
	text-decoration:none;
	color:#C73D0D;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C73D0D;
	line-size: 15px;
	height: 18px;
}
	
.offre_emploi_item_description{
	background-color: #EEEEEE;
	height: 210px;
}
					
.offre_emploi_item h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.offre_emploi_item a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	line-height: 25px;
	background-image: url(../images/recrutement/postuler.png);
	background-position: top;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 120px;	
	display:block;
	margin-left:80px;
}

.offre_emploi_item a:hover{
	background-position: bottom;
}
