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: #999999;
}
a {
  color: blue;
  text-decoration: none;
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
.nodisplay {
  display: none;
}
.prec {
  float: left;
}
.suiv {
  float: right;
}
.navigation {
  text-align: center;
  padding: 5px;
}
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;
}
input[type="number"] {
  width: 60px;
}
.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: blue;
}
.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 {
  font-family: Timesnewroman;
  position: relative;
}
#shadow {
  position: absolute;
  width: 100%;
  background-image: url(/img/new_shadow.png);
  height: 80px;
  top: 503px;
  left: 0;
  z-index: -1;
  background-position: left top;
}
#logo {
  float: left;
  margin-top: 12px;
}
#header_container {
  width: 100%;
  background-image: url(/img/bg_header.png);
}
#header_container header {
  width: 1000px;
  margin: 0 auto;
  height: 90px;
  position: relative;
}
#header_container header #reservation {
  float: right;
  width: 325px;
  margin-top: 14px;
  position: relative;
}
#header_container header #reservation h2 {
  text-transform: uppercase;
  float: left;
  padding-left: 12px;
  padding-right: 20px;
  font-weight: 100;
  font-size: 16px;
  color: #14a860;
}
#header_container header #reservation form {
  width: 310px;
  overflow: hidden;
  color: #fff;
}
#header_container header #reservation form .date {
  float: left;
  width: 96px;
  margin-right: 17px;
  padding-left: 10px;
}
#header_container header #reservation form .horizontal_numerique {
  float: left;
  width: 68px;
  margin-right: 9px;
}
#header_container header #reservation form .horizontal_pers {
  float: left;
  width: 68px;
  margin-right: 9px;
}
#header_container header #reservation form .bouton {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 2px;
}
#header_container header #reservation form .bouton .reserver {
  border: none;
  background: none;
  float: left;
  background-image: url(/img/bouton_reserver.png);
  text-align: center;
  height: 18px;
  color: #fff;
  line-height: 15px;
  width: 49px;
  font-size: 13px;
  font-family: Arial;
  display: block;
  background-repeat: repeat-x;
}
#header_container header #Drapeaux {
  width: 50px;
  position: absolute;
  right: 0;
  top: 4px;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 53px;
  overflow: hidden;
  clear: both;
}
#bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#menu_container {
  width: 100%;
  background-image: url(/img/bg_menu.png);
  height: 29px;
  border-top: 2px solid #0b6c3d;
}
#menu_container #menu {
  width: 1000px;
  margin: 0 auto;
}
#menu_container #menu ul {
  width: 577px;
  float: left;
}
#menu_container #menu ul > li {
  float: left;
  display: block;
  padding-left: 9px;
  padding-top: 3px;
  position: relative;
  background-image: url(/img/bg_li.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  font-size: 18px;
  font-family: "Times New Roman";
}
#menu_container #menu ul > li:First-child {
  background: none;
}
#menu_container #menu ul > li.li_selected {
  background-image: url(/img/bg_menu_selected.png);
}
#menu_container #menu ul > li a {
  color: #fff;
  font-size: 18px;
  font-family: "Times New Roman";
  text-decoration: none;
}
#menu_container #menu #liens_right {
  width: 383px;
  float: right;
}
#menu_container #menu #liens_right span {
  width: 201px;
  padding-left: 9px;
  color: #fff;
  font-family: "Timesnewroman";
  font-size: 18px;
  background-color: #4d4e4d;
  display: block;
  height: 29px;
  float: right;
  line-height: 27px;
}
#menu_container #menu #liens_right a:First-child {
  display: block;
  width: 100px;
  height: 35px;
  background-image: url(/img/bg_actus.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
  margin-right: 1px;
  text-decoration: none;
}
#menu_container #menu #liens_right a {
  display: block;
  width: 71px;
  height: 35px;
  background-image: url(/img/bg_offres.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
  margin-right: 1px;
  text-decoration: none;
}
#Presentation_acc {
  margin-top: 19px;
  float: left;
  width: 341px;
  min-height: 186px;
  background-image: url(/img/bg_pres.png);
  position: relative;
}
#Presentation_acc #ecks {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 10;
}
#Presentation_acc .texte {
  color: #fff;
  padding-left: 10px;
  padding-top: 30px;
  font-family: "time new roman";
  font-size: 15px;
  font-weight: 100;
  padding-right: 13px;
}
#Presentation_acc .texte h1 {
  text-transform: uppercase;
}
#footer_container {
  clear: both;
  overflow: hidden;
  width: 100%;
  background-color: #999;
  border-top: 2px solid #0b6c3d;
  height: 53px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer_container #Adresse {
  text-align: center;
  font-family: "Timesnewroman";
  font-size: 15px;
  color: #fff;
}
#footer_container #Adresse a {
  color: #fff;
}
#footer_container #Pied {
  text-align: center;
  font-size: 13px;
  font-family: "Timesnewroman";
  color: #3b3b3b;
}
#footer_container #Pied a {
  color: #3b3b3b;
}
#footer_container #Pied .retrouver {
  color: #0b6c3d !important;
}
#footer_container #Ecom {
  text-align: center;
  font-size: 13px;
  font-family: "Timesnewroman";
}
#footer_container #Ecom a {
  color: #3b3b3b;
}
/*Liste*/#Presentation {
  padding-left: 10px;
  clear: both;
  overflow: hidden;
}
#Presentation #Ariane {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 10px;
}
#Presentation #Ariane a {
  color: #ccc;
}
#Presentation h1 {
  color: #14a860;
  font-size: 28px;
  padding-bottom: 6px;
  padding-top: 13px;
  font-weight: 100;
}
#Presentation .texte {
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
}
#Presentation .texte h3 {
  padding-right: 10px;
}
#Presentation .texte a {
  color: #fff;
  font-size: 15px;
}
#liste {
  overflow: hidden;
  clear: both;
}
#liste #right_titles {
  width: 199px;
  float: right;
  margin-left: 1px;
  position: relative;
}
#liste #right_titles h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
  background-image: url(/img/bg_h3.png);
  background-position: bottom left;
  background-color: #cdb3a5;
  line-height: 33px;
  width: 199px;
  position: relative;
  padding-left: 5px;
  font-weight: 500;
  min-height: 35px;
}
#liste #right_titles h3 a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding-right: 10px;
}
#liste article {
  width: 790px;
  min-height: 282px;
  float: left;
  background-color: #b2b2b2;
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: 10px;
  position: relative;
}
#liste article .photo {
  float: left;
  padding-left: 14px;
  padding-top: 5px;
}
#liste article .texte_liste {
  width: 353px;
  float: right;
  padding-right: 15px;
  color: #fff;
  font-size: 13px;
  font-family: Arial;
}
#liste article .texte_liste h2 {
  color: #0b6c3d;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 32px;
  font-weight: 500;
}
#liste article .texte_liste h2 a {
  color: #0b6c3d;
  font-size: 22px;
  text-decoration: none;
}
#liste article .texte_liste .detail {
  position: absolute;
  bottom: 10px;
  padding-left: 11px;
  right: 0px;
  display: block;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  width: 97px;
  height: 32px;
  background-image: url(/img/bg_consulter.png);
  background-repeat: no-repeat;
  text-decoration: none;
}
#liste article .texte_liste .reserver {
  position: absolute;
  bottom: 42px;
  right: 0px;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  width: 97px;
  height: 32px;
  background-image: url(/img/bg_reserver.png);
  background-repeat: no-repeat;
  padding-left: 11px !important;
  text-transform: capitalize;
  text-decoration: none;
}
/*Detail*/#tarifs {
  width: 594px;
  color: #FFF;
}
#detail {
  width: 789px;
  background-color: #b2b2b2;
  position: relative;
  float: left;
  margin-bottom: 17px;
}
#detail .photo {
  margin-left: 10px;
  margin-top: 7px;
}
#detail .texte_details {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 15px;
  padding-bottom: 50px;
  font-weight: 100;
}
#detail .texte_details h1 {
  color: #0b6c3d;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 8px;
}
#detail .texte_details h2 {
  padding-bottom: 8px;
}
#detail .texte_details p {
  padding-bottom: 8px;
}
#detail .texte_details a {
  color: #fff;
}
#detail .texte_details ul > li {
  list-style: disc inside ;
}
#detail .reserver {
  position: absolute;
  bottom: 16px;
  right: -2px;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  width: 97px;
  height: 32px;
  background-image: url(/img/bg_reserver.png);
  background-repeat: no-repeat;
  padding-left: 11px !important;
  text-transform: capitalize;
  text-decoration: none;
}
#right_titles {
  width: 210px;
  float: right;
}
#right_titles h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
  background-image: url(/img/bg_h3.png);
  background-position: bottom left;
  background-color: #cdb3a5;
  min-height: 35px;
  width: 200px;
  position: relative;
  padding-left: 5px;
  margin-bottom: 2px;
  text-align: center;
  font-weight: 500;
  line-height: 33px;
}
#right_titles h3 a {
  color: #fff;
  font-size: 14px;
}
#right_titles .h3_selected {
  background-image: url(/img/bg_h3_selected.png);
  font-size: 14px;
}
#right_titles .h3_selected a {
  color: #fff;
  font-size: 14px;
}
#tarifs {
  width: 568px;
  overflow: hidden;
  margin-bottom: 11px;
  margin-left: 10px;
}
/*Find etail*/.navigation {
  clear: both;
  overflow: hidden;
}
.navigation .retour {
  display: block;
  width: 124px;
  height: 20px;
  background-image: url(/img/bg_retour.png);
  background-repeat: no-repeat;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-family: Lato;
  margin: 0 auto;
}
#Formulaire #Texte_form {
  text-align: center;
  margin: 10px 10px;
  color: #fff;
}
#Formulaire #Texte_form h1 {
  font-size: 20px;
  font-weight: 500;
}
#Formulaire .creaFormulaire {
  width: 380px;
  margin: 0 auto;
  overflow: hidden;
  color: #FFF;
}
#Formulaire .creaFormulaire tbody tr td {
  text-align: center;
}
#Formulaire .creaFormulaire tbody tr td input, #Formulaire .creaFormulaire tbody tr td textarea {
  display: block;
  width: 200px;
}
#Formulaire .creaFormulaire tbody tr td select {
  display: block;
}
#Formulaire .creaFormulaire p {
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
}
#Formulaire .creaFormulaire p > label {
  float: left;
}
#Formulaire .creaFormulaire p > input, #Formulaire .creaFormulaire p > textarea, #Formulaire .creaFormulaire p > span {
  float: right;
  width: 200px;
  border: solid 1px #98c4df;
  /*border-bottom:solid 1px #79ccf2;
					border-right:solid 1px #79ccf2;*/
}
#Formulaire .creaFormulaire p span {
  border: none;
}
#Formulaire #Bouton input, #Formulaire #Bouton a, #Formulaire #Bouton form input {
  background: none;
  border: none;
  background-color: #17a35d;
  color: #fff;
  width: 126px;
  height: 32px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-right: 5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}
