/* GENERAL */
* {
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	/*
	SCROLLBAR-TRACK-COLOR: #AAD2FF;
	SCROLLBAR-ARROW-COLOR: #FFC20E;
	SCROLLBAR-HIGHLIGHT-COLOR: #71A7E3;
	SCROLLBAR-3DLIGHT-COLOR: #71A7E3;
	SCROLLBAR-FACE-COLOR: #71A7E3; 
	SCROLLBAR-SHADOW-COLOR: #71A7E3;
	SCROLLBAR-DARKSHADOW-COLOR: #71A7E3;
	*/
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #457DB9;
	text-decoration: none;
	text-align: center;
}

p {
	padding: 0px;
	margin: 10px 0 10px 0;
}

table {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.identification {
	width: 100%;
	text-align: center;
	border-spacing: 2px;
}

table.classique {
	width: 100%;
	border: none;
	border-spacing: 2px;
}

table.compacte {
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

.ligneentete {
	font-size: 14px;
}

.lignepaire, .ligneimpaire, tr.creneau {
	font-size: 12px;
}

.ligneentete {
	background-color: #71A7E3;
	color: #FFFFFF;
	font-weight: bold;
}

.lignepaire {
	background-color: #EEEFFF;
}

.ligneimpaire {
	background-color: #DDDDFF;
}

tr.creneau {
	background-color: #FFE500;
	cursor: pointer;
}

#listePages {
	height: 18px;
	width: 400px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	border: #FFC20E solid 1px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}

body.lightBlueFrame {
	background-color: #CDE5FF;
}

body.blueFrame {
	background-color: #AAD2FF;
}

body.darkBlueFrame {
	background-color: #71A7E3;
}

body.aideFrame {
	background-color: #FFFFFF;
	width: 92%;
}

body.manifestationsFrame {
	background-color: #FFFFFF;
	width: 100%;
}

#container, #container_identification {
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 600px;
	text-align: left;
	background-color: #CDE5FF;
	border: 1px solid #FFC20E;
}

#container_identification {
	background-color: #AAD2FF;
}

.frameContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%;
	overflow: auto;
	background-color: #AAD2FF;
	text-align: left;
}

.innerFrameContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
	background-color: #AAD2FF;
	text-align: left;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background: #71A7E3;
}

#header .bodet {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 25px;
	width: 100px;	
}

#header .booky {
	position: absolute;
	background: #FFC20E url('../../images/degradehaut.gif') center center;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 255px;	
}

#header .degrade {
	position: absolute;
	top: 25px;
	height: 10px;
	width: 100%;
	background: url('../../images/degradevert.gif') repeat-x;
}

#content {
	position: relative;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 530px;
	overflow: hidden;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #FFFFFF;
}

#aide, #manifestations {
	position: relative;
	top: 15px;
	height: 100px;
	width: 333px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#aide {
	left: 100px;
	float: left;
	background-image: url('../../images/bulle_booky.gif');
}

#manifestations {
	left: 233px;
	background-image: url('../../images/bulle_client.gif');
}

#manifestationsRL {
	position: relative;
	top: 400px;
	left: 400px;
	height: 100px;
	width: 333px;
	overflow: hidden;
	background: url('../../images/bulle_client.gif') no-repeat;
}

#aide_content {
	position: relative;
	top: 18px;
	left: 50px;
	height: 72px;
	width: 275px;
	overflow: auto;
}

#dateHeureRL {
	position: absolute;
	top: 4px;
	left: 100px;
}

#utilisateur {
	position: absolute;
	top: 5px;
	left: 52px;
	width: 250px;
	height: 13px;
}

#contact {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 25px;
	height: 13px;
	cursor: pointer;
}

#manifestations_content {
	position: relative;
	top: 2px;
	left: 10px;
	height: 65px;
	width: 310px;
	overflow: auto;
}

#manifestationsRL_content {
	position: relative;
	top: 2px;
	left: 10px;
	height: 300px;
	width: 310px;
	overflow: auto;
}

#logo_client {
	position: relative;
	left: 40px;
	z-index: 1;
	height: 30px;
	width: 240px;
	background-image: url('../../images/logo_client.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#main {
	position: relative;
	margin-top: 25px;
	margin-left: 10px;
	padding-top: 10px;
	width: 980px;
	height: 390px;
	overflow: hidden;
}

