/* CSS Document */
* {
margin:0px;
padding:0px;
}

body {
background: #EDEDED;
font-family:Arial;
}

.global
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/fond_reservation.jpg);
	height:595px;
	border: #000 1px solid;
	border-top: none;

}

a {
text-decoration:none;
}

h2 {
color:#C00101;
font-size:14px;
}

/*  styles de la bannière */
.banniere {
position:relative;
height: 135px;
width:990px;
}

.img_banniere {
float:left;
width: 590px;
}

.img_G {
float:left;
margin-left:20px;
margin-top:15px;
color:#666666;
font-size:12px;
text-align:center;
}

a.salon_prive{
color:#666666;
text-decoration:underline;
} 

.img_D {
float:right;
}

.accroche {
color:#C00101;
height: 100px;
width: 330px;
float: right;
text-align:center;
margin-top:25px;
margin-right: 25px;
font-size:14px;
}


/* Styles du cadre de réservation */

.reservation {
position:relative;
height:150px;
width:990px;
background-image:url(../images/cadre_reservation.jpg);
background-repeat:no-repeat;
}

label {
font-size:12px;
line-height: 12px;
}

.reservation_G{
float:left;
width:360px;
padding-left:100px;
margin-top:45px;
}

.date{
margin-bottom:10px;
font-size:12px;
line-height: 11px;
}

.champ {
margin-left:10px;
margin-right:10px;
}

.reservation_D{
float:right;
width:380px;
margin-right:100px;
padding-left:25px;
margin-top:40px;
}

.resa_D_haut {
width:350px;
height: 40px;
margin-bottom:15px;
}

.boutons {
width:215px;
float:right;
margin-top:6px;
height:20px;
}


.type_resa {
font-size:12px;
width:130px;
float:left;
margin-top:7px;
line-height: 14px;
}

.pers {
margin-top:7px;
}

.nb_pers{
font-size:12px;
width:140px;
float:left;
line-height: 14px;
}

.bt_pers {
margin-top:6px;}

/* Styles des données client */

.donnees_client {
margin-top:6px;
height:256px;
width:990px;
}

.donnees_G {
width:500px;
float:left;
}

h2.titre_coordonnees {
margin-left:50px;
color:#C00101;
font-size:14px;
}

.tab_coordonnees {
margin-left:10px;
text-align:right;
float:right;
width:480px;
border:none;
}

.col_1 {
width:160px;
}

.col_3 {
width:120px;
}


.chp_tab {
width: 111px;
}

.chp_adresse {
width:360px;
height: 70px;
}

.chp_mail {
width:359px;
}

.donnees_D{
width:475px;
float:right;
}

.donnees_D_haut{
margin-bottom:10px;
margin-top:6px;
width:470px;
}

.donnees_D_bas{
width:470px;
}

.chp_adresseF {
margin-top: 7px;
height: 55px;
width: 400px;
}

.num_F {
width:475px;
height: 50px;
}

.telF {
width:220px;
float:left;
margin-top:8px;
}

.chp_telF {
float:right;
width:190px;
margin-top: 10px;
margin-bottom:10px;
margin-right:30px;
}

.champ_telF {
margin-top: 5px;
}

/* bouton réserver */
.reserver {
height:46px;
}

.btn-reserver {
margin-left:auto;
margin-right:auto;
text-align:center;
width:99px;
height:46px;
}

h3 {
margin-right:auto;
margin-left:auto;
font-size:16px;
color:#FF8400;
}

input.submit {
	border:none;
	font-size:16px;
	color:#FF8400;
	font-weight:bold;
	background:url(../images/btn-reservation.jpg);
	width:99px;
	height:44px;
	padding-bottom:2px;
	cursor:pointer;
}

/* message : la réservation est enregistrée*/

.msg_resaOK {
width:800px;
margin-top: 100px;
margin-left:auto;
margin-right:auto;
text-align:center;
}