@charset "ISO-8859-15";
/* ---------------------- =Styles par defaut ---------------------- */
body {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

table, tr, th, td {
  font-size: 16px;
}

/* ---------------------- =layout ---------------------- */
#recherche, #listeOffres, #detailOffre {
  font-size: 16px;
}

/* arche pour la page de recherche */
#recherche {
  float: left;
}

/* arche pour la page de liste de résultats */
#listeOffres, #detailOffre {
  margin: 0 auto 0;
}

/** 
  * conteneur comprenant le préfix ce pour éviter tout 
  * conflit avec les styles d'un partenaire 
  */
/* Detail de l'offre */
#ce-main .recap {
  padding: 8px 0;
  width: 643px;
}

#ce-main, #ce-main table, #ce-main th, #ce-main td {
  font-size: .9em;
}

#ce-main p {
  margin-bottom: 15px;
  font-weight: normal;
}

#ce-main p.info {
  font-style: italic;
  clear: both;
}

#ce-main {
  background-color: #ffffff;
  margin: 0;
  text-align: left;
}

/* Bloc contenant l'entete et le compteur d'offes */
#ce-entete {
  font-size: 1.3em;
  font-weight: bold;
  padding: 6px 0 6px 6px;
  text-align: left;
}

.compteur {
  color: #000;
}

/* Bloc de contenu */
#col1 {
  padding-bottom: 8px;
  position: relative;
}

/* Menu de bas de page */
div.Also span {
  display: block;
  margin-left: 12px;
}

div.Also a {
  display: inline-block;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #1b78ba;
}

div.Also a.last {
  border-right: 0 none;
}

/* Paragraphe d'entete */
#ce-main .n2 {
  padding: 5px;
}

#ce-main #rechMoCl {
  clear: both;
  width: 99%;
}

/* Les blocs de mise en avant de fonctionnalité */
/* Bloc de création d'une alert e-mail */
#ce-main .miseEnAvant .icon {
  display: inline-block;
  width: 103px;
  height: 61px;
  background: #fff no-repeat;
  float: left;
  margin-right: 10px;
}

#ce-main .blocCreaAlerteMail .icon {
  background-position: 0 0;
}

#ce-main .blocLancerRecherche .icon {
  background-position: 0 -66px;
}

#ce-main .miseEnAvant .texte {
  margin-left: 113px;
}

#ce-main .miseEnAvant .texte p {
  margin-bottom: 10px;
}

#ce-main .miseEnAvant .bouton_n2, #ce-main .miseEnAvant .btnVald {
  display: inline-block;
}

#ce-main .miseEnAvant .bouton_n2 a, #ce-main .miseEnAvant .btnVald a {
  margin: 0;
}

/* ---------------------- =Les titres ---------------------- */
#ce-main h1 {
  padding: 0px 0px 3px 5px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  line-height: 18px;
}

#ce-main h2,
#ce-main h3,
#ce-main h4 {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

#ce-main h2,
#ce-main h3 {
  padding: 2px 0px 3px 0px;
  border-bottom: 1px solid #CCCCCC;
}

#ce-main h2 {
  clear: both;
  padding: 2px 8px 3px;
  margin: 10px 0 15px 0;
  font-size: 1.2em;
}

#ce-main .recap ul {
  margin-bottom: 0;
}

#ce-main h3 {
  margin-bottom: 5px;
  margin-top: 20px;
}

#ce-main h3 a:link,
#ce-main h3 a:visited,
#ce-main h3 a:hover,
#ce-main h3 a:active {
  color: #3490c3 !important;
  text-decoration: none !important;
}

/* ---------------------- =Navigation ---------------------- */
#ce-main a:link, #ce-main a:visited {
  text-decoration: none;
}

#ce-main a:hover, #ce-main a:active {
  text-decoration: underline;
}

/* pagination*/
.navPages a.pagSuiv, .navPages a.pagPrec, .navPages a.retour {
  display: block;
  padding: 4px;
}

.navPages .pagPages {
  text-decoration: none;
}

.navPages a.pagSuiv {
  float: right;
  padding: 3px 15px 0 15px;
}

.navPages a.pagPrec {
  float: left;
  padding: 0 5px 0 15px;
}

.navPages a.retour {
  padding: 0 5px 0 15px;
}

.navPages a.pagSuiv {
  float: right;
}

.navPages a.pagPrec {
  float: left;
}

.navPages a.retour {
  float: left;
}

.navPages a.retour2 {
  margin-left: 130px;
}

.nbPages {
  float: right;
  width: 140px;
  text-align: right;
}

.pagPages {
  width: 115px;
  padding-top: 3px;
  margin-left: 295px;
  text-align: center;
}

.pagPages a {
  display: block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  padding: 2px;
  float: left;
  margin-right: 2px;
  text-align: center;
  background-color: #DCDCDC;
}

.pagPages a:hover {
  background-color: #BBBBBB;
  color: white;
  text-decoration: none;
}

.pagPages a.selected {
  background-color: #258EC7;
  color: white;
  text-decoration: none;
}

.pagPages a.selected:hover {
  cursor: default;
}

.navPages {
  margin: 30px 0 5px 0;
  width: 99%;
  height: 16px;
}

/* ---------------------- =Tableaux ---------------------- */
#ce-main table.liste td {
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#ce-main table.liste td a {
  font-weight: bold;
}

#ce-main #lstOff.liste td {
  text-align: left;
}

#ce-main table.liste {
  width: 600px;
  margin: 20px auto;
}

#ce-main table.liste th {
  background-color: #EBEBEB;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 3px;
  /*width:250px; sadapte mieux sans width et laisse une bonne place aux fonctions */
}

#ce-main #postul table.liste th {
  width: 250px;
  /* page postuler le tableau a besoin de ce width */
}

#ce-main table.liste th.date {
  width: 66px;
}