#workspace {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 80px;
	width: 900px;
	height: 410px;
	overflow: hidden;
	background-color: #AAD2FF;
}

#workspace_content {
	height: 362px;
	overflow: hidden;
}

#workFrame {
	position: absolute;
	top: 0px;
	left: 80px;
	height: 400px;
	width: 800px;
}

#hautgauche, #hautdroit, #basgauche, #basdroit {
	position: relative;
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	font-size: 1px;
}

#hautgauche {
	background-image: url('../../images/hautgauche.gif');
}

#hautdroit {
	float: right;
	background-image: url('../../images/hautdroit.gif');
}

#basgauche {
	background-image: url('../../images/basgauche.gif');
}

#basdroit {
	float: right;
	background-image: url('../../images/basdroit.gif');
}

ul.onglets {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

ul.onglets li {
	position: relative;
	z-index: 1;
	height: 60px;
	width: 144px;
	margin-bottom: 20px;
	padding: 18px 5px 2px 5px;
	cursor: pointer;
	background: transparent url('../../images/onglet.gif') no-repeat;
}

ul.onglets li.selectionne {
	background: transparent url('../../images/onglet_selectionne.gif') no-repeat;	
}

ul.onglets li span {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

ul.onglets li img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

ul.onglets li:hover {
	background-image: url('../../images/onglet_selectionne.gif');
}

#logo_bky_parlant, #logo_bky_parlantRL {
	position: relative;
	left: 50px;
	top: 62px;
	width: 233px;
	height: 355px;
	background-image: url('../../images/bookyA355_RW.gif');
	float: left;
}

#logo_bky_parlantRL {
	left: 300px;
}

div.texte_bky_parlant {
	position: relative;
	margin-top: 5px;
	margin-left: 40px;
	width: 188px;
	height: 82px;
	overflow: auto;
}

td.texte_bky_parlant {
	width: 188px;
	height: 82px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFC20E;
}

#identification {
	position: relative;
	top: 140px;
	left: 200px;
	width: 350px;
	height: 199px;
	background-image: url('../../images/identification.gif');
	float: left;
}

#contenu_identification {
	position: relative;
	top: 95px;
	left: 50px;
	width: 250px;
	text-align: center;
}

#bandeau_bas {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

img {
	border: none;
}

a, input {
	outline: none;
	/*-moz-outline: none;	Pour maqsquer la boîte pointillée qui s'affiche sous Firefox */
}

div {
	/*box-sizing: content-box;*/
	-moz-box-sizing: content-box;
}

.clickable {
	cursor: pointer;
}

.middle {
	vertical-align: middle;
}

#error_msg, .error {
	font-weight: bold;
	color: #FF0000;
}

iframe {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top; 
	background-color: #AAD2FF;
}

.cadre {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0 0 0;
}

.centered {
	width: 100%;
	text-align: center;
}

/* FORMS */
input {
	height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #4D8BCF;
}

input.bascule {
	width: 25px;
	height: 22px;
	padding: 0px;
	margin-bottom: 15px;
	vertical-align: middle;
	cursor: pointer;
}

select {
	border: 1px solid #4D8BCF;
}

textarea {
	border: 1px solid #4D8BCF;
}

.radio, .checkbox {
	border: none;
	vertical-align: top;
	margin: 0px;
}

div.multibox {
	width: 400px;
	padding: 0;
	margin: auto;
	margin-top: 10px;
}

div.multibox .header, .header300 {
	padding: 2px 0 2px 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div.multibox .header {
	background: #71A7E3 url('../../images/multibox_top.gif') no-repeat top left;
}

div.multibox .header300 {
	background: #71A7E3 url('../../images/multibox_top300.gif') no-repeat top left;
}

div.multibox .footer {
	background: #71A7E3 url('../../images/multibox_bottom.gif') no-repeat bottom left;
}

div.multibox .footer300 {
	background: #71A7E3 url('../../images/multibox_bottom300.gif') no-repeat bottom left;
}

div.multibox .content {
	padding: 5px 0 0 0;
	margin: 0;
	overflow: auto;
	background: #FFFFFF;
}

div.multibox span.option {
	padding: 0 0 0 5px;
	margin: 0;
	cursor: pointer;
	display: block;
}

div.multibox span.add, div.multibox span.delete, div.multibox span.undeletable{
	padding: 0 0 0 25px;
	margin: 0 0 0 5px;
	cursor: pointer;
	display: block;
	text-align: left;
}

div.multibox span.add {
	background: url('../../images/add.gif') no-repeat;
}

div.multibox span.delete {
	background: url('../../images/delete.gif') no-repeat;
}

div.multibox span.undeletable {
	background: url('../../images/undeletable.gif') no-repeat;
	cursor: not-allowed;
	margin: 0 0 0 3px;
	color: #AAAAAA;
}
	
dl.partenaires {
	margin: 0;
	padding: 0;
}

dl.partenaires dt {
	text-align: left;
	margin: 0;
	padding: 0;
}

dl.partenaires dd {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	text-align: left;
	background: url('../../images/arrow.gif') no-repeat 0 5px;
}

#manifs {
	position: relative;
	top: 0px;
	width: 294px;
	float: left;
	overflow: hidden;
	color: #457DB9;
}

