/**************************************************************
 Rooming'it - Logiciel de gestion de salles
 Copyright 2001-2018 Develop'it
 
 Fichier : css/Vert.css
 Version : 6.0.900
**************************************************************/

#Page {
	background-color: rgba( 10, 155, 86, 0.10);
}
#BarreOutils {
	background-color: rgba( 10, 155, 86, 0.25);
}
#content {
	background-color: rgba( 10, 155, 86, 0.10);
}
#BarrePied {
	background-color: rgba( 10, 155, 86, 0.25);
}
#BarrePied a {
	color: #4F6145;
}
.EnteteZone {
	background-color: rgba( 10, 155, 86, 0.25);
}
#ZoneLegende:hover, #ZoneLegende:focus, #ZoneLegende.active { background-color: rgba( 10, 155, 86, 0.2); }
#Legende {
	background-color: rgba(  255, 255, 255, 0.95);
	border: 1px solid rgba( 10, 155, 86, 0.7);
}
#ZoneOption:hover, #ZoneOption:focus, #ZoneOption.active { background-color: rgba( 10, 155, 86, 0.2); }
#InfoComplementaire {
	background-color: rgba(  255, 255, 255, 0.95);
	border: 1px solid rgba( 10, 155, 86, 0.7);
}
.NomSalle th a:hover {
	background-color: rgba( 10, 155, 86, 0.10);
}
input, textarea, select {
	background-color: #ECF3E9;
	border: 1px solid rgba( 10, 155, 86, 0.7);
}
.CadreListe tr.Pair:hover, .CadreListe tr.Impair:hover {
	background-color: #ECF3E9;
}

.FlecheGauche {
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url(../image/Vert/Fleche_Gauche16.png);
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}
.FlecheDroite {
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url(../image/Vert/Fleche_Droite16.png);
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}
.LibelleJour {
	color:rgba( 10, 155, 86, 1.0);
}

#screenTabs {
	border-bottom: 1px solid rgba( 10, 155, 86, 0.25);
}
#screenTabs a.Tab {
	border-bottom: 1px solid rgba( 10, 155, 86, 0.25);
	border-top: 3px solid rgba( 10, 155, 86, 0.15);
}
#screenTabs a.Tab:active, #screenTabs a.Tab:hover {
	border-top: 3px solid rgba( 10, 155, 86, 1.0);
}
#screenTabs a.Tab.current {
	border-top: 3px solid rgba( 10, 155, 86, 0.7);
}

button:hover, button:focus, a.Bouton:hover, a.Bouton:focus { border: 1px solid rgba( 10, 155, 86, 1.0); }
