
html { width:100%; height:100%; padding:0px; margin:0px; }
body { width:100%; height:100%; padding:0px; margin:0px; background-color:#4e2b1c; font-family:Helvetica, Lucida, Verdana; font-size:14px; color:#ffc20e;}


/* GLOBAL */
#main { position:absolute; top:0px; left:50%; width:900px; height:100%; margin-left:-450px; }
h1 { font-size:22px; font-weight:normal; }
h3 { padding-top:30px; outline:none; }
a:link { text-decoration:none; color:#ffe9a6; outline:none; }
a:visited {  text-decoration:none; color:#ffe9a6; border:none; outline:none; }
a:active { text-decoration:none; color:#da8607; outline:none; }
a:hover { text-decoration:none; color:#da8607; outline:none; }
a img { border:none; }

/* ACCUEIL */
.lang_flag { width:50px; height:25px; cursor:pointer; }
#lang_selected { width:100%; font-weight:bold; color:#fff; }

/* HEADER */
#header { position:absolute; top:0px; left:0px; width:900px; height:100px; }
#titre { position:absolute; bottom:0px; left:0px; cursor:pointer; }
#lang_selector { position:absolute; top:0px; right:0px; padding-top:15px; }
#menu { position:absolute; bottom:0px; right:0px; border-bottom:solid 1px #ffc20e; padding-left:20px; }

/* PAGE */
#page { position:absolute; top:100px; left:0px; width:900px; padding-top:30px; }
#page p { text-align:justify; }

/* LANG */
.fr { display:none; }
.en { display:none; }
.nl { display:none; }

/* FOOTER */
#footer { width:900px; height:30px; font-size:11px; border-top:solid 1px #ffc20e; }



/* GITES */
#gite_menu { width:100%; font-size:12px; margin-bottom:30px; text-align:right; }
.gite_bloc { width:860px; background-image:url('../img/texture_mur.png'); background-color:#704F41; border:solid 2px #ffc20e; padding:20px; }
.gite_titre { font-size:18px; font-weight:bold; color:#ffe9a6; padding-bottom:15px; }
.gite_desc { }
.gite_infos { font-style:italic; }

/* VISITS */
.accordion_panel { background-color:#663824; border:solid 1px #ffc20e; border-top:solid 2px #ffe9a6; margin-top:-16px; padding:20px; }
.accordion_panel li { padding-top:5px; padding-bottom:5px; }