#manifs_scrollH, #manifs_scrollB {
	position: absolute;
	right: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#manifs_scrollH {
	top: 2px;
	background: url('../../images/scrollH.gif') no-repeat;
}

#manifs_scrollB {
	bottom: 2px;
	background: url('../../images/scrollB.gif') no-repeat;
}

span.manif {
	display: none;
}

span.manif .titre {
	font-weight: bold;
}

span.manif a.titre {
	color: #457DB9;
	text-decoration: underline;
}

span.manif  .auteur{
	font-size: 10px;
}

span.manif .content {
	display: block;
	clear: both;
}

.colonnes {
	width: 100%;
}

.colonneGauche {
	float: left;
	padding-left: 5%;
	width: 45%;
	margin-bottom: 10px;
}

.colonneDroite {
	float: left;
	padding-right: 5%;
	width: 45%;
	margin-bottom: 10px;
}

/* BUTTONS */
div.boutonbas, div.boutonbasg, div.boutonbasm, div.boutonbasd {
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding: 2px 0 2px 0;
}

div.boutonbas {
	background: url('../../images/boutonbas.gif') no-repeat;
	width: 84px;
}

div.boutonbasg {
	width: 11px;
	background: url('../../images/boutonbas_g.gif') no-repeat;
	float: left;
}

div.boutonbasm {
	background: url('../../images/boutonbas_m.gif');
	float: left;
}

div.boutonbasd {
	width: 11px;
	background: url('../../images/boutonbas_d.gif') no-repeat;
	float: left;
}

.boutonbasInactif {
	background: url('../../images/boutonbas.gif');
	font-weight: bold;
	color: #666666;
	font-style: normal;
	text-decoration:none;
}

#planning_lignes {
	width: 20%;
	position: relative;
	margin-top: 5px;
	float: left;
	overflow-x: auto;
	overflow-y: hidden;
	clear: left;
}

#planning_lignes .nomLigne {
	width: 250px;
	margin-left: 2px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#planning_lignes .detailLigne {
	height: 40px;
	width: 250px;
	margin-left: 5px;
	text-align: left;
	overflow: hidden;
	color: #457DB9;
}

.lignePlanning {
	height: 55px;
}

.heure {
	float: left;
	text-align: center;
}

.ligneCreneaux {
	margin-left: auto;
	margin-right: auto;
}

#planning_tooltips {
	display: none;
}

#planning_creneaux {
	position: relative;
	margin-top: 5px;
	float: left;
	width: 80%;
	overflow: auto;
}

#planning_legende {
	position: static;
	bottom: 10px;
	height: 40px;
	margin-left: 40px;
	padding-top: 20px;
	clear: left;
}

.legende {
	float: left;
	width: 90px;
	height: 15px;
	margin-top: 2px;
	margin-left: 5px; 
	margin-right: 5px;
}

div.creneau, div.creneauI, div.creneauC, div.creneauL, div.creneauML, div.creneauMC, div.creneauAL, div.creneauAC, div.creneauMAL, div.creneauMAC, div.creneauDI, div.creneauMLI, div.creneauALI, div.creneauMALI  {
	float: left;
	height: 38px;
	text-align: center;
	border: #999999 solid 1px;
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: help;
}

div.creneau {
	border: none;
}

div.creneauL {
	cursor: pointer;
}

div.creneauI {
	background: #AAAAAA;
	cursor: not-allowed;
}

