@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css); 
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(calendar.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);


#banner #nested span{
  display:none;
}
#footer .bookmark{
  padding-top:32px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
}
#footer .bookmark p{
  display:block;
  float:left;
  padding-left:5px;
}
#footer .bookmark a{
  cursor:pointer;
}

#banner .ev2_lien{
   position:absolute;
   top:0px;
   left:0px;
   width:170px;
   height:78px;
}
#banner .ev2_lien a img{
   width:170px;
   height:78px;
}
.offres_d_emploi #filiale_concerne,
.offres_d_emploi #ads_contact_form{
  display:none;
}

.offres_d_emploi .postuler{
  cursor:pointer;
}

.offres_d_emploi #filiale_concerne + .aide{
  display:none;
}


/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background-color:#fff;
	font-family: Arial;
	font-size:11px;
        margin:0;
        padding:0;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

