body{
	background-color: #f08116 !important;
}
body.modal{
	overflow: hidden;
}
.wrapfull{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
}
.wrapclassic{
	display: flex;
	justify-content: center;
	width: 100%;
}
#encart-centre{
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 2rem;
}
h1{
	font-size: 1.25rem !important;
	margin: 1rem 0 !important;
}


/********************************************************
OLD
********************************************************/
html,body,div,span,
applet,object,iframe,code,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*-----------------------------------------  INITIALISATION  -------------------------------------------*/
body {
	/*background: #f9f9f9;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#conteneur{
	width:900px;
	margin:auto;
}
#contenu {
	width: 830px;
	background-image:url(images/bg-contenu.png);
	padding:20px 33px 10px 33px;
}
.titreATR{
	font-size:24px;
	text-transform:uppercase;
	float:left;
	margin-right:10px;
}
h1{
	color:#f19807;
	font-size:24px;
	text-transform:uppercase;
}
h2{
	color:#f19807;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin:0;
	display:inline;
}
h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin:0;
	display:inline;
}
h4{
	color:#f19807;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	margin:0;
	display:inline;
}
h5{
	color:#f19807;
	font-size:11px;
	margin:0;
	display:inline;
}
h6{
	color:#666666;
	font-weight:bold;
	font-size:20px;
	margin:0;
	display:inline;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
a{
	color:#f19807;
	text-decoration:none;
	font-weight:bold;
}
strong{
	color:#f19807;
	font-weight:bold;
	}
/*-----------------------------------------  PROCESSING & MODAL  -------------------------------------------*/
#processing{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding:10px 20px 10px 20px;
	margin:auto;
	text-align:center;
	z-index:100;
}
#mask {
	background-color:#000;
	display:none;
	margin:0px;
	padding:0px;
	z-index:9999;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	position: fixed;
}
	#fiche{
		margin:auto;
		width:896px;
		height:500px;
		position:fixed;
		margin:auto;
		background-image:url(images/modal-reservation.png);
		background-repeat:no-repeat;
		display:none;
		z-index:10000;
	}
	#fiche_titre{
		width:480px;
		margin-left:160px;
		margin-top:35px;
	}
	#fiche_avertissement{
		margin:30px 0 0 100px;
		width:600px;
	}
	#verif_form{
		margin:20px 0 0 150px;
	}
	#fiche_mention{
		margin:190px 0 0 -50px;
		padding:10px;
		width:810px;
		background-color:#f9f9f9;
	}
	#fiche_pb{
		color:#F00 !important;
		margin-top:10px !important;
		font-size:11px !important;
	}
