@charset "UTF-8";
/* CSS Document */
html{
	/*background-color: rgba(0,205,226,1);*/
	margin: 0px;
	padding: 0px;
}
body{
	/*background-color: rgba(0,205,226,1);*/
	margin: 0px;
	padding: 0px;
}
#lesjours{
	/*background-color: rgba(102,153,204,1);*/
	position: absolute;
	height: 20px;
	width: auto;
	top: 0px;
	left:25px;
}
.jourtableau{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(51,51,51,1);
	float: left;
	text-align: center;
	padding-top: 3px;
}
#horaire_gauche{
	background-image: url(../navig/0620.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	background-size: contain;
	height: 100%;
	width: 20px;
	left: 0px;
	top: 10px;
}
#horaire_droite{
	background-image: url(../navig/0620.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	height: 100%;
	width: 20px;
	right: 0px;
	top: 10px;
	background-color: rgba(0,0,0,0)
}
.row{
	/*background-color: rgba(205,205,226,1);*/
	width: 100%;
	display: block;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	margin: 0px;
}
.container{
	/*background-color: rgba(51,255,153,1);*/
	display: block;
	position: relative;
	width: auto;
	/*height: 100%;*/
	margin-left: 25px;
	overflow: hidden;	/*margin-right:20px;*/
	border: thin solid rgba(153,153,153,1);
}
.box_rdv{
	/*height: 20px;*/
 	background: rgba(102,153,255,0.6);
	text-align: center;
 }
 .infos{
	margin-right: auto;
	margin-left: auto;
	/*background-color: rgba(204,255,102,1);*/
	position: absolute;
	width: 100%;
	top: 1px;
	height: 18px;
}
.jour{
	position: absolute;
	top: 0px;
	height: 2000px;/*380px;*/
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(102,102,102,1);
	border-right-color: rgba(102,102,102,1);
	border-bottom-color: rgba(102,102,102,1);
}
.ligne{
	position: absolute;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(102,102,102,1);
	width: 100%;
	background-image: url(../navig/heure.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: cover;	/*height: 0px;*/
}
.drag {
	background-color: rgba(0,153,204,0.5);
	color: white;
	border-radius: 4px;
	z-index: 9000;
	position: absolute;
}
.movetop{
	background-color: rgba(102,102,102,1);
	display: block;
	position: relative;
	height: 8px;
	width: 100%;
}
.movebottom{
	background-color: rgba(102,102,102,1);
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: 0px;
}
.nodrag {
	background-color: rgba(102,255,153,0.5);
	color: white;
	border-radius: 4px;
	z-index: 9000;
	position: absolute;
}
.nomovetop{
	background-color: rgba(102,102,102,1);
	display: block;
	position: relative;
	height: 8px;
	width: 100%;
}
.nomovebottom{
	background-color: rgba(102,102,102,1);
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: 0px;
}
.bookeddrag {
	background-color: rgba(102,102,102,0.5);
	color: white;
	border-radius: 4px;
	z-index: 9000;
	position: absolute;
}
.bookedmovetop{
	background-color: rgba(102,102,102,0.5);
	display: block;
	position: relative;
	height: 8px;
	width: 100%;
}
.bookedmovebottom{
	background-color: rgba(102,102,102,0.5);
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: 0px;
}
.titre_planning{
	font-family: "Satero Sans LT W04 Lighnormal";
	font-weight: 200;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-size: 24px;
	color: rgba(255,255,255,1);
}
.entete_planning{
	/*background-color: rgba(204,204,204,1);*/
	position: relative;
	height: 60px;
	width: 100%;
    background-color: rgba(116,163,247,1.00);
	/*background-image: url(../navig/bandegestion_sans.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;*/
}
.entete_absence{
	/*background-color: rgba(204,204,204,1);*/
	height: 60px;
	width: 100%;
	background-image: url(../navig/bandegestion_sans.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bt_planning{
	background-color: rgba(0,0,0,0);
	position: relative;
	height: 40px;
	width: 40px;
	padding: 10px;
}
.bt_planning:hover{
	background-color: rgba(0,0,0,0.2);
}