/*----------------------------------------------------------------*/
/*                          HOME                                  */
/*----------------------------------------------------------------*/
table.actu_home {
    /*position            : absolute;
    left                : 549px;
    top                 : 397px;
    width               : 283px;
    height              : 129px;
    overflow            : auto;*/
    width               : 100%;
}



/*  Styles refonte  */
div#fond_image {
    width               : 100%;
    height              : 100%;
}

div#conteneur {
    width               : 1024px;
    height              : 687px;
    margin-left         : auto;
    margin-right        : auto;
}

div#espace_logo {
    float               : left;
    width               : 132px;
    height              : 92px;
}

div#logo {
    float               : left;
    margin              : 7px 0px 0px 0px;
    width               : 267px;
    height              : 92px;
    background          : transparent url(images/gabarit/fond_logo.png) bottom left no-repeat;
}

div#logo img {
}

div#menu {
    float               : left;
    padding             : 76px 0px 0px 15px;
    height              : 21px;
}

div#bloc_contenu {
    clear               : both;
    padding             : 48px 0px 0px 132px;
    height              : 220px;
}

div#bloc_contenu_haut, div#bloc_actualite_haut {
    clear               : both;
    width               : 761px;
    height              : 20px;
    background          : transparent url(images/gabarit/fond_bloc_haut.png) top left no-repeat;
}

div#bloc_contenu_haut {
    background          : transparent url(images/gabarit/fond_bloc_haut_coupe.png) top left no-repeat;
}

div#contenu, div#actualite {
    clear               : both;
    width               : 741px;
    padding             : 0px 10px 0px 10px;
    background          : transparent url(images/gabarit/fond_bloc_repeat.png) top left repeat;
}

div#contenu {
    background          : transparent url(images/gabarit/fond_bloc_repeat_coupe.png) top left no-repeat;
}

div#contenu_str {
    z-index             : 15;
    position            : relative;
}

div#contenu_left {
    float               : left;
    width               : 508px;
    padding             : 0px 25px 0px 0px ;
}

div#contenu_right {
    float               : right;
    width               : 145px;
    padding             : 0px 0px 0px 10px;
}

table.publiformulaire input {
    border              : 1px solid #686F74;
    width               : 60px;
    color               : #686F74;
    background          : #FFFFFF;
    margin              : 2px;
    padding             : 0px;
}

table.publiformulaire, table.publiformulaire tr, table.publiformulaire td {
    margin              : 0px;
    padding             : 0px;
}

div#bloc_contenu_bas, div#bloc_actualite_bas {
    clear               : both;
    width               : 761px;
    height              : 20px;
    background          : transparent url(images/gabarit/fond_bloc_bas.png) top left no-repeat;
}

div#bloc_contenu_bas {
    background          : transparent url(images/gabarit/fond_bloc_bas_coupe.png) top left no-repeat;
}

div#bloc_actualite {
    clear               : both;
    padding             : 0px 0px 0px 132px;
    height              : 295px;
}

div#footer {
    width               : 100%;
    text-align          : center;
    color               : #000;
}

div#footer a, div#footer a:link, div#footer a:visited {
    color               : #000;
    text-decoration     : none;
}

div#footer a:hover, div#footer a:active {
    color               : #000;
    text-decoration     : none;
}