#process_ajout{
	padding: 40px 20px;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	display:none;
	top:0px;
	right:0px;
	position:fixed;
	margin:auto;
	text-align:center;
	z-index:10000;
	background-color:#f19807;
}
/*-----------------------------------------  HEADER  -------------------------------------------*/
#header{
	width:896px;
	height:180px;
}
#header-diapo{
	width:896px;
	height:180px;
	position:absolute;
	z-index:1;
}
#header-logo{
	width:150px;
	height:120px;
	position:absolute;
	z-index:10;
	margin:10px 0 0 50px
}
#header-visuel{
	width:280px;
	height:140px;
	position:absolute;
	z-index:10;
	margin:0 0 0 450px;
}
.separation{
	width:630px;
	float:left;
	margin:5px 0 8px 0;
}
/*-----------------------------------------  ENCART HAUT  -------------------------------------------*/
.encart-haut{
	width:830px;
	background-color:#f2f2f2;
	height:100px;
	margin:10px 0;
}
.encart-haut-texte{
	position:absolute;
	margin:50px 0 0 500px;
	width:300px;
	text-align:right;
	color:#f19807;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
/*-----------------------------------------  GAUCHE  -------------------------------------------*/
#encart-gauche{
	width: 180px;
	margin:15px 0;
	background-color:#f9f9f9;
	float:left;
}
.encart-gauche-fleche-haut{
	width:45px;
	height:37px;
	padding-left:15px;
}
.encart-gauche-fleche-bas{
	width:45px;
	height:37px;
	padding-left:120px;
}
.encart-gauche-contenu{
	width:150px;
	padding:15px;
}
.encart-gauche-contenu p{
	text-align:justify;
}
.encart-gauche-lien{
	text-align:right;
	margin-top:10px;
}
/*-----------------------------------------  DROITE  -------------------------------------------*/
#encart-droite{
	width: 630px;
	margin:15px 0px 15px 20px;
	float:left;
	text-align:justify;
}
#encart-droite ul {
}
#encart-droite li {
	list-style-type: circle;
	margin-left:20px;
}
.sous-liste{
	margin-left:40px;
}
/*-----------------------------------------  CENTRALE  -------------------------------------------*/
#encart-centre{
	width: 830px;
	margin:15px 0px 15px 0px;
	float:left;
}
/*--------------------------------  DROITE - Module Actualité  ----------------------------------*/
.actualite{
	width: 630px;
	float:left;
}
.actualite-photo{
	width:100px;
	float:left;
}
.actualite-titre{
	width:515px;
	float:left;
	margin-left:15px;
}
.actualite-titre-ssphoto{
	width:615px;
	float:left;
}
.actualite-date{
	width:515px;
	float:left;
	margin-left:15px;
	font-style:italic;
}
.actualite-date-ssphoto{
	width:615px;
	float:left;
	font-style:italic;
}
.actualite-texte{
	width:515px;
	float:left;
	margin:8px 0 0 15px;
	text-align:justify;
}
.actualite-texte-ssphoto{
	width:615px;
	float:left;
	margin:8px 0 0 0;
	text-align:justify;
}
.actualite-bouton{
	width:630px;
	float:left;
	margin:5px 0 0 0;
	text-align:right;
}
/*---------------------------------  DROITE - Module Agenda  -----------------------------------*/
td.orange{
	background-image:url(images/tableau/orange.gif);
	background-repeat:no-repeat;
	height:30px;
	cursor:pointer;
	text-indent:0px;
}
td.rouge{
	background-image:url(images/tableau/rouge.gif);
	background-repeat:no-repeat;
	height:30px;
	text-indent:0px;
}
td.noir{
	background-image:url(images/tableau/noir.gif);
	background-repeat:no-repeat;
	height:30px;
	text-indent:0px;
}
td.gris{
	background-image:url(images/tableau/stripe-gris.png);
	background-repeat:repeat;
	height:30px;
	border:solid 1px #e7e7e7;
	border-left:none;
	text-indent:0px;
}
table.agenda-jour{
	background-color:#e7e7e7;
	float:left;	
	height:30px;
	margin-top:20px;
}
th.agenda-jour{
	text-align:center;
	border:solid 1px #ffffff;
	border-left:none;
}
table.agenda-heure{
	float:left;
	background-color:#e7e7e7;
}
th.agenda-heure{
	text-align:center;
	height:30px;
	border:solid 1px #ffffff;
	border-left:none;
}
table.agenda-planning{
	float:left;
}
th.agenda-planning{
	text-align:center;
	height:30px;
	background-color:#e7e7e7;
	border:solid 1px #ffffff;
	border-left:none;
}
th.agenda-planning-hoy{
	text-align:center;
	height:30px;
	background-color:#666;
	color:#FFF;
	border:solid 1px #ffffff;
	border-left:none;
}
td.agenda-planning{
	text-align:center;
	height:30px;
	border:solid 1px #e7e7e7;
	border-left:none;
	cursor:pointer;
	text-indent:0px;
}
table.agenda-legende{
	height:30px;
}
.agenda-nav-prec{
	height:25px;
	float:left;
	vertical-align:middle;
	margin-bottom:20px;
	margin-top:10px;
}
.agenda-nav-suiv{
	height:25px;
	float:left;
	margin-left:540px;
	margin-bottom:20px;
	margin-top:10px;
}
img.alignement{
	vertical-align:middle;
	cursor:pointer;
}
/*---------------------------------  DROITE - Liens  -----------------------------------*/
.lien-nom{}
.lien-url{
	margin-bottom:10px;
	font-style:italic;
}
.lien-description{
	text-align:justify;
}
.lien-separation{
	width:830px;
}
/*-----------------------------------------  FOOTER  -------------------------------------------*/
#footer-bg {
	width: 896px;
	background-image:url(images/bg-footer.png);
	height:10px;
}
#footer{
	width: 896px;
	margin-top:10px;
	font-size:10px;
	color:#c7c7c7;
	text-align:center;
}
#footer-credit{
	width: 896px;
	margin:10px 0;
	font-size:10px;
	color:#c7c7c7;
	text-align:center;
}
#footer-contact{
	width: 896px;
	background-image:url(images/bg-contact.png);
	height:20px;
	padding:17px 0 13px 0;
	text-align:center;
	color:#FFF;
}
/*-----------------------------------------  NAVIGATION  -------------------------------------------*/
ul#navigation {
	height: 35px;
	width: 900px;
	margin: 145px auto 0 auto;
	position: relative;
	overflow: hidden;
	z-index:100;
	position:absolute;
}
ul#navigation li {
	float: left;
	width: 145px;
	margin: 0 5px 0 0px;
	position: relative;
	z-index: 1;
}
ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li a:link, ul#navigation li a:visited {
	display: block;
	text-align: center;
	width: 145px;
	height: 50px;
	line-height: 36px;	
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	outline: none;
	float: left;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	padding-top:5px;
}

