html,
body,
div,
p,
ul,
ol,
li,
form,
figure,
figcaption,
fieldset,
article,
h1,
h2,
h3,
h4,
section {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
}
/* HTML5 IE < 9, et Firefox < 4 */aside,
nav,
article,
section,
header,
footer,
address {
  display: block;
  zoom: 1;
}
html {
  color: black;
  background: white;
}
a {
  color: blue;
  text-decoration: none;
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
.nodisplay {
  display: none;
}
.prec {
  float: right;
}
.suiv {
  float: right;
}
.retour {
  background: none !important;
}
.navigation {
  text-align: center;
  padding: 5px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.navigation a {
  color: #000;
  /*display:block;
		float:left;
		margin-left:15px;*/
  text-decoration: underline;
  padding: 2px 3px;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.navigation a.selected {
  background-color: #FFF;
}
button {
  cursor: pointer;
}
p.date {
  position: relative;
  z-index: 500;
}
.date input[type="text"] {
  width: 96px;
  background: white url('/img/calendrier.png') no-repeat 74px center;
  border: 1px solid #aaa;
  padding: 2px 2px;
}
.texte {
  position: relative;
  color: black;
}
.texte p {
  margin-bottom: 1em;
}
.texte h1 a,
.texte h2 a,
.texte h3 a,
.texte h4 a,
.texte h5 a,
.texte h6 a {
  text-decoration: none;
}
.texte a {
  color: black;
  text-decoration: underline;
}
.texte a:hover {
  color: #A80609;
}
.texte li {
  display: list-item;
}
.texte ul li {
  list-style: disc inside;
}
.texte ol li {
  list-style: decimal inside;
}
nav.pagination {
  clear: both;
  text-align: center;
}
nav.pagination .next {
  float: right;
}
nav.pagination .prev {
  float: left;
}
#plan ul {
  list-style: disc inside;
}
#plan ul ul {
  list-style: square inside;
}
body {
  width: 100%;
  height: 100%;
  font-family: Verdana;
}
body .surflash {
  background-image: url(/img/surflash.png);
  width: 301px;
  height: 100%;
  position: absolute;
  top: 0;
}
body #surflash_left {
  left: 0;
  width: 370px;
}
body #surflash_right {
  right: 0;
  background-image: url(/img/surflash_r.png);
}
body #surflashNa {
  background-image: url(/img/bgsurflashNA.png);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body #reservation {
  position: absolute;
  top: 65px;
  background-image: url(/img/bgresa.png);
  height: 110px;
  /*height:83px;*/
  overflow: hidden;
  width: 300px;
  /* width:375px;*/
}
body #reservation h2 {
  float: left;
  margin-top: 5px;
  margin-left: 12px;
}
body #reservation form {
  display: block;
  float: right;
  width: 205px;
  position: relative;
  margin-top: 10px;
}
body #reservation form p label {
  color: #2b3337;
  font-size: 13px;
}
body #reservation form p.bouton button {
  background: none;
  border: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#wrapper header {
  position: relative;
  padding-bottom: 20px;
}
#wrapper header #menu > ul.nth1 {
  float: left;
}
#wrapper header #menu > ul.nth0 {
  float: right;
}
#wrapper header #menu > ul > li {
  display: block;
  background-image: url(/img/bglimenu.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  float: left;
  font-weight: bold;
  font-size: 13px;
  min-height: 13px;
  padding-top: 21px !important;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 12px !important;
  position: relative;
}
#wrapper header #menu > ul > li > a > img {
  display: block;
  margin-top: -3px;
}
#wrapper header #menu > ul > li.hover {
  background-color: #cbc8b7;
}
#wrapper header #menu > ul > li > a {
  color: #000;
}
#wrapper header #menu > ul > li .ssmenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 50;
  width: 167px;
  padding-right: 48px;
  padding-left: 12px;
  padding-top: 21px;
  background-image: url(/img/bgssmenu.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #afaa99;
}
#wrapper header #menu > ul > li .ssmenu li {
  margin-bottom: 18px;
}
#wrapper header #menu > ul > li .ssmenu li a {
  color: #000;
  font-size: 13px;
  font-weight: 100;
}
#wrapper header #menu #logo {
  float: left;
  width: 210px;
}
#wrapper header #info {
  float: right;
  width: 204px;
  margin-top: 8px;
}
#wrapper header #info .deroul {
  position: relative;
  margin-bottom: 7px;
}
#wrapper header #info .deroul .action {
  display: block;
}
#wrapper header #info .deroul .action.onclick {
  background-color: #d0cebc;
}
#wrapper header #info .deroul .action img {
  display: block;
}
#wrapper header #info .deroul .articles {
  display: none;
  background-color: #d0cebc;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 100;
  width: 100%;
}
#wrapper header #info .deroul .articles article {
  overflow: hidden;
  padding: 5px;
}
#wrapper header #info .deroul .articles article .photo {
  float: left;
}
#wrapper header #info .deroul .articles article .texte {
  float: right;
  width: 118px;
  padding-top: 23px;
}
#wrapper header #info .deroul .articles article .texte h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 100;
}
#wrapper header #info .deroul .articles article .texte h3 a {
  color: #3e3531;
}
#wrapper header #info .deroul .articles article .texte .detail {
  font-size: 12px;
  color: #a82d30;
  display: block;
  float: right;
  margin-top: 20px;
}
#wrapper header #presentation {
  position: absolute;
  left: 0;
  /* top:152px; */
  top: 179px;
  width: 203px;
  z-index: 500;
}
#wrapper header #presentation > a {
  display: block;
}
#wrapper header #presentation > a img {
  display: block;
}
#wrapper header #presentation #PresUp {
  background-image: url(/img/bgPresup.png);
  font-size: 12px;
  padding-top: 11px;
  padding-left: 8px;
  padding-right: 6px;
  padding-bottom: 20px;
  color: #000;
  display: none;
}
#wrapper #Drapeaux {
  text-align: center;
  margin-bottom: 45px;
  overflow: hidden;
  clear: both;
}
#wrapper #logo_part2 {
  margin-top: 25px;
}
#wrapper #main {
  padding-bottom: 125px;
}
#wrapper #footer {
  overflow: hidden;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wrapper #footer #Pied {
  text-align: center;
  width: 215px;
  float: left;
}
#wrapper #footer #Pied ul {
  width: 190px;
  margin: 0 auto;
}
#wrapper #footer #Pied ul li {
  border-bottom: solid 2px #FFF;
}
#wrapper #footer #Pied ul li a {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
}
#wrapper #footer #Adresse {
  float: left;
  background-image: url(/img/bgadresse.png);
  width: 765px;
  padding: 12px 10px;
  color: #FFF;
  font-size: 12px;
}
#wrapper #footer #Adresse .tel {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
#wrapper #footer #Adresse a {
  color: #FFF;
}
#wrapper #footer #Adresse #Ecom {
  clear: right;
  float: right;
}
#wrapper #Presentation #tit_rub {
  position: absolute;
  top: 170px;
  left: 49px;
  width: 275px;
  text-align: center;
  font-size: 25px;
  color: #a80609;
}
#wrapper #Presentation .texte {
  position: absolute;
  width: 335px;
  top: 60px;
  right: 32px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
