.image_slider {
    cursor: pointer;
    position: relative;
    height: 250px;
    border-radius: 10px;
    behavior: url('/styles/PIE.htc');
}

.diapo_texte {
    font-family: 'klavika_regular';
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 20px;
    text-align: left;
}

.diapo_commentaire {
    font-family: 'klavika_regular';
    color: #FFF;
    /*font-weight: bold;*/
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
}

#bloc_secondaire {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#bloc_fil_info {
    margin: 10px;
    z-index: 1;
    height: 64px;
    overflow: hidden;
}


.bloc_fil_info {
    width: 100%;
}

.fil_info {
    display: block;
    width: 620px;
    height: auto;
    background: #FFF;
    border-bottom: 5px solid #CC0000;
    font-family: klavika_regular;
    font-size: 14px;
}

.titre_fil_info {
    font-family: 'klavika_bold';
    text-transform: uppercase;
    color: #CE151A; /*font-weight: bold;*/
    font-size: 17px;
}

.texte_fil_info {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #9D9D9D;
}

#bloc_fil_info_admin {
    position: relative;
}

.home_layout {
    margin: 0 auto;
    width: 1000px;
}

.home_layout table {
    border-collapse: collapse;
}

.home_layout table td {
    vertical-align: top;
}

.home_content .bloc_en_un_clic_container {
    margin-top: 87px;
}

#bloc_recherche {
    margin-bottom: 30px;
    height: 250px;
    border: 1px solid lightgray;
    background: white;
    float: left;
    width: 100%;
}

#bloc_recherche label {
    padding-left: 20px;
    display: block;
}

#bloc_recherche select {
    margin-left: 20px;
    display: block;
    border: 1px solid #BCCE00;
    padding: 6px;
    width: 87%;
    border-radius: 5px;
    behavior: url('/styles/PIE.htc');
}

#rechercher_date_depart {
    float: left;
    width: 48%;
}

#rechercher_date_fin {
    float: left;
    width: 48%;
}

#bloc_recherche input {
    width: 80%;
    border: 1px solid #BCCE00;
    height: 25px;
    border-radius: 5px;
    margin-left: 20px;
    behavior: url('/styles/PIE.htc');
}

#img_rechercher {
    background-image: url('/images/rechercher.png');
    height: 59px;
    width: 147px;
    left: 10px;
    position: relative;
    top: -18px;
}

#img_rechercher span {
    font-family: 'klavika_med_capsmedium';
    color: white;
    top: 12px;
    left: 13px;
    position: relative;
    font-size: 21px;
    /*font-weight: bold;*/
}

#bloc_actu {
    background: white;
    margin: 10px 0 0 0;
}

#bloc_actu #entete_actu span {
    font-family: 'klavika_light';
    font-size: 25px;
    color: #9B9B9B;
    position: relative;
    top: -4px;
}

#bloc_actu_img {
    background-position: 160px 5px;
    height: 30px;
    width: 30px;
}

.actu {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    position: relative;
    left: 0;
}

.actu:last-child {
    display: inline-block;
    width: 100%;
}

.actu a {
    color: black;
}

.actu_image {
    float: left;
    width: 179px;
    height: 108px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

.actu_image img {
    float: left;
    width: 179px;
    height: 108px;
}

.actu_img_gauche, .add_actu_img_gauche {
    width: 20px;
    height: 110px;
    float: left;
    position: relative;
    z-index: 1000;
}

.actu_texte {
    margin-left: 20px;
    float: left;
    margin-top: 5px;
    border-bottom: 1px dashed #ccc;
}

.titre_actu {
    font-family: 'klavika_bold'; /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    border: 0;
    padding: 0;
}

.sous_titre_actu {
    color: #666;
    font-family: 'klavika_bold'; /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 13px;
}

.detail_texte_actu {
    color: #898989;
    height: 55px;
    line-height: 14px;
    font-family: 'klavika_light';
    font-size: 14px;
    text-align: justify;
    margin: 5px 0;
    overflow: hidden;
}

.actu_hr {
    width: 100%;
}

#bloc_actu.width-3 .actu_texte {
    width: 780px;
    height: 104px;
}

