@import "style_pictonav.css";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d5d7ce;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a{
	color:#FFFFFF;
}

.menuTop{
	background-image:url(../images/bg_top.gif);
	width:955px;
	height:174px;
	text-align:left;
}
.imgagePano{
	position:relative;
	width:955px;
	height:280px;
	margin:0px auto 0px auto;
}

.corpsBleu{
	width:955px;
	text-align:left;
	background-color:#283B97;
	clear:both;
}

.btMenu{
	height:24px;
	text-align:center;
	float:left;
	width:135px;
	border-left:1px #CCCCCC solid;
}
.btMenuOver{
	height:24px;
	background-color:#970F00;
	text-align:center;
	float:left;
	width:135px;
	border-left:1px #CCCCCC solid;
}


.lienMenu {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-top:5px;
}

.piedPage {
	margin-top:20px;
	width:955px;
}
.piedGauche{
	float:left;
	height:100px;
	width:640px;
}
.mentions{
	clear:both;
	text-align:left;
	padding:15px 0px;;
	font-size:10px;
	color:#999999;
}
.mentions a{
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
.mentions a:hover{
	font-size:10px;
	color:#999999;
	text-decoration:underline;
}

.piedDroit{
	float:right;
	height:100px;
	width:303px;
	background-image:url(../images/bg_sms.jpg);
	text-align:left;
}
.inputGSM{
	margin-left:25px;
	width:142px;
	height:22px;
	background:transparent;
	border:0px;
}

/*  SCROLLER */
.section{
	float:left;
/*  padding:5px 10px 0px 10px; */
	width: 955px;
}

#scroller {
	float:left;
	width: 955px;
	overflow: hidden;
/* border:#333333 1px solid;*/
}

#content {
	width: 6000px;
}
.imageSelected{
	margin:5px;
	height:140px;
	text-align:center;
}
.actif{
	margin:5px;
	height:140px;
	text-align:center;
}

/* FIN SCROLLER */

/******************Partie reservation ...******************/
#zoneReservation{
 position:absolute;
 z-index:1500;
 margin-top:20px;
 width:289px;
 height:237px;
 background:#B1B4BA;
 font-size:11px;
 overflow:hidden;
}

#contenuResa{
 /* display: none; */
 z-index:20;
 float:left;
 width:258px;
}

.resa1{
 padding-top:10px;
 height:49px;
 background:transparent url(../images/bg_resa_cadre1.gif) repeat-x left top;
}

.resa1Details1{
 float:left;
 text-align:left;
 padding-left:20px;
 width:108px;
}

.resa1Details2{
  float:left;
  text-align:left;
  padding-left:20px;
  width:108px;
}


.resa2{
 clear:both;
 height:76px;
 margin-top:20px;
 padding-right:25px;
 text-align:right;
 background:transparent url(../images/bg_resa_cadre2.gif) repeat-x left top;
}

.resa3{
 text-align:center;
 padding-top:10px;
 height:72px;
 background:transparent url(../images/bg_resa_cadre3.gif) repeat-x left top;
}

.barreResa{
 z-index:200;
 float:right;
 width:31px;
 height:237px;
 text-align:center;
 background:#FF9900 url(../images/resa_finOnglet.gif) no-repeat center bottom;
}

.inputResa, .inputResaNumber, .inputMessageResa{
 padding:3px;
 font-size:11px;
 color:#000;
 background-color:#FFF;
 border:1px #C7C8C7 solid;
 width:176px;
}
.inputResaNumber { width:20px;}


.buttonNbPer{
 width:20px;
 border:none;
 background-color:#888d97;
 color:#FFF;
}

.buttonResa{
 width:100px;
 border:1px solid #848484;
 background-color:#f0f0f0;
}

.petitTxtResa{
 margin-top:10px;
 font-size:10px;
}

.cursorFermeResa{
 cursor:pointer;
}

#messageFormResa{
 font-size:10px;
 width:100%;
 font-weight:bold;
 height:10px;
 padding-top:5px;
}

/**Calendrier **/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/mini_cal.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 70px;
	float: left;
}

.btReza {
	background-color:#FF9900;
}
.btReza a{
	color:#283B97;
	font-size:16px;
	text-decoration:none;
}
span.petitBlanc { font-size:10px; color:#f2f3f8;}
.barreOrangeResa { position:absolute; top:20px; left:0px;}
