body {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: arial;
    font-size: 12pt;
}

div {
    /*border: 1px solid black;*/
    padding: 0px;
    margin: 0px;
}

h1 {
    position: absolute;
    margin: 0px;
    padding: 0px;
    background-image: url('img/logo.jpg');
    margin-left: 15px;
    margin-top: 9px;
    height: 84px;
    width: 237px;
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
}

#logo {
    display: none;
}

h1 span {
    display: none;
}

h2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20pt;
    text-align: right;
}

h2 a {
    text-decoration: none;
}

#sous_titre {
    font-size: 14pt;
}

#texte p {
    margin-top: 20px;
}

form {
    margin: 0px;
    padding: 0px;
}

#bandeau {
    height: 110px;
    background-image: url('img/bandeau_accueil.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#contenu {
    /*border: 1px solid black;*/
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

#menu {
    /*padding-left: 75px;*/
    margin-top: 2px;
    border-bottom: 2px solid rgb(220,220,220);
    background-image: url('img/separateur.png');
    background-repeat: repeat-x;
    background-position: 0px 3px;
    height: 20px;
    text-align: center;
}

#bandeau, #menu {
    border-left: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
}

#navigation {
    font-size: 9pt;
    color: rgb(100,100,100);
    margin-left: 220px;
  }

  #navigation a {
      font-weight: bold;
      color: rgb(100,100,100);
      text-decoration: none;
}

#menu .menu, #menu .menu_actif {
    display: inline;
    /*float: left;*/
    text-transform: uppercase;
    padding-right: 4px;
    padding-left: 4px;
    height: 20px;
    background-color: #FFF;
}

#menu .menu a:hover {
    color: rgb(100,100,100);
    font-weight: bold;
    text-decoration: none;
    background-color: #FFF;
    padding-left: 16px;
    background-image: url('img/puce_hover.png');
    background-repeat: no-repeat;
    background-position: center left;
}

#menu .menu_actif a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
    background-color: #FFF;
    padding-left: 16px;
    background-image: url('img/puce_active.png');
    background-repeat: no-repeat;
    background-position: center left;
}

#menu .menu a {
    color: rgb(106, 132, 191);
    font-weight: bold;
    text-decoration: none;
    background-color: #FFF;
    padding-left: 16px;
    background-image: url('img/puce.png');
    background-repeat: no-repeat;
    background-position: center left;
}

#gauche {
    float: left;
    width: 210px;
}

.cadre_gauche {
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#cadre_gauche_menu {
    text-align: center;
}

#gauche .sous_menu, #gauche .sous_menu_actif {
    float:left;
    margin-top: 5px;
    background-image: url('img/sous_menu_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    font-weight: bold;
    font-size: 10pt;
    width: 197px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

#droite {
    float: right;
    width: 200px;
}

#corps_droite {
    font-size: 9pt;
    color: rgb(100,100,100);
    margin-top: 0px;
    padding: 5px;
    text-align: justify;
}

#email_droite {
    border: 1px solid black;
    width: 150px;
}

#email_droite_ok {
    border: none;
    color: rgb(100,100,100);
    background-color: white;
    width: 30px;
}

a {
    text-decoration: none;
}

#gauche .sous_menu a {
    color: rgb(106, 132, 192);
}

#gauche .sous_menu_actif a {
    color: black;
}

#gauche .sous_menu a:hover {
    color: rgb(100,100,100);
}

a:hover, #navigation a:hover, #footer a:hover {
    color: rgb(0, 0, 0);
}

.titre_cadre_gauche {
    font-size: 18pt;
    text-align: center;
}

.titre_cadre_gauche_2 {
    font-size: 13pt;
    text-align: center;
}

#gauche a {
    text-decoration: none;
}


#coeur_de_page {
    margin: 0px;
    margin-left: 220px;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    padding: 3px;
    padding-left: 10px;
    padding-right: 60px;
}

#coeur_de_page_avec_droite {
    margin: 0px;
    margin-left: 220px;
    margin-right: 210px;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    padding: 3px;
    padding-left: 10px;
    padding-right: 60px;
}

/*
 * html #coeur_de_page {
 float: right;
 width: 754px;
 overflow: hidden;
}

 *+html #coeur_de_page {
 float: right;
 width: 754px;
 overflow: hidden;
}*/

* html #coeur_de_page {
    margin-left: 217px;
    width: 704px;
}

*+html #coeur_de_page {
    margin-left: 217px;
    width: 704px;
}

