#main {
    width: 924px;
    padding: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid gray;
    border-collapse: collapse;
    background-color: white;
}

#left {
    padding-top: 5px;
    width: 210px;
    background-color: white;
}

#right {
    padding-top: 5px;
    width: 210px;
    background-color: white;
}

#content {
    width: 650px;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    padding: 5px;
    background: white url(/images/fond.jpg) no-repeat right bottom;
}

#footer {
    height: 5px;
    background-color: white;
}

#logo {
    width: 324px;
    height: 180px;
    background: white url(/images/Logo-324x180.jpg) no-repeat;
}

#flash {
    width: 600px;
    height: 180px;
    background-color: white;
}


/*****************/
/***** MENUS *****/
/*****************/

/***** Menu horizontal pour les rubriques *****/

.goo_menu_H_topic {
    /* width: 150px; */
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
}

.goo_menu_H_topic a:link, .goo_menu_H_topic a:visited {
    text-decoration: none;
    color: black;
}

.goo_menu_H_topic a:hover {
    font-weight: bold;
}

/***** Menu horizontal pour la rubrique sélectionnée *****/

.goo_menu_H_topic_selected {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
}

.goo_menu_H_topic_selected a:link, .goo_menu_H_topic_selected a:visited {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.goo_menu_H_topic_selected a:hover {
    font-weight: bold;
}

/***** Menu vertical pour les rubriques *****/

.goo_menu_V_topic {
    width: 100%;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, Sans;
    font-size: 12pt;
    color: black;
}

.goo_menu_V_topic a:link, .goo_menu_V_topic a:visited {
    text-decoration: none;
    color: black;
}

.goo_menu_V_topic a:hover {
    font-weight: bold;
}

/***** Menu vertical pour les rubriques sélectionnées *****/

.goo_menu_V_topic_selected {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, Sans;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

.goo_menu_V_topic_selected a:link, .goo_menu_V_topic_selected a:visited {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.goo_menu_V_topic_selected a:hover {
    font-weight: bold;
}

/***** Menu vertical pour les pages *****/

.goo_menu_V_page {
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    color: navy;
    text-align: left;
    margin: 0px;
    margin-left: 5px;
    padding-left: 40px;
    background: white url(/images/menu_off.png) no-repeat;
    height: 25px;
    line-height: 25px;
    display: block;
}

.goo_menu_V_page a:link, .goo_menu_V_page a:visited {
    text-decoration: none;
}

.goo_menu_V_page a:hover {
    text-decoration: underline;
}

/***** Menu vertical pour les rubriques sélectionnées *****/

.goo_menu_V_page_selected {
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    text-align: left;
    margin: 0px;
    margin-left: 5px;
    padding-left: 40px;
    background: white url(/images/menu_on.png) no-repeat;
    height: 25px;
    line-height: 25px;
    color: navy;
    display: block;
}

.goo_menu_V_page_selected a:link, .goo_menu_V_page_selected a:visited {
    text-decoration: none;
}

.goo_menu_V_page_selected a:hover {
    text-decoration: underline;
}

/*******************************/
/***** ELEMENTS GENERIQUES *****/
/*******************************/

body {
    margin: 0;
    padding: 0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #666;
    background-color: lightgrey;
}

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

td {
    font-size: 12pt;
    color: black;
}

button {
    height: 25px;
}

.bloc {
    visibility: hidden;
    display: none;
}

.footer-text {
    margin: 0;
    padding: 0px;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    color: black;
    text-align: center;
}
.footer-text a:link, .footer-text a:visited {
    color: black;
    text-decoration: none
}

.footer-text a:hover {
    color: black;
    font-weight: bold;
}

.gooTitle {
    display: block;
    height: 30px;
    margin-left: 5px;
    background: white url(/images/subhead_bg.png) no-repeat;
    font-size: 10pt;
    color:gray;
    padding-left : 50px;
    padding-top: 8px;
    text-align: left;
}

.gooNews {
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
}

.gooGhost {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-collapse : collapse;
    border: 0;
    font-size: 8pt;
}

.gooGhost TH {
    border: 0 !important;
}

.gooGhost TD {
    border: 0 !important;
}

a:link, a:visited {
    font-size: 10pt;
    color: navy;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/***********************/
/***** FORMULAIRES *****/
/***********************/

.formulaire a:link, .formulaire a:visited {
    font-weight: bold;
    text-decoration: none;
    color: gray;
}

.formulaire a:hover {
    color: black;
}

.formulaire {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;    
    font-size: 8pt;
}

.formulaire TH {
    padding: 2px;
    text-align: left;
    font-weight: bold;
    width: 180px;
    border-bottom: 1px dotted lightgrey;
}

.formulaire TD {
    padding: 2px;
    border-bottom: 1px dotted lightgrey;
    font-size: 8pt;
}

.formulaire SELECT {
    font-size: 8pt;
}

/*******************/
/***** LISTES *****/
/******************/

.liste a:link, .liste a:visited {
    font-weight: bold;
    text-decoration: none;
    color: gray;
}

.liste a:hover {
    color: black;
}

.liste {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;    
    font-size: 8pt;
}

.liste TH {
    border: 1px solid lightgrey;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.liste TD {
    border: 1px solid lightgrey;
    padding: 2px;
}