ul#navigation li a:hover {
	background-image:url(images/menu-hover.png);
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:5px;
}
ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #666666;
	background-image:url(images/menu-select.png);
	background-repeat:no-repeat;
	padding-top:0px;
}

/*-----------------------------------------  SLIDER  -------------------------------------------*/
.slideshow {
	margin: auto; float:left;
}
.slideshow img {
	float:left;
}
/*-----------------------------------------  SURVOL CARTE  -------------------------------------------*/
.tooltip{width:200px;padding:5px;font-size:11px;color:#666;background:#fff;}
.tooltip p{margin:0;text-align:justify;}
#tooltip_1{z-index:100000;}
/*-----------------------------------------  ESPACE CLIENT  -------------------------------------------*/
.deconnct{
	text-align:right;
}
	.deconnct a{
		font-weight:bold;
		text-decoration:none;
	}
#espaceclient-cadre{
	width:490px;
	margin:0px auto;
}
.espaceclient-btn1{
	width:200px;
	float:left;
	margin-right:50px;
	text-align:justify;
}
.espaceclient-btn2{
	width:200px;
	padding:0px 20px;
	float:left;
	text-align:justify;
}
.my_resa{
	margin-top: 3rem;
}
.my_resa h2.titre_my_resa{
	font-size: 16px;
	display: block;
	margin-bottom: 1rem;
}
/*-----------------------------------------  AFFICHAGE AJOUT/MODIF/SUPPR  -------------------------------------------*/
.message_ok{
	color:#3eb703;
	font-weight:bold;
}
.message_error{
	color:#a10505;
	font-weight:bold;
}
/*-----------------------------------------  BOUTONS  -------------------------------------------*/
.btn_valider {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-valider.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_valider_validate {
	width:110px;
	height:22px;
	background-image:url(images/btn/btn-valider-validate.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_retour {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-retour.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_retour_back {
	width:100px;
	height:22px;
	background-image:url(images/btn/btn-retour-back.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_afficher {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-afficher.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_modifier {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-modifier.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_supprimer {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-supprimer.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_supprimer_delete {
	width:110px;
	height:22px;
	background-image:url(images/btn/btn-supprimer-delete.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_annuler {
	width:65px;
	height:22px;
	background-image:url(images/btn/btn-annuler.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn_annuler_cancel {
	width:110px;
	height:22px;
	background-image:url(images/btn/btn-annuler-cancel.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
.btn-activite{
	background-image:url(images/btn-activite.gif);
	background-repeat:repeat-x;
	height:25px;
	float:left;
	margin-right:5px;
	color:#FFF;
	padding:5px 8px 0 8px;
}
.btn-activite-dernier{
	background-image:url(images/btn-activite.gif);
	background-repeat:repeat-x;
	height:25px;
	float:left;
	color:#FFF;
	padding:5px 8px 0 8px;
}
.btn-activite-hover{
	background-image:url(images/btn-activite-hover.gif);
	background-repeat:repeat-x;
	height:25px;
	float:left;
	margin-right:5px;
	color:#FFF;
	padding:5px 8px 0 8px;
	font-weight:bold;
}
.btn-activite-dernier-hover{
	background-image:url(images/btn-activite-hover.gif);
	background-repeat:repeat-x;
	height:25px;
	float:left;
	color:#FFF;
	padding:5px 8px 0 8px;
	font-weight:bold;
}