#bloc_actu.width-2 .actu_texte {
    width: 440px;
    height: 104px;
}

#bloc_actu.width-1 .actu_texte {
    width: 300px;
}


.bloc_en_un_clic_container {
    margin: 10px;
}

.bloc_en_un_clic_container.largeFormat {
    margin: 0;
}


.bloc_pub {
    margin: 10px;
    overflow: hidden;
    position: relative;
}

#actu img {
    width: 135px;
    height: 100px;
}

#lieu {
    font-family: 'klavika_med_capsmedium';
    /*font-weight: bold;*/
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}


#actu_bouton {
    background-image: url('/images/voir_plus_actu.png');
    height: 49px;
    width: 162px;
    float: right;
}

#actu {
    border-bottom: 1px dashed #9D9D9D;
    display: inline-block;
    width: 100%;
}

#actu a {
    color: black;
}

#actu img {
    width: 135px;
    height: 100px;
}


a {
    text-decoration: none;
}

.titre_compte {
    color: #666666;
    font-family: 'klavika_light';
    font-size: 25px;
    text-transform: uppercase;
}


input[type="text"] {
    color: #B6B6B6;
    font-family: 'klavika_light';
    font-size: 14px;
    margin: 3px;
    padding: 2px;
}

.class_etat_civil {
    color: #7D8A92;
    cursor: pointer;
    font-family: 'klavika_regular';
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 5px;
}

.class_txt {
    color: #7D8A92;
    font-family: 'klavika_regular';
    font-size: 14px;
    margin: 10px;
    text-align: center;
    /*font-weight: bold;*/
}

/* Demande nouveau mot de passe */

#bloc_formulaire {
    margin: 20px auto auto;
    width: 320px;
}

#header_new_mdp {
    width: 320px;
    text-align: center;
    margin: 0 auto 5px;
}

#formulaire_demande_mot_passe {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 20px 20px 0;
}

#formulaire_nouveau_mot_passe {
    text-align: center;
    font-family: 'klavika_light';
    font-size: 13px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 20px 20px 0;
}

#title_h2 {
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    font-family: 'klavika_regular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#title_h2_center {
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    font-family: 'klavika_regular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#input_email {
    margin-bottom: 20px;
}

#input_mdp {
    margin-top: 30px;
    margin-bottom: 20px;
}

#email {
    color: #000 !important;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 30px;
    padding: 6px;
    width: 260px;
}

#beneficiaire_password {
    color: #000 !important;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 30px;
    padding: 6px;
    width: 260px;
}

#beneficiaire_comparaison_password {
    color: #000 !important;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 30px;
    padding: 6px;
    width: 260px;
}

#envoi_email {
    margin: 0 0 20px;
    text-align: center;
    cursor: pointer;
}

#envoi_email_new_mdp {
    margin: 0 0 20px;
    text-align: center;
    cursor: pointer;
}

#bouton_envoi_email {
    background-color: #3399FF;
    border: 2px solid #3399FF;
    color: #FFFFFF;
    font-family: klavika_light;
    font-size: 15px;
    height: 25px;
    margin: 0 auto;
    padding-top: 10px;
    width: 190px;
}

#bouton_envoi_email:hover {
    background-color: #EEE;
    border: 2px solid #3399FF;
    color: #3399FF;
    font-family: klavika_light;
    font-size: 15px;
    height: 25px;
    margin: 0 auto;
    padding-top: 10px;
    width: 190px;
}

#demande_nouveau_password {
    background-color: #3399FF;
    border: 2px solid #3399FF;
    color: #FFFFFF;
    font-family: klavika_light;
    font-size: 15px;
    height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    width: 200px;
}

#demande_nouveau_password:hover {
    background-color: #EEE;
    border: 2px solid #3399FF;
    color: #3399FF;
    font-family: klavika_light;
    font-size: 15px;
    height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    width: 200px;
}

#remember {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    color: #666666;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

#remember a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: 'klavika_light';
    font-size: 14px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

