/* Style des pubs */

/* HAUT DE PAGE */
#pubTop {
	position: absolute;
	top: 15px;
	left: 10px;	
}
#pubTop img {
	border: solid 1px #999999;
}
#partenaires {
	position: absolute;
	top: 25px;
	left: 800px;
}




/* BAS DE PAGE */
#content #pubBottom {
	margin: 25px 0 0 0;
	text-align: center;
}
#content #pubBottom img {
	border: solid 1px #000;
}


/* ENTREPRISES QUI RECRUTENT */
.box_entreprise {
	margin: 0 0 15px 0;
	background-image: url("../imgs/background_entreprises_recrutent.png");
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 160px;
	height: 80px;
	
	cursor: pointer;
}
.box_entreprise_logo {
	
}
.box_entreprise_logo img {
	margin: 5px 0 0 5px;
	padding: 0;
	width: 72px;
	height: 36px;
	border: solid 1px #bdbdbd;
}
.box_entreprise_label {
	margin: -3px 0 0 8px;
	padding: 0;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	color: #00538e;	
}
.box_entreprise_label span {
	display: block;
	margin: -2px 0 0 5px;
	color: #a8d52d;	
	text-align: left;
}