#wrapper #liste {
  margin-top: 20px;
  margin-bottom: 20px;
}
#wrapper #liste article {
  overflow: hidden;
  padding: 10px 16px;
  border: solid 1px #d6d3c2;
  margin-bottom: 10px;
}
#wrapper #liste article .photo {
  float: left;
}
#wrapper #liste article .texte {
  float: right;
  width: 350px;
  margin-right: 97px;
  text-align: center;
  padding-top: 40px;
}
#wrapper #liste article .texte h2 {
  margin-bottom: 15px;
  font-weight: 100;
  color: #000;
}
#wrapper #detail {
  margin-top: 45px;
}
#wrapper #detail .texte {
  clear: both;
  overflow: hidden;
  font-size: 12px;
}
#wrapper #detail .texte h2 {
  width: 210px;
  padding-right: 15px;
  float: left;
  text-align: right;
  border-right: solid 1px #262623;
  font-weight: 100;
  font-size: 25px;
}
#wrapper #detail .texte .desc {
  width: 724px;
  float: left;
  padding-left: 21px;
}
#wrapper #detail .texte #liens_detail {
  float: right;
}
#wrapper #detail #Flash {
  position: relative;
  height: 406px;
  overflow: hidden;
}
#wrapper #detail .FlashCaption > * {
  display: block;
  position: absolute;
  bottom: 250px;
  z-index: 50;
}
#wrapper #detail .FlashCaption #car_back {
  left: 156px;
}
#wrapper #detail .FlashCaption #car_next {
  right: 156px;
}
#wrapper #Formulaire {
  margin-bottom: 20px;
  margin-top: 30px;
}
#wrapper #Formulaire #Texte_form {
  text-align: center;
  margin: 10px 10px;
  color: #000;
}
#wrapper #Formulaire #Texte_form h1 {
  font-weight: 100;
}
#wrapper #Formulaire #Texte_form #erreur {
  font-weight: bold;
  color: red;
}
#wrapper #Formulaire .creaFormulaire {
  width: 380px;
  margin: 0 auto;
  overflow: hidden;
  color: #000;
}
#wrapper #Formulaire .creaFormulaire tbody tr td {
  text-align: center;
}
#wrapper #Formulaire .creaFormulaire tbody tr td input, #wrapper #Formulaire .creaFormulaire tbody tr td textarea {
  display: block;
  width: 200px;
  border: solid 1px #A80609;
}
#wrapper #Formulaire .creaFormulaire tbody tr td select {
  display: block;
  border: solid 1px #A80609;
}
#wrapper #Formulaire .creaFormulaire p {
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}
#wrapper #Formulaire .creaFormulaire p > label {
  float: left;
}
#wrapper #Formulaire .creaFormulaire p > input, #wrapper #Formulaire .creaFormulaire p > textarea, #wrapper #Formulaire .creaFormulaire p > span {
  float: right;
  width: 200px;
  border: solid 1px #A80609;
  /*border-bottom:solid 1px #79ccf2;
						border-right:solid 1px #79ccf2;*/
}
#wrapper #Formulaire .creaFormulaire p span {
  border: none;
}
#wrapper #Formulaire #Bouton input, #wrapper #Formulaire #Bouton a, #wrapper #Formulaire #Bouton form input {
  background: none;
  border: none;
  background-color: #A80609;
  color: #FFF;
  width: 126px;
  height: 32px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-right: 5px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
}
#wrapper #plan {
  margin-top: 20px;
  margin-bottom: 10px;
}
#wrapper #plan a {
  color: #000;
  font-weight: 100;
}
#wrapper #plan ul li.Rub {
  font-size: 20px;
}
#wrapper #plan ul li.ssRub {
  font-size: 15px;
  padding-left: 20px;
}
.TA_excellent {
  float: right;
}
.adresse {
  float: left;
}