div.creneauDI, div.creneauMLI, div.creneauALI, div.creneauMALI {
	cursor: not-allowed;
}
div.creneauL, div.creneauML, div.creneauAL, div.creneauMAL, div.creneauDI, div.creneauMLI, div.creneauALI, div.creneauMALI {
	background-color: #FFFFFF;
}

div.creneauC, div.creneauMC, div.creneauAC, div.creneauMAC {
	background-color: #CCCCCC;
}

div.creneauML, div.creneauMC, div.creneauMLI {
	background-image: url('../../images/moi.gif');
}

div.creneauAL, div.creneauAC, div.creneauALI {
	background-image: url('../../images/autre.gif');
}

div.creneauMAL, div.creneauMAC, div.creneauMALI {
	background-image: url('../../images/moi_autre.gif');
}

div.highlight {
	border: #FF0000 solid 1px;
}

#infobulle {
	position: absolute;
	z-index: 100;
	padding: 5px;
	background-color: #FFFFCC;
	border: #000000 solid 1px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-size: 10px;
}

/* HEADER & FOOTER */
.piedpage {
	background-color: #FFFFFF;
}

.degradehaut {
	background-image: url('../../images/degradevert.gif');
}

.degradehaut2 {
	background-image: url('../../images/degradevert2.gif');
}

.degradebas, .degradebas2 {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
}

.degradebas {
	background-image: url('../../images/degradevertbas.gif');
}

.degradebas2 {
	background-image: url('../../images/degradevertbas2.gif');
}

/* TEXT */
.bold {
	font-weight: bold;
}

.left {
	text-align: left;	
}

.blue {
	color: #71A7E3;
}

.darkBlue {
	color: #457DB9;
}

.yellow {
	color: #FFC20E;
}

.white {
	color: #FFFFFF;	
}

.s12 {
	font-size: 12px;
}

.s14 {
	font-size: 14px;
}

.s16 {
	font-size: 16px;
}

.s18 {
	font-size: 18px;
}

.s20 {
	font-size: 20px;
}

span.required {
	font-size: 18px;
	font-weight: bold;
}

/* LINKS */
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0A55EE;
}

a:hover {
	text-decoration: underline;
}

a.link2 {
	color: #0B02B5;
}

a.linkDarkBlue {
	color: #457DB9;
	font-weight: bold;
}
a.link4 {
	color: #0A55EE;
	font-size: 14px;
}

a.link4:hover {
	color: #0B02B5;
	text-decoration: none;
}

a.link4Inactif {
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	cursor: not-allowed;
}

a.link4Inactif:hover {
	text-decoration:none;
}

a.linkInfosLegales {
	color: #FFC20E;
}

a.linkInfosLegales:hover {
	text-decoration: underline;
}

.plus, .moins {
	width: 20px;
	height: 16px;
	cursor: pointer;
}

.plus {
	background: url('../../images/plus.gif') no-repeat 2px 0;
}

.moins {
	background: url('../../images/moins.gif') no-repeat;
}

.tab-pane {
	width: 100%;
	height: 75%;	
	position: relative;
}

.dynamic-tab-pane-control .tab-row .tab {
	position: relative;
	top: 0px;
	height: 15px;
	padding: 7px 0px 3px 0px;
	margin: 1px -2px -2px 2px;
	display: inline;
	float: left;
	z-index: 1;
	cursor: pointer;
}

.dynamic-tab-pane-control .tab-row .selected {
	top: -2px;
	height: 15px;
	padding: 7px 0px 4px 0px;
	margin: 1px -3px -4px 0px;
	z-index: 3;
}

.dynamic-tab-pane-control .tab-row .tab .content {
	border-top: #4D8BCF 1px solid;
	background: #91C2FA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dynamic-tab-pane-control .tab-row .selected .content {
	border-top: #4D8BCF 1px solid;
	background: #AAD2FF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dynamic-tab-pane-control .tab-row .tab .left, .dynamic-tab-pane-control .tab-row .tab .right {
	padding-top: 3px;
	padding-bottom: 3px;
}

.dynamic-tab-pane-control .tab-row .tab .left {
	background: #91C2FA url('../../images/tab_gauche.gif') top left no-repeat;
}

.dynamic-tab-pane-control .tab-row .selected .left {
	background: #AAD2FF url('../../images/tab_gauche.gif') top left no-repeat;
}

.dynamic-tab-pane-control .tab-row .tab .right {
	background: #91C2FA url('../../images/tab_droite.gif') top right no-repeat;
}

