/* --[ Global ]-- */
* {margin:0; padding:0}

html {
  background-color:#7a9d13; 
  width:100%; 
  font:12px Arial, helvetica, sans-serif;
  color:#000;
  line-height:18px;
}

.gris {color:#d5d5d5 !important}
.gris2 {color:#777 !important}
.vert {color:#93b925 !important}
.jaune {color:#cbe874 !important}

.right {float:right}
.left {float:left}
.clear {clear:both}

a {text-decoration:none; color:#68880c; font-weight:bold}
a.lien:hover {border-bottom:1px dotted #68880c}

img {border:none}
p {text-align:justify}
em {font-style:normal}

.photo-gauche {margin:0px 15px 5px 0px}
.photo-droite {margin:0px 0px 5px 15px}
.centre {text-align:center!important}
.font11 {font-size:11px}

.liste {background-color:#eef2e0; border:1px #d7dfbe solid; padding:15px; color:#4f6116; margin-bottom:15px}
.liste li {list-style:none; background-image: url(../img/interface/liste_puce.gif); background-position:0px 5px; padding-left:15px; background-repeat:no-repeat; margin-bottom:5px}

.cadre,.cadre-resto {background-color:#eef2e0; border:1px #d7dfbe solid; padding:10px; width:594px}
.cadre li,.cadre-resto li {list-style:none; background-image: url(../img/interface/liste_puce.gif); background-position:0px 5px; padding-left:15px; background-repeat:no-repeat; margin-bottom:5px}

.cadre-resto {padding:4px 10px 2px 10px; margin-bottom:5px}
.cadre-resto a {color:#1fa76c}
a.resto-loupe {color:#6d8e0d; display:block; height:19px; background-image: url(../img/ico_loupe.gif); background-repeat:no-repeat; background-position:right center}



#bandeau,#menu1,#menu2,#colonne-gauche,#menu2-gauche,#pied,#page-bas {display:none}



