.main {
    width: 950px;
    padding: 0;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;    
    border-collapse: collapse;    
}

.top {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    background: #000 url('/images/de-la-terrasse-au-salon-bandeau-haut.jpg') 0 0 no-repeat;
    border: 1px solid white;
}

.left {
    padding: 0;
    margin: 0;
    width: 188px;
    height: 100%;
    margin-bottom: auto;
    vertical-align: top;
}

.content {
    width: 762px;
    padding: 10px;
    margin-bottom: auto;
    vertical-align: top;
    border: 1px solid white;
}

.footer {
    width: 950px;
    border: 0px solid gray;
    padding: 0;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;    
    border-collapse: collapse;
    text-align: center;    
}

/*****************/
/***** 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 horizontal pour les pages *****/

.goo_menu_H_page {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    color: white;
    padding:20px;
}

.goo_menu_H_page a:link, .goo_menu_H_page a:visited {
    text-decoration: none;
    color: white;
}

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

/***** Menu horizontal pour les pages sélectionnées *****/

.goo_menu_H_page_selected {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    padding:20px;
}

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

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

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

.goo_menu_V_topic {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    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 {
    text-decoration: bold;
}

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

.goo_menu_V_topic_selected {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    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 {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    color: white;
}

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

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

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

.goo_menu_V_page_selected {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
}

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

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

/***** Menu vertical pour les catégories *****/

.goo_menu_V_categorie {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
    color: white;
    font-variant: small-caps ;
}

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

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

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

.goo_menu_V_categorie_selected {
    width: 100%;
    font-family: Arial, Helvetica, Sans;
    font-size: 10pt;
}

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

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

/*******************************/
/*****  C a t a l o g u e  *****/
/*******************************/

.goo_catalog_ {
    width: 100%;
}

.goo_catalog_basket {
    border: 2px solid black;
    font-size: 10pt;
    padding: 5px;
}

.goo_catalog_basket th {
    border: 2px solid black;
    font-size: 10pt;
    text-align: center;
}

.goo_catalog_basket td {
    font-size: 10pt;
    border: 1px solid black;
}

.goo_catalog_orders_list {
    border: 2px solid black;
    font-size: 10pt;
    padding: 5px;
}

.goo_catalog_orders_list th {
    border: 2px solid black;
    font-size: 10pt;
    text-align: center;
    padding: 10px;
}

.goo_catalog_orders_list td {
    font-size: 10pt;
    border: 1px solid black;
    padding: 5px;
}

.goo_page_list {
    font-size: 9pt;
    color: #fff;
    margin-top: 10px;
}

.goo_page_list a:link, .goo_page_list a:visited {
    text-decoration: none;
    color: #fff;
}

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

.goo_catalog_link a:link, .goo_catalog_link a:visited {
    color: #fff;
}

.gooCommand_link {
    width : 700px;
    text-align: center;
    font-size: 12pt;
}

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

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

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

body {
    margin: 0;
    padding: 0px;
    font-family: Arial, Helvetica, Sans;
    font-size: 12pt;
    color: white;
    background-color: black;
}

p {
    margin: 0;
    padding: 0px;
    font-size: 12pt;
    color: white;
}

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

a {
    font-size: 10pt;
    color: white;
}

LI {
    font-size: 8pt;
    color: white;
}

button {
    height: 25px;
}

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

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

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

.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;
}

/***********************/
/***** 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;
}

.contact {
    width: 400px;
}

.contact TEXTAREA {
    width: 250px;
    height: 200px;
}

/*******************/
/***** 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;
}
