/*
#EB6B22 -- orange
#343338 -- gris
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans);
html, body {
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background-image:url(../../images/deco_1.gif); 
	background-repeat:repeat;
	background-position:center;
	background-attachment:fixed;
	background-color:#FFFFFF;
	text-align:center;
	height: 100%;
}

/* Wrapper */
#wrap {
	max-width: 62.5em;
	margin:0px auto;
	min-height: 100%;
	background-color: #F9F9F9;
}
#headerTxt {
	font-size:36px;
	font-weight: bold;
	text-decoration:underline;
	margin-left:-400px;
	margin-top:40px;
	color:#fff;
}
#header {
	font-size:20px;
	color: #666666;
	background-image: url(../images/SoftCab.png);
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: center;
	height:120px;
}
#headerTxt1 {
	font-size:36px;
	padding-top:20px;
	color:#000;
	text-align:left;
}
#headerTxt2 {
	font-size:20px;
	color:#000;
	text-align:left;
}
	
/**********************************************************************************/
/* Navigation Bar */

div#navigation {
	height: 2.3125rem;
	width: 100%;
	border-top: solid #45444A 1px;
	border-bottom: solid #45444A 1px;
	background-color:#343338;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height:2.3125rem;
	white-space: nowrap;
}
div#navigation li {
	/*float: left;*/ 
	list-style-type: none;
	display: inline;
}
div#navigation li a {
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:0px;
	padding: 11px 15px 9px;
	color:#FAFAFA;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
div#navigation li a:hover {
	background-color:#464649;
}
	
/* Content Area */
#content {
	text-align:left;
	font-size:14px;
	color:#000000;
}
.smallbox {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: 37px;
	background-color:#fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
	
/* Footer */
#footer {
	height:54px;
	line-height:10px;
	padding-top:10px;
	font-size:12px;
	color:#FAFAFA;
	border-top: solid #45444A 1px;
	border-bottom: solid #45444A 1px;
	background-color:#343338;
}
a {
	color:#ED6F25;
	text-decoration:none;
}
a:hover {
	color:#DB6420;
}
#titres {
	background-color:rgba(255, 232, 218, 1);;	
}
	   
/**********************************************************************************/

input.submit {
	color: white;
	padding: 10px 20px;
	border: none;
	background: #ED8142;
	cursor: pointer;
	font-size: 100%;
	border: 1px solid #D76019;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin: 0;
}
input.submit:hover{
	background-color: #DF7132;
	border: solid 1px #CE6629;
}
input.button {
	padding: 10px 20px;
	border: none;
	background: #ED8142;
	cursor: pointer;
	font-size: 100%;
	border: 1px solid #D76019;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin: 0;
}
input.button:hover{
	background-color: #DF7132;
	border: solid 1px #CE6629;
}
.buttonAide{
	padding: 10px 50px;
	border: none;
	background: #ED8142;
	cursor: pointer;
	font-size: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin: 0;
}
.buttonAide:hover{
	background-color: #DF7132;
}
table{
    /*border-collapse: collapse;*/
    border-spacing: 0;
	width:100%;
	height:100%;
	margin-bottom:20px;
	padding:0px;
	border:1px solid #c6c6c6;
}
tr:nth-child(even){ background-color:#ffffff; }
td{
	vertical-align:middle;
	border:1px solid #c6c6c6;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-weight:normal;
	color:#000000;
}tr:last-child td{
	border-width:0px 1px 0px 0px;
}tr td:last-child{
	border-width:0px 0px 1px 0px;
}tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
tr:first-child td{
	border:0px solid #c6c6c6;
	text-align:center;
	border-width:0px 0px 1px 1px;
}
tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/**********************************************************************************/

.panel {
	clear: both;
	display: none;
	border: 1px solid #CCC;
	padding: 1em;
	background-color:#F9F9F9;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}
#tabs li {
	float: left;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #FAFAFA;
	text-decoration: none;
	color: #999999;
}
#tabs a.active-tab {
	background-color: #CCC;
	border-top: 1px solid #999;
	padding-top: 4px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid rgba(255,51,0,0.4);
}
input.validation-passed, textarea.validation-passed {
}
.validation-advice {
	padding: 5px;
	background-color: #FF4848;
	color : #FFF;
	margin-bottom: 20px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.form-row {
	clear: both;
}
.titreFieldSet {
	color: #ED8142;
	background-color: #F9F9F9;
}
label.wizard  {
	font-size: 18px;
	color : #FF3300;
}


/* Ajout du  09/10/2019 by Lou -------------------------------------------*/
/* Pour la mise en forme de la récap des reservations par mois */

.recap {
	background-color: white;
	padding: 10px;
	margin: 5px;
	border: solid 1px #C6C6C6;
	width: 100px;
	text-align: center;
	font-variant: small-caps;
	border-radius: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	position: static;
}

.recapAnne {
	font-size: 12px;
	color: grey;
}

.recapMois {
	font-size: 25px;
	color: #343338;
	font-weight: bold;
}

.recapNbr {
	font-size: 32px;
	color: #FAAF51;
	margin-top: 6px;
}

#recapClear {
	overflow: auto;
}
/* Fin de l'ajout du 08/10/2019 ------------------------------------------*/