#description_offres {
    margin-top: 120px;
    color: black;
    text-align: center;
}

#filtres {
    float: right;
    width: 630px;
}

.filtre {
    background-color: rgb(237, 243, 248);
    margin: 0px;
    margin-top: 5px;
    padding: 5px;
}

.gauche_filtre {
    float: left;
    width: 130px;
}

.titre_filtre {
    background-color: white;
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 16pt;
    padding-left: 25px;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    background-image: url('img/puce_libelle_formulaire.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 29px;
    line-height: 29px;
}

.check_all_filtre {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 5px;
}

.check_all_filtre a {
    color: rgb(106, 132, 191);
}

.selection_filtre {
    background-color: white;
    height: 80px;
    overflow: auto;
    /*overflow-y: auto;*/
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    margin-left: 5px;
}


.item_filtre {
    font-size: 10pt;
}

#selection_keywords {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    height: 29px;
}

#selection_keywords input {
    width: 449px;
    border: 1px solid black;
    margin: 2px;
}

/** html .selection_filtre, * html .titre_filtre, * html #selection_keywords {
margin-right: 2px;
}*/


    #footer, #footer a {
        text-align: center;
        font-size: 9pt;
        color: rgb(100,100,100);
        text-decoration: none;
}

#bouton_rechercher {
    margin-top: 5px;
    background-image: url('img/bg_postuler.png');
    background-repeat: repeat-x;
    text-align: right;
}

#rechercher {
    border: 0px;
    margin: 0px;
    padding: 0px;
    /*background-image: url('img/rechercher.png');
    width: 366px;
    height: 40px;
    color: #FFF;
    cursor: pointer;*/
}

#criteres {
    padding-top: 10px;
    font-size: 9pt;
    color: rgb(100,100,100);
    font-family: verdana;
}

#table_criteres {
    margin-bottom: 20px;
}

.criteres_nom {
    vertical-align: top;
    white-space: nowrap;
}

.criteres_elements {
    color: black;
    text-align: justify;
}

#nombre_d_offres {
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 9pt;
    font-family: verdana;
}

.modifier_recherche {
    display: inline;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    padding: 5px;
}

.modifier_recherche a {
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 10pt;
}

.spacer {
    clear: both;
}

.mot_alt_0 {
    color: rgb(106, 132, 191);
    font-weight: normal;
}

.mot_alt_1 {
    color: #000;
    font-weight: bold;
}

#rail_annonces {
    height: 160px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

#dernieres_annonces, .feed {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    margin-top: 160px;
}

.feed {
    margin-top: 0px;
}

.derniere_annonce {
    font-size: 9pt;
    /*margin-top: 5px;*/
    margin-left: 10px;
    /*margin-bottom: 10px;*/
    padding-left: 13px;
    margin-right: 5px;
    height: 80px;
    background-image: url(/media/css/img/puce_fleche.png);
    background-position: top left;
    background-repeat: no-repeat;
}

* html .derniere_annonce {
    margin-left: -5px;
}

*+html .derniere_annonce {
    margin-left: -5px;
}

.feed .derniere_annonce {
    margin-top: 10px;
    height: auto;
}

.feed .derniere_annonce a {
    color: black;
    font-weight: normal;
}

/*.derniere_annonce div {
height: 80px;
}*/

    .derniere_annonce a, .lien_annonce {
        color: rgb(106, 132, 191);
        font-weight: bold;
}

.derniere_annonce a:hover, .lien_annonce:hover {
    color: rgb(100,100,100);
}

#consulter_toutes_les_annonces {
    text-align: center;
    margin-top: 15px;
}

#consulter_toutes_les_annonces a {
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 9pt;
}

#tableau_resultats {
    font-size: 10pt;
    cell-spacing: 0px;
    border-collapse:collapse;
    margin: 0px;
    width: 100%;
}

* html #tableau_resultats {
    /*table-layout: fixed;*/
}

#tableau_resultats th {
    font-weight: bold;
    background-color: rgb(106, 132, 191);
    color: white;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    text-transform: uppercase;
    border-bottom: 5px solid white;
    font-size: 9pt;
}

#tableau_resultats td {
    background-color: #EDF3F8;
    border: 0px;
    border-bottom: 3px solid white;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    font-size: 9pt;
    text-align: left;
}

/*#tableau_resultats td .annonce_inactive {
color: rgb(100,100,100);
}*/

    #tableau_resultats .col_postuler {
        padding: 0px;
        text-align: center;
}