.dynamic-tab-pane-control .tab-row .selected .right {
	background: #AAD2FF url('../../images/tab_droite.gif') top right no-repeat;
}
	

.dynamic-tab-pane-control .tab-row .tab a {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #0B02B5;
	text-decoration:none;
	line-height: 13px;
}

.dynamic-tab-pane-control .tab-page {
	position: relative;
	top: -2px;
	height: 354px;
	clear: both;
	padding: 2px 10px 2px 10px;
	border-top: #4D8BCF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #4D8BCF 1px solid;
	z-index: 2; 
	background: #AAD2FF; 
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1; 
	white-space: nowrap
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

/*------------------------------------------------------------------
Elements graphiques de type calendrier et planning.
-------------------------------------------------------------------*/
#tabPJCreno {
	border: 1px solid;
	border-collapse: separate;
	background-color: #FFFFFF;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	/*height: 100%;*/
	width: 100%;
	table-layout: fixed;
}

.sticky-corner{
	display: none !important;
}

#tabPJCreno td {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-collapse: separate;
}

#tabPJCreno td table td {
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-collapse: separate;
}

#tabPJCreno .detailLigne {
	/*height: 25px;
	margin-right: 5px;
	text-align: right;*/
	vertical-align: middle;
	border-bottom: 0px solid;
	/*line-height: 25px;*/
	overflow: hidden;
	color: #457DB9;
}

td.creneau, #tabPJCreno td.creneauI, #tabPJCreno td.creneauC, #tabPJCreno td.creneauL, #tabPJCreno td.creneauML, #tabPJCreno td.creneauMC, #tabPJCreno td.creneauAL, #tabPJCreno td.creneauAC, #tabPJCreno td.creneauMAL, #tabPJCreno td.creneauMAC, #tabPJCreno td.creneauDI, #tabPJCreno td.creneauMLI, #tabPJCreno td.creneauALI, #tabPJCreno td.creneauMALI  {
	/*float: left;
	height: 38px;*/
	text-align: center;
	/*border: #999999 solid 1px;*/
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: help;
}

#tabPJCreno td.creneau {
	border: none;
}

#tabPJCreno td.creneauL {
	cursor: pointer;
}

#tabPJCreno td.creneauI {
	background: #AAAAAA;
	cursor: not-allowed;
}

#tabPJCreno td.creneauDI, #tabPJCreno td.creneauMLI, #tabPJCreno td.creneauALI, #tabPJCreno td.creneauMALI {
	cursor: not-allowed;
}
#tabPJCreno td.creneauL, #tabPJCreno td.creneauML, #tabPJCreno td.creneauAL, #tabPJCreno td.creneauMAL, #tabPJCreno td.creneauDI, #tabPJCreno td.creneauMLI, #tabPJCreno td.creneauALI, #tabPJCreno td.creneauMALI {
	background-color: #00FF00;
}

#tabPJCreno td.creneauC, #tabPJCreno td.creneauMC, #tabPJCreno td.creneauAC, #tabPJCreno td.creneauMAC {
	background-color: #CCCCCC;
}

#tabPJCreno td.creneauML, #tabPJCreno td.creneauMC, #tabPJCreno td.creneauMLI {
	background-image: url('../../images/moi.gif');
}

#tabPJCreno td.creneauAL, #tabPJCreno td.creneauAC, #tabPJCreno td.creneauALI {
	background-image: url('../../images/autre.gif');
}

#tabPJCreno td.creneauMAL, #tabPJCreno td.creneauMAC, #tabPJCreno td.creneauMALI {
	background-image: url('../../images/moi_autre.gif');
}

div.highlight {
	border: #FF0000 solid 1px;
}

.ligneheure {
	background-color: #009EE3;
	font-size: 9pt;
	height: 30px;
}

.fixedColumn {
	width: 240px; 
	height: 30px;
	padding: 0px 0px 0px 0px !important;
	border-top-width: 1px !important;
}

.sticky-column {
	border: 1px solid;
	border-collapse: collapse !important;
	background-color: #FFFFFF;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
}

table.sticky-column td.fixedColumn {
	border-bottom: 1px solid white;
    border-collapse: collapse;
}

table.sticky-column td.detailLigne {
	vertical-align: middle;
	border-bottom: 0px solid;
	color: #457DB9;
}

.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}