/*----------------------------------------------------------------*/
/*                          GENERIQUE                             */
/*----------------------------------------------------------------*/
h1 {
    background          : none;
    color               : #003F86;
    font-size           : 24px;
    font-family         : Arial, Helvetica, sans-serif;
    font-style          : italic;
}
table.container td.bordure_ombre_gauche{
    background-image    : url(images/ombre_gauche.gif);
    background-repeat   : repeat-y;
}
table.container td.bordure_ombre_droite{
    background-image    : url(images/ombre_droite.gif);
    background-repeat   : repeat-y;
}

table.bandeau td.bandeau_haut {
    background-image    : url(images/home/fd_bandeau_haut.gif);
    background-repeat   : no-repeat;
    padding-left        : 90px;
    padding-right       : 20px;
}
table.bandeau td.bandeau_haut input {
    color               : #4C93CA;
    padding             : 2px;
    vertical-align      : middle;
}
table.bandeau td.bandeau_haut div {
    font-size           : 11px;
    font-family         : Arial, Helvetica, sans-serif;
    color               : #006DB6;
    height              : 48px;
}
table.bandeau td.bandeau_haut div a, table.bandeau td.bandeau_haut div a:visited {
    text-decoration     : underline;
    font-weight         : bold;
}
table.bandeau td.bandeau_haut div a:hover, table.bandeau td.bandeau_haut div a:link, table.bandeau td.bandeau_haut div a:active{
    text-decoration     : none;
}
table.bandeau td.bandeau_haut div form {
    display             : inline;
}
table.bandeau td.bandeau_haut div img{
    padding-right       : 5px;
    vertical-align      : middle;
}

table.bandeau td.bandeau_bas {
    background-image    : url(images/home/fd_bandeau_bas.gif);
    background-repeat   : no-repeat;
    background-position : left top;
    padding-left        : 70px;
    padding-top         : 12px;
}
table.bandeau td.bandeau_bas div.titre {
    font-size           : 24px;
    font-family         : Arial, Helvetica, sans-serif;
    font-style          : italic;
    font-weight         : bold;
    color               : #003F86;
    margin              : 0px;
}
table.bandeau td.bandeau_bas div.titre img {
    vertical-align      : middle;
    margin              : 0px 10px 5px 0px;
}

div.contenu_page {
    padding             : 10px;
}

/*----------------------------------------------------------------*/
/*                            ACTUALITES                          */
/*----------------------------------------------------------------*/

.lien_actualites a,
.lien_actualites a:link,
.lien_actualites a:visited {
    color: #003F86;
    font-weight: bold;
}

.lien_actualites a:hover {
    text-decoration: none;
}
table.titre_actualites {
    border-bottom: 3px solid #B8B8B8;
}

table.titre_actualites h3 {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #535353;
}