
/* corps */
body { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #333333; }

/* div { border-top: 1px solid red; } */

/* éléments */
img { border: 0; }
img.droite { float: right; }
img.gauche { float: left; }
a { text-decoration: underline; color: #7F7166; }
a:hover { text-decoration: underline; color: #7F7166; }

.colonneadmin { background-color: #7F7166; color: #FFFFFF; height: 25px; }

.bas { font-size: 0.9em; color: #333333; }
a.bas:link { text-decoration: none; color: #333333; }
a.bas:hover { text-decoration: underline; color: #7F7166; }
a.bas:visited { text-decoration: none; }

/* boutons et forms */
.form { font-size: 12px; }
.formc { font-size: 12px; text-align: center; }
.form_petit { font-size: 10px; }
.bouton	{ font-family: Verdana, Arial, sans-serif; color: #000000; font-size: 11px; background-color: #DFCEA9; }
.titreform { font-size: 13px; font-weight: bold; color: #FFFFFF; letter-spacing: 2px; text-align: left; border-bottom: 1px #fff dashed; }

ul  { list-style-image: url("/img/puce.png"); }

.rouge { color: #FF0000; }
.vert { color: #7F7166; }
.bleu { color: #DFCEA9; }
.noir { color: #000000; }
div.result { padding: 5px; border: 1px dotted #CCC; width: 500px; font-weight: bold; margin: auto;}
.disabled { color: #E7EBEF; }

/* paragraphes */
h1 { font-size: 17px; font-weight: bold; letter-spacing: 0.5px; color: #7F7166; margin-bottom: 10px; margin-top: 0px; text-align: right; text-transform: uppercase; }
h2 { font-size: 14px; font-weight: bold; color: #7F7166; margin-left: 20px; margin-bottom: 8px; margin-top: 20px; }
h3 { font-size: 12px; font-weight: bold; color: #7F7166; text-align: center; letter-spacing: 2px;}

.texte { font-size: 11px; color: #333333; text-align: justify; }
.petit { font-size: 9px; }
.notice { font-size: 9px; color: #7F7166; text-align: justify; letter-spacing: 1px; }

.kilom { font-size: 9px; color: #7F7166; text-align: justify; }

/* images rollover menu */
a.btnAccueil { display: block; width: 109px; height: 25px; background: url("/img/bouton_accueil.png") no-repeat; float:left; }
a.btnAccueil:hover { background: url("/img/bouton_accueil-over.png"); }
a.btnPresta { display: block; width: 109px; height: 25px; background: url("/img/bouton_prestations.png") no-repeat; float:left; }
a.btnPresta:hover { background: url("/img/bouton_prestations-over.png"); }
a.btnTarifs { display: block; width: 109px; height: 25px; background: url("/img/bouton_tarifs.png") no-repeat; float:left; }
a.btnTarifs:hover { background: url("/img/bouton_tarifs-over.png"); }
a.btnContact { display: block; width: 109px; height: 25px; background: url("/img/bouton_contact.png") no-repeat; float:left; }
a.btnContact:hover { background: url("/img/bouton_contact-over.png"); }
a.btnResa { display: block; width: 109px; height: 25px; background: url("/img/bouton_reservation.png") no-repeat; float:left; }
a.btnResa:hover { background: url("/img/bouton_reservation-over.png"); }

/* tarifs */
table.tarifs { border: 1px solid #7F7166; width: 290px; margin-left: 40px; margin-top: 10px; }
tr.tarifs { height: 20px; }
td.tarifsg { background: #DFCEA9; padding-left: 10px; }
td.tarifsd { color: #7F7166; text-align: center; vertical-align: middle; font-weight: bold; }