#content {
	background-image: url(../img/layout/pages/recrutement.png)
}

.offre {
	position: relative;
	padding-bottom: 16px;
	padding-top: 8px;
	background: bottom url(../img/layout/dot.png) repeat-x;
	font-size: 0.8em;
	margin-left: 20px;
}

.offre .titre {
	font-size: 1.1em;
	cursor: pointer;
	height: 20px;
	line-height: 19px;
}

.offre .sous-titre {
	margin-top: 15px;
}

.offre .details {
	display: none;
	margin-left: 20px;
	margin-right: 20px;
}

#form {
	display: none;
}

p.section {
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	color: #4c7491;	
	font-size: 1.2em;
	margin: 0;
}

.postuler {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	background: url(../img/layout/buttons/candidature.png);
	height: 27px;
	width: 57px;
	text-indent: -2000px;
}

.postuler:hover {
	background: url(../img/layout/buttons/candidature-over.png);
}

.postuler:active, .postuler.selected {
	background: url(../img/layout/buttons/candidature-active.png);
}

.annonce {
	position: absolute;
	top: 5px;
	right: 60px;
	display: block;
	background: url(../img/layout/buttons/annonce.png);
	height: 27px;
	width: 87px;
	text-indent: -2000px;
}

.annonce:hover {
	background: url(../img/layout/buttons/annonce-over.png);
}

.annonce:active, .annonce.selected {
	background: url(../img/layout/buttons/annonce-active.png);
}
