/***** JOB OFFERS *****/

.line-news{
	position: relative;
	float:left;
	width:100%;
}

.line-news .titre{
	font-weight:normal;
	font-size:14px;
	color:#0278c2;
}

.line-news .date{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.line-news .type{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.line-news .desc{
	font-weight:normal;
	font-size:11px;
	color:#000000;	
}

.line-news .boutons{
	padding-top:5px;
	margin-bottom:10px;
}

.line-news .bottom{
	background:url(../commun/img/sep-shadow.gif) top center no-repeat;
	margin-bottom:10px;
	height:20px;
}

/* FICHE JOB */

.fiche-news{
	position: relative;
	float:left;
	width:100%;
}

.fiche-news .date{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.fiche-news .type{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.fiche-news .desc{
	font-weight:normal;
	font-size:11px;
	color:#000000;
	/*text-align:justify;*/
}

.fiche-news .boutons{
	padding-top:5px;
	margin-bottom:10px;
}