/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
	width:1024px;
	}

.content_top {
	width:1024px;
	height:225px;
	margin:5px auto 10px auto;
	background-image:url(../Images/fond_site.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}	

.presentation{
	height: 105px;
	}

.logo {
	margin-left:  50px;
	float: left;
	}

.txtadmin {
	margin: 45px 0 10px 50px;
	float: left;
	color:CHOCOLATE;
	font-size: 25px;
	}
	
.user_cnx {
	float: left;
    margin: 45px 0 0 51px;
    font-size: 23px;
    color: #5ab0e2;	
	}
	
.bandeau {
	letter-spacing:0.5em;
	height:2px;
	background-color: #19485c;
	z-index:0;
	}

.tableau_fond{
	margin: 0 auto 30px auto;
	width:990px;
	height:920px;
	background-color:#f0f0f0;
	border: 1px solid #1cbbb4;
    border-radius: 1em;
    box-shadow: black 5px 5px 5px;
	}

.tableau_fond_anl{
	margin: 0 auto 30px auto;
	width:990px;
	height:290px;
	background-color:#f0f0f0;
	border: 1px solid #1cbbb4;
    border-radius: 1em;
    box-shadow: black 5px 5px 5px;
	}

.tableau_fond_21 {
	margin: 0 auto 30px auto;
	width:990px;
	height:860px;
	background-color:#f0f0f0;
	border: 1px solid #1cbbb4;
    border-radius: 1em;
    box-shadow: black 5px 5px 5px;
	}

.tableau_fond_fev {
	margin: 0 auto 30px auto;
	width:990px;
	height:auto;
	background-color:#f0f0f0;
	border: 1px solid #1cbbb4;
    border-radius: 1em;
    box-shadow: black 5px 5px 5px;
	}

.tableau_fond_plus{
	margin: 0 auto 30px auto;
	width:990px;
	height:1040px;
	background-color:#f0f0f0;
	border: 1px solid #1cbbb4;
    border-radius: 1em;
    box-shadow: black 5px 5px 5px;
	}
	
.titre {
	margin:5px;
	color: #1cbbb4;
    text-align: center;
    font: 26px/1.25em "Arial",undefined;	
	}
	
.titre_anl {
	margin:5px;
	color: #1cbbb4;
    text-align: center;
    font: 24px/1.25em "Arial",undefined;	
	}
	
.titre_anl2 {
	margin:5px;
	color: red;
	font-weight:bold;
    text-align: center;
    font: 18px/1.25em "Arial",undefined;	
	}
	
.img_flg {
	float:left;
	padding-left:30px;
	background-image:url(../../Images/flg2.png);
	background-repeat:no-repeat;
	background-position:30px 0px;
	}	
	
.img_fld{
	float:right;
	padding-right:30px;
	background-image:url(../../Images/fld2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;	}
	
img:hover {
	-moz-opacity:0.2;
	opacity: 0.2;
	filter:alpha(opacity=2);
	 }

.container {
    display: flex;
    justify-content: space-between;
	padding:0 10px;
	}
	
.jour_php {
	width: 150px;
    text-align: center;
    box-shadow: 0px 5px 5px rgba(50,50,50,1);
    border: 2px solid #d8691e;
	font-size: 16px;
    padding: 4px;
	}	
	
.cadres_6 {
	margin-top:6px;
    display: flex;
    justify-content: space-between;
    font-family: 'Arial';
	padding:0 15px;
	height:auto;
	}

.cadre_seul_fev {
	width:145px;
	height:auto;
	text-align:center;
	background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
	border-right:outset;
	border: 1px solid #1cbbb4;
	}	

.cadre_seul {
	width:145px;
	height:460px;
	text-align:center;
	background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
	border-right:outset;
	border: 1px solid #1cbbb4;
	}	

.cadre_seul_21 {
	width:145px;
	height:400px;
	text-align:center;
	background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
	border-right:outset;
	border: 1px solid #1cbbb4;
	}	

.cadre_seul_plus {
	width:145px;
	height:585px;
	text-align:center;
	background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
	border-right:outset;
	border: 1px solid #1cbbb4;
	}	
	
h3 {
	margin:8px 0 0 0;
	margin-top:8px;
	color: #1cbbb4;
    text-align: center;
    font-size: 24px;
    font-family: 'Arial';
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(50,50,50,1);    }
	
h4 {
	margin: 6px 0px;
	color: black;
    text-align: center;
    font-size: 14px;
    font-family: 'Arial';
	font-weight: normal;
    }
	
.exposant {
	vertical-align : super;
	font-size:10px;
	}
	
.img_cadre {
	width:130px;
	border-radius:10px;
	}	
	
.img_cadre:hover {
	-moz-opacity:10;
	opacity: 10;
	filter:alpha(opacity=100);
	}

.txt_heure {
	text-align:left;
	font-size:12px;
	margin:4px 10px;
	color: #d114d4;	
	}
	
.btn_pris {	
    text-align: center;
    margin: 3px 12px;
    width: 80px;
    height: 18px;
    padding: 5px 20px 3px 20px;
    float: left;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: grey;
    text-shadow: 2px 1px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}
	
.btn_reserver {	
    text-align: center;
    margin: 3px 12px;
    width: 80px;
    height: 18px;
    padding: 5px 20px 1px 20px;
    float: left;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #329c97;
    text-shadow: 2px 1px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}
	
.btn_reserver0 {	
    text-align: center;
    margin: 3px 12px;
    width: 80px;
    height: 18px;
    padding: 5px 20px 3px 20px;
    float: left;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #329c97;
    text-shadow: 2px 1px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}
	
.btn_reserver1 {	
    text-align: center;
    margin: 3px 12px;
    width: 80px;
    height: 18px;
    padding: 5px 20px 3px 20px;
    float: left;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #db8e33;
    text-shadow: 2px 1px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}
	
.btn_reserver:hover {
    background-color: #d2691e;
	}
	
.btn_reserver0:hover {
    background-color: #d2691e;
	}
	
.btn_reserver1:hover {
    background-color: #d2691e;
	}
	
.btn_reserver:active {
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    border-bottom: 1px solid;
	}
	
.btn_reserver0:active {
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    border-bottom: 1px solid;
	}
	
.btn_reserver1:active {
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    border-bottom: 1px solid;
	}

.slots_dash {
	float:none;
	border-top: 1px dashed#1cbbb4;
	margin: 45px 10px 5px 10px;
	}

.txt_donnees, .txt_donnees_red, .txt_don_titre, .txt_don_titre_red, .txt_don_titre2 {
	padding:0 15px;
	font-size:12px;
	text-align:justify;
	margin:5px;
	}
	
.txt_donnees_red, .txt_don_titre_red {
	color:red;
	}
	
.txt_don_titre, .txt_don_titre_red {
	font-weight:bold;
	margin-top:20px;	
	}
	
.txt_don_titre2 {
	font-weight:bold;
	margin-top:10px;	
	}
	
.div_vide {
	width: 500px;
    margin: 40px auto;
    height: 60px;
    padding: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
    border-right: outset;
    border: 1px solid #1cbbb4;	
	}
	
.div_maintennace {
	width: 600px;
    margin: auto auto;
    height: 160px;
    padding: 20px;
    font-weight: bold;
    margin-top: 30px;
	margin-bottom:50px;
    text-align: center;
    background-color: #ececec;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
    border-right: outset;
    border: 1px solid #1cbbb4;	
	}
	
.cadre_enreg {
	width: 500px;
    margin: 0 auto;
    height: 370px;
    padding: 0 5px;
    font-weight: bold;
    margin-top: 150px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
    border-right: outset;
    border: 1px solid #1cbbb4;
	}

.titre_croix{
	margin: 10px 10px 0 100px;	
	}
	
.titre_enr {
	float:left;
	color: #1cbbb4;
    text-align: center;
    font: 24px/1.25em "Arial",undefined;	
	margin: 0 0 5px 0;	
	}

.exit_enr{
	float:right;
	width:25px;
	padding-top:8px;
	}

.jour_enr {
	clear:left;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    font-style: italic;
	padding-left:20px;
	margin:5px 0;
	}
	
.form_enr {
	padding: 0 5px;
	}	
	
.table_enr {
	border: 0;
  	border-collapse : collapse;
	border: 2px solid white;
	border-collapse: collapse;
	}
	
td {
	border: 1px solid white;
	font-size:14px;
	line-height:30px;
	text-align:left;
	font-weight:normal;
	}
		
.input_enr {
	width:100%;
	padding:2px 10px;
    background: white;
    border: 1px solid #1cbbb4;
    border-radius: 5px;
    box-shadow: 0 -4px 9px -4px #ccc inset;
	line-height:20px;	}
	
.btn_enr_reserver {	
    text-align: center;
    margin: 5px 13px;
    width: 170px;
    height: 30px;
    padding: 3px 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #329c97;
    text-shadow: 0px -2px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}
	
.btn_enr_reserver:hover {
	opacity:80%;
	}

.td_enr_droite{
	text-align:center;
	}
	
	
.cadre_reserve {
	width: 460px;
    margin: 0 auto;
    height: 265px;
    padding: 0 25px;
    font-weight: bold;
    margin-top: 150px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(50,50,50,1);
    font-family: 'Arial';
    border-right: outset;
    border: 1px solid #1cbbb4;
	}

.titre_reserve {
	text-align:center;
	color: #1cbbb4;
    font: 24px/1.25em "Arial",undefined;	
	margin: 15px 0 0 0;	
	}

.slots_dash2 {
	float:none;
	border-top: 1px dashed#1cbbb4;
	margin: 18px 10px 15px 10px;
	}

.btn_res_reserver {	
    text-align: center;
    width: 300px;
    height: 30px;
    padding: 5px 50px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background-color: #329c97;
    text-shadow: 0px -2px #000000;
    box-shadow: 3px 3px 5px rgba(50,50,50,1);
	}

.img_reset{
	float:left;
	margin:8px 0 0 395px;
	}
	
.autre_rdv{
	margin: 21px auto 0 auto;
    color: red;
    font-size: 16px;
    font-weight: bold;	}
	
.cel_anl{
	text-align:	center;
	border:0px;
	font-size: 16px;	
	}	
	
.table_anl {
	border: 0;
  	border-collapse : collapse;
	border: 1px solid black;
	border-collapse: collapse;
	border: 1px solid #1cbbb4;
    box-shadow: black 5px 5px 5px;
	}
		
.input_enr {
	width:100%;
	padding:2px 10px;
    background: white;
    border: 1px solid #1cbbb4;
    border-radius: 5px;
    box-shadow: 0 -4px 9px -4px #ccc inset;
	line-height:20px;	}
	
.cr1 {
	margin:0 auto;
    background-color: #CFC;
	border: 1px solid #1cbbb4;
	}

.button_modif {
	position: relative;
	background-color: #f39c12;
	border: none;
	padding: 5px 20px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	font-size:18px;
	margin:0 30px 0 30px;
	color:#fff;
	}

.button_modif:hover{
   background:#fff;
   box-shadow:0px 2px 10px 5px #97B1BF;
   color:#000;
	}

.button_modif:after {
    content: "";
    background: #f1c40f;
    display: block;
    position: absolute;
    padding-top: 300%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
	}
