body {
  font-family: arial, helvetica;
  font-size: 100%;
}
.col1{
  float: left;
  width: 150px;
}
.col2{
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 500px;
}
.col3{
  text-align: center;
  float: left;
  width: 150px;
  height: 110px;
  background-color: #f2f2f2;
  border: 1px solid black;
  vertical-align: middle;
}
.clear {
  clear: both;
}
h1 {
    color: #1a129e;
    font-size: 160%;
    font-weight: bold;
}
h2 {
    color: #1a129e;
    font-size: 280%;
    font-weight: bold;
    font-style: italic;
    font-family: comit sans ms, serif;
    text-align: center;
    text-decoration: underline;
}
h3 {
     color: #000000; /*#676767;*/
     font-size: 140%;
}
h4 {
    color: #c40000; 
}
dt {
    margin-top: 5px;
    color: #c40000;
    font-weight: bold;
}
.centre {
    text-align: center;
}
.droite {
    text-align: right;
}
.titre {
    background-color: #89c331;
    color: #ffffff;
    font-weight: bold;
    font-size: 110%; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;  
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px; /* pour Chrome */
    -webkit-border-top-right-radius: 5px; /* pour Chrome */ 
}
.detail {
  padding-left : 1em;
  padding-right : 1em;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: 1px solid #89c331;
  border-right: 1px solid #89c331;
  border-bottom: 1px solid #afafaf;
}
.datejour {
    font-size: 80%;
    font-weight: normal;
    color: #000000;
}
.prix {
    margin-top: 1em;
    font-weight: bold;
}
.pers {
    color: #676767;
    font-size: 85%;
    font-weight: normal;
}
.menu {
  font-weight: bold;  
}
.important {
    font-weight: bold;
    color: #c40000;
}
.reserver {
    margin-top: 1em;   
    -moz-box-shadow:inset 0px 1px 0px 0px #8a2a21;
    -webkit-box-shadow:inset 0px 1px 0px 0px #8a2a21;
    box-shadow:inset 0px 1px 0px 0px #8a2a21;    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a80000), color-stop(1, #ff2424 ));
    background:-moz-linear-gradient(top, #a80000 5%, #ff2424  100%);
    background:-webkit-linear-gradient(top, #a80000 5%, #ff2424  100%);
    background:-o-linear-gradient(top, #a80000 5%, #ff2424  100%);
    background:-ms-linear-gradient(top, #a80000 5%, #ff2424  100%);
    background:linear-gradient(to bottom, #a80000 5%, #ff2424  100%);
    background-color:#a80000;    
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    border:1px solid #d02718;
    display:inline-block;
    color:#ffffff;
    font-family:arial, helvetica;
    font-size:1em;
    font-weight:bold;
    padding:6px 11px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}
.reserver:hover
{    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff2424 ), color-stop(1, #a80000));
    background:-moz-linear-gradient(top, #ff2424  5%, #a80000 100%);
    background:-webkit-linear-gradient(top, #ff2424  5%, #a80000 100%);
    background:-o-linear-gradient(top, #ff2424  5%, #a80000 100%);
    background:-ms-linear-gradient(top, #ff2424  5%, #a80000 100%);
    background:linear-gradient(to bottom, #ff2424  5%, #a80000 100%);
    background-color:#ff2424 ;
}
.reserver:active {
    position:relative;
    top:1px;
}
form.formulaire {
    padding-top: 20px;
}
form.formulaire td {
    padding: 5px;
}
form.formulaire select{
    margin-top: 0.3em; 
    font-family: arial, helvetica;
    font-size: 100%;
}
#tabAdmin {
    font-size: 90%;
    margin:auto;
}
#tabAdmin th{
    vertical-align: middle;
    padding: 5px;
    background-color: #cebbac;
    /*font-size: 110%;*/
}
input[type=submit], input[type=reset], input[type=button]{
    padding:1px 5px 1px 5px;
}
#tabAdmin td {
    vertical-align: middle;
    padding: 1px 5px 1px 5px;
}

#galerie {
    margin:auto;
    margin-top: 30px;
    border-style: groove;
    border-width: 8px;
    border-color: #868179;
}
#galerie td{
    text-align: center;
    padding: 5px;
}
#galerie img {
    border: 5px solid #868179; 
}
.clair {
    background-color: #efeae4; /*#fff2f2;*/
}
.fonce {
    background-color: #ded1c7; /*#ffc6c6;*/
}
input, select, textarea {
    font-family: arial, helvetica;
    font-size: 100%;
    margin-bottom: 10px;    
}
.message-erreur{
    background: url(../images/false.png) 10px center no-repeat;
    padding: 0 0 0 30px;
    color: #ff5b5b;
    display: none;
}
.erreur{
    margin-top: 20px;
    margin-left: 40px;
    color: #c40000;
    font-weight: bold;
}
.info{
    margin-top: 10px;
    margin-left: 40px;
    color: #89c331;
    font-weight: bold;
}
.boutons{
    margin-left: 20%;
    margin-top: 20px;
}
.padding3{
    padding: 3px;
}
.margintop10{
    margin-top: 20px;
}
.marginleft200 {
    margin-left: 200px;
}
.clear {
    margin: 0px;
	clear: both;
}
#fenetre{
    width: 400px;
    height: 400px;
    background-color: #959493;
    border-style: groove;
    border-width: 3px;
    border-color: #000000;
    
}
.input {
	width: 250px;
	text-align: left;
	margin: auto;
}
form {
        margin-bottom: 10px;
}

.wrap {
	width: 800px;
	margin: auto;
}
.chat {
	margin: auto;
	width: 700px;
	height: 100%;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px 2px #A8208D;
	box-shadow: 0 0 3px 2px #A8208D;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #93BAB8;
}
.message {
	margin-left: 20px;
}