/* GENERAL */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    
    background-image: url(pics/fond1.png);
    font-family: Helvetica, Verdana, Arial, Trebuchet, Univers, Futura, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
#    font-weight: bold;
}

#global {
    width: 678px;
    margin: 0 auto;
}

#page {
    zoom: 1;
    overflow: auto;
}

/* HEADER */

#header {
    position: relative;
}

#tel {
    position: absolute;
    top: 10px;
    right: 0;
}

#menu {
    text-align: right;
    margin-bottom: 10px;
}

#menu a {
    margin-left: 20px;
}

/* FOOTER */

#footer {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
}

/* MENU GAUCHE */

#menu-gauche {
    float: left;
    width: 135px;
}

#menu-gauche li {
    list-style-type: none;
}

#menu-gauche .titre {
    background-color: #FC9447;
    color: #FFF;
    font-weight: bold;
    padding: 2px 0 1px 2px;
}

#menu-gauche .sousmenu {
    text-align: right;
    background-color: #FFF;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 2px;
    cursor: pointer;
}

#menu-gauche .sousmenu {
    background-color: #FFF;
}

#menu-gauche a {
    font-weight: normal;
}

#menu-gauche a:hover {
    background-color: #FFF;
}

/* CENTRE */

#center {
    margin-left: 140px;
}

h1 {
    background-color: #FC9447;
    color: #FFF;
    font-weight: bold;
    padding: 2px 2px 1px 0;
    font-size: 12px;
    text-align: right;
}

h2 {
    background-color: #D1D1D1;
    padding: 2px 0 1px 2px;
    font-size: 11px;
    font-weight: bold;
}

.texte {
    position: relative;
    font-size: 11px;
    text-align: justify;
    background-color: #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px 10px 2px 10px;
    zoom: 1;
    overflow: auto;
}

.faq {
    margin-left: 15px;
    font-weight: normal;
    color: #D00;
    font-style: italic;
}

.reponse {
    margin-top: 5px;
    margin-left: 35px;
    margin-bottom: 10px;
}

.gauche {
    float: left;
    width: 255px;
}

.droite {
    margin-left: 263px;
}

.retrait {
    margin-left: 20px;
}

table {
    width: 100%;
    padding: 5px;
    border-collapse: collapse;
}

table .titre {
    background-color: #D1D1D1;
    font-weight: bold;
}

table .titre2 {
    color: #444;
    font-weight: bold;
}

thead {
    font-weight: bold;
}

table .espace {
    height: 10px;
}

input, textarea, select {
    width : 260px;
    margin: 2px;
    border: 1px solid #567;
    font-size: 12px;
    vertical-align: middle;
}

.submit {
    width: auto;
}

.cgv {
    width: 510px;
}

.erreur {
    color: #D00;
}

.message {
    display: block;
    padding: 5px 10px;
    color: #D60;
}

.message_erreur {
    display: block;
    padding: 5px 10px;
    color: #D00;
}

/* FACTURE */

#facture {
    padding: 0;
    border-collapse: separate;
}

#facture td {
    padding: 2px;
    border: 1px solid #000;
}

.facture_titre {
    font-size: 1.1em;
    font-weight: bold;
    color: #C00;
}

.facture_titre2 {
    color: #C00;
}

.commande {
    margin-top: 20px;
    padding: 0;
    border-collapse: separate;
    border: 2px solid #C00;
}
