.chambre {
	position:relative;
	margin:20px;
}
.calendrier {
	width:670px;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
}
.calendrier.admin {
	float:none;
}
.legende {
	width:365px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid #CCC;
	float:left;
	padding:5px;
	font-size:12px;
}
.legende span {
	display:inline-block;
	width:15px;
	margin-right:5px;
}
#indisponible {
	background-color:#900;
}
#gferme {
	background-color:#DDD;
	background-image:url(/img/roa.png);
}
.sejour {
	float:left;
	width:375px;
	/*height:180px;*/
	margin-left:10px;
	border:1px solid #CCC;
}
.sejour > h4 {
	font-size : 14px;
	font-variant:small-caps;
	font-weight:bold;
	margin:0px;
	color:#FFF;
	background-color:#A8009E;
	padding:4px 0px;
	text-indent:10px;
}
.sejour > form {
	margin:10px;
}
.sejour > form > label {
	width:80px;
	margin-right:5px;
}
.sejour > form > button {
	border:none;
	background-color:#A8009E;
	width:100%;
	color:#FFF;
	padding:8px;
	cursor:pointer;
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
}
.sejour > form > button:hover {
	background-color:rgba(168,0,158,.5);
}
.select2-chosen {
	font-size:12px !important;
}
.note {
	font-size:10px;
	margin-bottom:4px;
}
.nom_ch {
	color:#FFF;
	background-color:#A8009E;
	padding:10px;
	border-radius:5px 5px 0px 0px;
	border:1px solid #CCC;
	border-bottom:none;
}
.nom_ch > * {
	color:#FFF;
	background-color:transparent !important;
	margin:0px;
	font-size:16px;
	font-variant:small-caps;
}
.navi-mois {
	float:left;
	width:32px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	background-size:20px;
}
.navi-mois.disabled {
	opacity:.4;
	cursor:not-allowed !important;
}

#go-droite.navi-mois{
	border-left:1px solid #CCC;
	background-image:url(/images/icones/FLD.png);
}
#go-gauche.navi-mois{
	background-image:url(/images/icones/FLG.png);
}
.navi-mois:hover {
	background-color:#EEE;
}

.calendrier > .mois {
	float:left;
	width:120px;
	border-right:none;
	border-left:1px solid #CCC;
}
.calendrier > .mois:first-child {
	border-left:none;
}
.calendrier > .mois > .titre-mois {
	text-align:center;
	padding:4px;
	border-bottom:1px solid #CCC;
	background-color:#A8009E;
	color:#FFF;
}
.jours {
	padding:4px;
	font-size:10px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
	
}
.jours:last-child {
	border:none;
}
.jours.fermes {
	background-color:#DDD;
	background-image:url(/img/roa.png);
	cursor:not-allowed !important;
}
.jours.select:hover {
	/*background-color:rgba(0,204,51,.5);
	background-image:url(/img/roa.png);*/
	background-color:#EEE;
}
.debut {
	background-image:url(/images/icones/calendrier.png);
	background-size:16px;
	background-repeat:no-repeat;
	background-position:right center;
}
.pas-possible {
	opacity:.5;
	cursor:not-allowed;
	background-color:#DDD !important;
	color:#000 !important;
}
.jours.indis {
	background-color:#900;
	color:#FFF;
}
.jours.indis.nc {
	cursor:not-allowed;
}
.ouverture {
	width:1060px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.ouverture .titre-o {
	border-bottom:1px solid #CCC;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#FFF;
	background-color:#A8009E;
	text-indent:15px;
	font-variant:small-caps;
}
#bt-ajoute-date {
	border:none;
	height:32px;
	padding:5px;
	color:#FFF;
	background-color:#A8009E;
	cursor:pointer;
	margin:5px;
}
#bt-ajoute-date:hover {
	opacity:.7;
}
.bt-supprime {
	border:none;
	height:25px;
	padding:2px;
	background:none;
	cursor:pointer;
}
.bt-supprime img {
	vertical-align:middle;	
}
h3 {
	font-size : 16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#800080;
}
article>hr {
	border:1px solid #CCC;
	border-top:none;
}
form#fSejour input {
	width:216px;
}
div#dialog-f {
	position:fixed;
	width:320px;
	height:200px;
	left:150%;
	top:50%;
	margin-left:-160px;
	margin-top:-100px;
	background-color:#FEFEFE;
	border:1px solid #CCC;
}
div#dialog-f div#content {
	text-align:center;
	font-size:12px;
	margin-top:50px;
}
div#dialog-f .titre-f {
	height:25px;
	line-height:25px;
	background-color:#A8009E;
	color:#FFF;
	text-indent:10px;
	font-weight:700;
	border-bottom:1px solid #CCC;
	font-size:12px;
	font-variant:small-caps;
}
.filter {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgb(0,0,0);
	opacity:.8;
}