@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	font-family: "Satero Sans LT W04 Regular";
	font-size: 14px;
	color: rgba(102,102,102,1);
}
.hauteur20 {
	min-height: 20px;	
}
.ligne{
	line-height: 18px;
	height: 32px;
}
.sousligne{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,1);
	width: 100%;
	height: 40px;
}
.fond_gris{
	background-color:#92A6B2;
}	
.fond_bande{
	background-image: url(../navig/bandegestion_sans.jpg); /* LIANEL = mis sans texte sur image, avant : bandegestion.jpg  */
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.fond_bande_sans{
	background-image: url(../navig/bandegestion_sans.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.fond_blanc{
	background-color:#FFF;
}	
.minus{
	font-size: 10px;
}

.center{
	text-align:center;
}
.lignetableau{
	position: relative;
	height: 24px;
}
.spacer{
	height: 1px;
	width: 100%;
}
.spacer10{
	height: 10px;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.spacer40{
	height: 40px;
	width: 100%;
	display: block;
	position: relative;
}
.border-bottom{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,1);
	height: 22px;
}
.align_right{
	right: 0px;
	text-align: right;
	padding-right: 0px;
}
#interactiv-header{
	position: relative;
	/*box-shadow: 0px 0px 10px #b4b4b4 !important;*/
	
}
.champ{
	font-family: "Satero Sans LT W04 Regular";
	font-size: 14px;
	color: rgba(102,102,102,1);
	background-color: rgba(253,223,197,0.5);
}
.bloc{
	padding: 20px;
	/*background-color: rgba(255,255,255,1);*/
	border: thin solid rgba(204,204,204,1);
	margin: 10px;
	text-align: center;
	border: 5px solid #fff;
  -moz-box-shadow: 4px 4px 12px #ccc; 
  -webkit-box-shadow: 4px 4px 12px #ccc; 
  box-shadow: 4px 4px 12px #ccc;
}
.bloc:hover{
	background-color: rgba(255,224,194,0.3);
}

.bloc_rapport{
	padding: 20px;
	/*background-color: rgba(255,255,255,1);*/
	border: thin solid rgba(204,204,204,1);
	margin: 10px;
	text-align: left;
	border: 5px solid #fff;
  -moz-box-shadow: 4px 4px 12px #ccc; 
  -webkit-box-shadow: 4px 4px 12px #ccc; 
  box-shadow: 4px 4px 12px #ccc;
  min-height: 90px;
}

@media screen and (max-width : 760px){

}

/*liens*/
a,a:active,a:focus,a:visited{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #000;
}








/*services*/
.welcome {
	font-family:"Satero Sans LT W04 Bold";
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-top: 35px;
	text-align:center;
}

.petit_tableau{
    font-size: 10px;
    line-height: 14px;
    color: rgba(0,0,0,0.6);
}

/*footer*/
.footer{
	background-color: #778297;
	font-family: "Satero Sans LT W04 Regular";
	padding-right: 20px;
	padding-left: 20px;
	min-height: 50px;
	background-image: url(../navig/bandefooter.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:cover;
}
.footer a,.footer a:active,.footer a:focus,.footer a:visited{
	color: #CCC;
	text-decoration: none;
}
.footer a:hover{
	color: #FFF;
}
.footer_bottom a,.footer a:active,.footer a:focus,.footer a:visited{
	color: #CCC;
	text-decoration: none;
}
.footer_bottom a:hover{
	color: #FFF;
}
.copyright{
	color: #3E3A52;
	font-family: "Satero Sans LT W04 Regular";
	font-size: 12px;
	bottom: 20px;
}
.colonne_search{
	float: left;
	height: 30px;
}
.boite_jour_search{
	position: relative;
	height: 30px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}
.boite_annee_off{
	height: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
}
.boite_annee_on{
	height: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: rgba(204,204,204,1);
}
.boite_mois_off{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
}
.boite_mois_on{
	height: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: rgba(204,204,204,1);
}
.search-bottom{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.besoin{
	background-color: rgba(255,231,226,1);
}
.vert_plein{
	background-color: rgba(51,255,0,0.7);
}
.vert_pastel{
	background-color: rgba(51,255,0,0.3);
}
.legende_petit{
	font-family: "Satero Sans LT W04 Regular";
	font-size: 10px;
	color: rgba(102,102,102,1);
	line-height: 14px;
}
.legende_grand{
	font-family: "Satero Sans LT W04 Regular";
	font-size: 10px;
	color: rgba(102,102,102,1);
}
.cadre_lf{
	height: 30px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: rgba(204,204,204,1);
}
.chiffre{
	height: 32px;
	width: 28px;
	position: absolute;
	line-height: 32px;
	text-align: center;
	/*background-color: rgba(0,255,204,1);*/
}
.btdate{
	height: 32px;
	width: 28px;
	position: absolute;
}
.btdate:hover{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(153,255,0,0.6);
}
.btdate_cours{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(153,255,0,0.3);
}
.btdate_cours:hover{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(153,255,0,0.6);
}
.btdate_off{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(255,0,0,0.3);
}
.btdate_out{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(102,102,102,0.4);
}
.btdate_oups{
	height: 32px;
	width: 28px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}
.lignetableau{
	line-height: 32px;
	height: 32px;
}
#poubelle{
	float: right;
	height: 0px;
	width: 0px;
}
.poubelle_contenu{
	position: relative;
	top: -24px;
	height: 32px;
}
.toutpetit{
	font-family: "Satero Sans LT W04 Regular";
	font-size: 8px;
	color: rgba(102,102,102,1);
}
.legendepetit{
    font-family: "Satero Sans LT W04 Regular";
    font-size: 12px;
    color: rgba(102,102,102,1);
	font-style: italic;
}