#Present {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
#Present .texte {
  color: #fff;
}
#plan ul {
  margin-left: 20px;
}
#plan ul a {
  color: #17a35d;
}
/*Responsive Design*/@media (min-width: 768px) and (max-width:1023px) {
  /*header*/
  header {
    width: 100% !important;
  }
  
  #logo {
    width: 60% !important;
  }
  #logo img {
    width: 100%;
  }
  
  #reservation {
    width: 40% !important;
  }
  
  .bouton {
    right: 0 !important;
  }
  
  /*Header*/
  /*Menu*/
  #menu {
    width: 100% !important;
  }
  #menu ul {
    width: 60% !important;
  }
  #menu ul li a {
    font-size: 14px !important;
  }
  #menu #liens_right {
    width: 40% !important;
  }
  #menu #liens_right span {
    width: 39% !important;
    font-size: 11px !important;
  }
  #menu #liens_right a {
    font-size: 14px !important;
    line-height: 28px;
  }
  
  #wrapper {
    width: 100% !important;
  }
  
  #liste #right_titles {
    width: 20% !important;
    float: right;
    margin-left: 1px;
    position: relative;
  }
  #liste #right_titles h3 {
    font-size: 10px !important;
    width: 100%;
  }
  #liste #right_titles h3 a {
    font-size: 12px !important;
  }
  #liste article {
    width: 78% !important;
  }
  #liste article .photo img {
    width: 300px;
    height: 210px;
  }
  #liste article .texte_liste {
    width: 40% !important;
  }
  #liste article .texte_liste h2 {
    color: #0b6c3d;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 32px;
    font-weight: 500;
  }
  #liste article .texte_liste h2 a {
    color: #0b6c3d;
    font-size: 18px !important;
    text-decoration: none;
  }
  
  /*Detail*/
  #detail {
    width: 78% !important;
  }
  #detail .photo img {
    width: 80% !important;
  }
  
  #right_titles {
    width: 22%;
  }
  #right_titles h3 {
    width: 97% !important;
  }
  
  /*Fin detail*/
  #footer_container {
    width: 100% !important;
  }
  
  #resa_responsive {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width:768px) {
  /*header*/
  header {
    width: 100% !important;
  }
  
  #logo {
    width: 60% !important;
  }
  #logo img {
    width: 100%;
  }
  
  #Drapeaux {
    right: 0 !important;
    width: 25px !important;
  }
  
  #reservation {
    width: 40% !important;
  }
  #reservation h2 {
    font-size: 8px !important;
  }
  #reservation form {
    width: 100% !important;
  }
  #reservation input[type="number"] {
    width: 20px !important;
  }
  #reservation label {
    font-size: 10px !important;
  }
  
  .bouton {
    right: 0 !important;
  }
  
  /*Header*/
  /*Menu*/
  #menu_container {
    height: 56px !important;
  }
  #menu_container #menu {
    width: 100% !important;
  }
  #menu_container #menu ul {
    width: 60% !important;
    text-align: center !important;
  }
  #menu_container #menu ul li {
    float: none !important;
    display: inline !important;
    background: none;
  }
  #menu_container #menu ul li a {
    font-size: 14px !important;
  }
  #menu_container #menu #liens_right {
    width: 40% !important;
    z-index: 100;
  }
  #menu_container #menu #liens_right span {
    font-size: 12px !important;
    float: none;
    width: 100% !important;
    text-align: center;
  }
  #menu_container #menu #liens_right a:First-child {
    background: none;
    background-color: #999;
    float: none;
    width: 100% !important;
  }
  #menu_container #menu #liens_right a {
    font-size: 14px !important;
    line-height: 28px;
    width: 100% !important;
    background: none;
    background-color: #666;
    float: none;
  }
  
  #Presentation {
    width: 100% !important;
  }
  #Presentation h1 {
    font-size: 25px !important;
  }
  #Presentation .texte {
    font-size: 14px !important;
    width: 97%;
  }
  
  /*Liste*/
  #liste #right_titles {
    width: 100%;
    float: none !important;
  }
  #liste #right_titles h3 {
    font-size: 10px !important;
    width: 100%;
  }
  #liste #right_titles h3 a {
    font-size: 10px !important;
    text-transform: capitalize !important;
  }
  #liste article {
    width: 100% !important;
  }
  #liste article .photo img {
    width: 200px;
    height: 200px;
  }
  #liste article .texte_liste {
    width: 45% !important;
  }
  #liste article .texte_liste h2 {
    color: #0b6c3d;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 32px;
    font-weight: 500;
  }
  #liste article .texte_liste h2 a {
    color: #0b6c3d;
    font-size: 18px !important;
    text-decoration: none;
  }
  
  /*Fin liste*/
  /*Detail*/
  #detail {
    width: 100% !important;
  }
  #detail .photo img {
    width: 95% !important;
    margin: 0 auto !important;
    height: 350px !important;
  }
  
  #right_titles {
    width: 100%;
    float: none !important;
  }
  #right_titles h3 {
    width: 100% !important;
  }
  
  #tarifs {
    width: 100% !important;
    margin: 0 !important;
  }
  
  /*Fin detail*/
  #wrapper {
    width: 100% !important;
  }
  
  /*Fin menu*/
  #footer_container {
    width: 100% !important;
  }
  
  #resa_responsive {
    display: none !important;
  }
}
@media (max-width:479px) {
  #resa_responsive {
    width: 80px;
    background-color: #b4b1aa;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
  }
  #resa_responsive .reserver {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Arial;
    background-color: #b4b1aa;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 28px;
  }
  
  /*header*/
  header {
    width: 100% !important;
  }
  
  #logo {
    width: 100% !important;
    float: none !important;
    margin-top: 0 !important;
  }
  #logo img {
    width: 100%;
  }
  
  #Drapeaux {
    right: 140px !important;
    top: 50px !important;
    width: 25px !important;
    display: block;
  }
  
  #reservation {
    width: 100% !important;
    float: none;
    display: none;
  }
  #reservation h2 {
    font-size: 8px !important;
  }
  #reservation form {
    width: 100% !important;
  }
  #reservation input[type="number"] {
    width: 20px !important;
  }
  #reservation label {
    font-size: 10px !important;
  }
  
  .bouton {
    right: 0 !important;
  }
  
  /*Header*/
  /*Menu*/
  #menu_container {
    margin-bottom: 15px !important;
    min-height: 190px !important;
    overflow: hidden;
  }
  #menu_container #menu {
    width: 100% !important;
  }
  #menu_container #menu ul {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #menu_container #menu ul li {
    border: none !important;
    background: none !important;
    padding-left: 0 !important;
  }
  #menu_container #menu ul li a {
    font-size: 14px !important;
  }
  #menu_container #menu ul .nth0 {
    float: left;
    width: 140px;
    text-align: center;
  }
  #menu_container #menu ul .nth1 {
    float: right;
    width: 140px;
    text-align: center;
  }
  #menu_container #menu #liens_right {
    width: 100% !important;
    margin-top: 10px !important;
  }
  #menu_container #menu #liens_right span {
    width: 39% !important;
    font-size: 11px !important;
  }
  #menu_container #menu #liens_right a {
    font-size: 14px !important;
    line-height: 28px;
  }
  
  #Presentation_acc {
    width: 100%;
  }
  
  #Presentation {
    width: 100% !important;
  }
  #Presentation h1 {
    font-size: 18px !important;
  }
  #Presentation .texte {
    font-size: 14px !important;
    width: 97%;
  }
  
  /*Liste*/
  #liste #right_titles {
    width: 100%;
    float: none !important;
  }
  #liste #right_titles h3 {
    font-size: 10px !important;
    width: 100%;
  }
  #liste #right_titles h3 a {
    font-size: 10px !important;
    text-transform: capitalize !important;
  }
  #liste article {
    width: 100% !important;
    margin: 0 !important;
  }
  #liste article .photo {
    float: none;
  }
  #liste article .photo img {
    width: 95% !important;
    height: 200px;
    display: block;
  }
  #liste article .texte_liste {
    width: 50% !important;
    margin-left: 10px;
    float: none;
    margin-bottom: 10px !important;
  }
  #liste article .texte_liste h2 {
    color: #0b6c3d;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 32px;
    font-weight: 500;
  }
  #liste article .texte_liste h2 a {
    color: #0b6c3d;
    font-size: 18px !important;
    text-decoration: none;
  }
  
  /*Fin liste*/
  /*Detail*/
  #detail {
    width: 100% !important;
  }
  #detail .photo img {
    width: 95% !important;
    margin: 0 auto !important;
    height: 350px !important;
  }
  
  #right_titles {
    width: 100%;
    float: none !important;
  }
  #right_titles h3 {
    width: 100% !important;
  }
  
  #tarifs {
    width: 100% !important;
    margin: 0 !important;
  }
  
  /*Fin detail*/
  #wrapper {
    width: 100% !important;
  }
  
  /*Fin menu*/
  #footer_container {
    width: 100% !important;
  }
  
  #Formulaire #Texte_form {
    text-align: center;
    margin: 10px 10px;
    color: #fff;
  }
  #Formulaire #Texte_form h1 {
    font-size: 20px;
    font-weight: 500;
  }
  #Formulaire .creaFormulaire {
    width: 320px;
    margin: 0 auto;
    overflow: hidden;
    color: #FFF;
  }
  #Formulaire .creaFormulaire tbody tr td {
    text-align: center;
  }
  #Formulaire .creaFormulaire tbody tr td input, #Formulaire .creaFormulaire tbody tr td textarea {
    display: block;
    width: 200px;
  }
  #Formulaire .creaFormulaire tbody tr td select {
    display: block;
  }
  #Formulaire .creaFormulaire p {
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
  }
  #Formulaire .creaFormulaire p > label {
    float: left;
  }
  #Formulaire .creaFormulaire p > input, #Formulaire .creaFormulaire p > textarea, #Formulaire .creaFormulaire p > span {
    float: right;
    width: 150px;
    border: solid 1px #98c4df;
    /*border-bottom:solid 1px #79ccf2;
  					border-right:solid 1px #79ccf2;*/
  }
  #Formulaire .creaFormulaire p span {
    border: none;
  }
  #Formulaire #Bouton input, #Formulaire #Bouton a, #Formulaire #Bouton form input {
    background: none;
    border: none;
    background-color: #17a35d;
    color: #fff;
    width: 126px;
    height: 32px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
