/* surcharge */

#center{
	width: 480px;	
}

.h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


.descriptifRecrutement {
	margin-bottom: 15px;
}


.descriptifRecrutement ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.descriptifRecrutement ul li{
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-position: outside;
}


#right{
	width: 255px;
	background-color: #937B71;
	background-image: url(../images/coin.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.encartPostuler{
	color: #FFF;
	background-color: #937B71;
}

.encartPostuler strong{
	font-size: 14px;
}

.postuler{
	display: block;
	width: 85px;
	height: 20px;
	margin-top: 15px;
	background-image: url(../images/postuler.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.postuler:hover{
	background-image: url(../images/postuler_f2.gif);
}

.postuler_offre{
	display: block;
	width: 175px;
	height: 20px;
	margin-top: 15px;
	background-image: url(../images/postuler_offre.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.postuler_offre:hover{
	background-image: url(../images/postuler_offre_f2.gif);
}

.postuler span, .postuler_offre span{
	display: none;
}

.titreOffre{
	background-color: #19171C;
	display: block;
	width: auto;
	height: 16px;
	padding: 4px;
	margin-top: 30px;
	color: #FFF;
}

.date_offre{
	float: right;
	margin-right: 15px;
	font-weight: bold;
}

.date_offre a{
	color: #FFF;
	text-decoration: underline;
	
}

.date_offre a:hover{
	text-decoration: none;
	
}


.titreOffreTxt{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #19171C;
	float: left;
	margin: 0px;
	width: 350px;
	
}


.nomOffre{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #19171C;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
}


.descriptifOffres{
	padding: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/coin.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.textDescriptifOffres{
	background-color: #F0F0F0;
}


.picto{
	display: block;
	position:relative;
	height: 13px;
	width: 13px;
	float: left;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	cursor: pointer;	
}
/******************************************************************/