#validation_resultats_postuler {
    background-color: white !important;
    background-image: url('img/bg_postuler.png');
    background-repeat: repeat-x;
    text-align: right;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    overflow: visible;
    text-align: right;
}

#validation_resultats_postuler input {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#informations_offre {
    background-color: rgb(237, 243, 248);
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
}

#informations, #reference, #date {
    background-color: white;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    font-size: 10pt;
}

#droite_informations {
    float: right;
    width: 200px;
}

#reference, #date {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

#informations {
    width: 350px;
}

#informations th, #reference th, #date th {
    font-weight: bold;
    text-align: left;
    color: black;
}

#reference th, #date th {
    width: 100px;
}

#informations th .fleche, #reference th .fleche, #date th .fleche {
    color: rgb(106, 132, 191);
}

#informations td, #reference td, #date td {
    font-weight: bold;
    text-align: left;
    color: rgb(106, 132, 191);
}

#libelle_offre {
    margin-top: 10px;
    font-size: 16pt;
    font-weight: bold;
}

#libelle_offre .fleche {
    color: rgb(106, 132, 191);
}

.desc_offre_titre {
    font-size: 12pt;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.crochet_desc_offre {
    font-size: 11pt;
    color: rgb(106, 132, 191);
}

.desc_offre_texte {
    font-size: 10pt;
    margin-left: 30px;
    text-align: justify;
    font-family: verdana;
}

.desc_offre_inactive_texte {
    font-size: 10pt;
    margin-left: 30px;
    text-align: justify;
    font-family: verdana;
    color: rgb(100,100,100);
}

#offre_postuler {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 300px;
}

* html #offre_postuler {
    margin-left: 150px;
}

#offre_postuler a {
    color: rgb(106, 132, 191);
    font-weight: bold;
}

#div_boutons_offre {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(237, 243, 248);
    margin: 0px;
}

#boutons_offre {
    color: rgb(100,100,100);
    font-weight: bold;
    font-size: 10pt;
    width: 100%;
}

#boutons_offre td {
    width: 25%
    padding: 10px;
}

#boutons_offre td div {
    text-align: center;
    background-color: white;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    width: 160px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
}

* html #boutons_offre td div {
    margin-left: 2px;
}

#boutons_offre a {
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 10pt;
}

#nb_vues {
    font-style: italic;
    text-align: right;
    font-size: 9pt;
}

.tooltip {
    display: none;
}

.postuler_bg_bleu {
    background-color: rgb(237, 243, 248);
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.postuler_titre {
    background-color: white;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    padding: 5px;
    font-size: 14pt;
    font-weight: bold;
    white-space: nowrap;
}

.postuler_label {
    color: rgb(106, 132, 191);
    background-color: white;
    border: 1px solid rgb(246,246,246);
    border-right: 2px solid rgb(236,236,236);
    border-bottom: 2px solid rgb(220,220,220);
    /*background-image: url('img/puce_libelle_formulaire.png');*/
    background-repeat: no-repeat;
    background-position: top left;
    height: 29px;
    line-height: 29px;
    height: 29px;
    /*padding-left: 25px;*/
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
}

#champs_obligatoires {
    text-align: right;
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 10pt;
}

.exemple_postuler {
    margin-top: 2px;
    font-family: verdana;
    font-size: 7pt;
    color: black;
}

.postuler_tout_selectionner_regions {
    text-align: center;
    font-size: 10pt;
    margin-top: 10px;
}

.postuler_tout_selectionner_regions a {
    color: rgb(106, 132, 191);
    font-weight: bold;
}

.postuler_tout_selectionner_regions a:hover {
    color: rgb(100,100,100);
    font-weight: bold;
}

#div_switch_scrolling {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#div_switch_scrolling a {
    color: rgb(106, 132, 191);
    font-weight: bold;
    font-size: 8pt;
}

.infos_dernieres_annonces {
    font-size: 8pt;
}


#friend_form {
    margin-top: 10px;
    text-align: center;
}

#friend_form td {
    text-align: left;
}

.lien_nb_offres {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10pt;
    text-align: center;
}

.lien_nb_offres a {
    color: rgb(106, 132, 191);
    font-weight: bold;
}

#actualites {
    height: 200px;
    overflow: auto;
}

#actualites .derniere_annonce {
    font-family: verdana;
    font-size: 8pt;
}

* html #actualites {
    padding-left: 10px;
}

*+html #actualites {
    padding-left: 10px;
}
