/***** MESSAGE ALERT *****/

.messageAlerte{
	padding:20px;
	padding-top:40px;
}

/***** INNER PAGE FULL *****/

#inner-page-full-width
{
	position:relative;
	float:left;
	width:990px;
	text-align:justify;
}

#inner-page-full-width p
{
	padding-bottom:10px;
	text-align:justify;
}

/***** JOB OFFERS *****/

.line-job{
	position: relative;
	float:left;
	width:100%;
}

.line-job .titre{
	font-weight:normal;
	font-size:14px;
	color:#0278c2;
}

.line-job .date{
	font-weight:normal;
	font-size:11px;
	color:#075d99;
}

.line-job .type{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.line-job .desc{
	font-weight:normal;
	font-size:11px;
	color:#000000;	
}

.line-job .boutons{
	padding-top:5px;
	margin-bottom:10px;
}

.line-job .bottom{
	background:url(../commun/img/sep-shadow.gif) top center no-repeat;
	margin-bottom:10px;
	height:20px;
}

/* FICHE JOB */

.fiche-job{
	position: relative;
	float:left;
	width:100%;
}

.fiche-job .date{
	font-weight:normal;
	font-size:11px;
	color:#075d99;
}

.fiche-job .type{
	font-weight:normal;
	font-size:11px;
	color:#e83129;
}

.fiche-job .desc{
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-align:justify;
}

.fiche-job .boutons{
	padding-top:5px;
	margin-bottom:10px;
}