/*
Ce fichier est destiné à recevoir des paramètres définis depuis la page /gestion/param_couleurs.php
Chargé juste avant la section <body> dans le /lib/header.inc,
ses propriétés écrasent les propriétés définies auparavant dans le </head>.
*/

@media screen  {
	body {
		background: #EAEAEA;
	}
}


div#header {
	background-color: #5A5A5A;
}

fieldset#login_box div#header {
	background-image: url("./images/background/degrade1_small.png");
}

#table_header {
	background-image: url("./images/background/degrade1.png");
}

#div_login_entete {
	background: #5A5A5A;
	background-image: url("./images/background/degrade1.png");
}

#essaiMenu {
	background: #5A5A5A;
}

/* Bandeau */
.degrade1 {
	background-color:#5A5A5A;
}

#menu_barre {
	background-image: url("./images/background/degrade1_very_small.png");
}
.menu_barre_bottom {
	background-color: #1D1D1D;
}
/* ul ul pour ne masquer par défaut que les sous-menus */
#menu_barre ul ul {
	background-color: #5A5A5A;
}

#menu_barre li:hover {
	background-color: #1D1D1D;
}
#menu_barre li.sfhover {
	background-color: #1D1D1D;
}


.infobulle_entete {
	background-color: #E6E6E6;
}
.infobulle_corps {
	background-color: #B4B4B4;
}

/*=====================================================*/
/* Utilisation des couleurs d'info bulles pour les onglets de gestion/droits_acces.php*/

.onglet {
	background-color: #B4B4B4;
}

.contenu_onglet {
	background-color: #B4B4B4;
}

.contenu_onglet2 {
	background-color: #B4B4B4;
}

/*=====================================================*/
/* Utilisation des couleurs d'info bulles pour les onglets d'absences*/

/* Intérieur des onglets de mod_abs2*/
div.css-panes {
	background-color: #B4B4B4;
	border-top:1px solid black;
}

/* Etiquette de l'onglet sélectionné */
ul.css-tabs a.current {
	background-color: #B4B4B4;
	border-bottom:2px solid #B4B4B4;
}

/* Etiquettes non sélectionnées*/
ul.css-tabs a {
	background-color:#B4B4B4;
}

ul.css-tabs a:hover {
	/*background-color: #B4B4B4;*/
	background-color: white;
}

/* Fond de l'ensemble Etiquettes+Onglets */
ul.css-tabs {
	background-color:#EAEAEA;
}
/*=====================================================*/
span.conteneur_infobulle_css:hover span.infobulle_css {
   background: #B4B4B4;
   border: 1px solid #E6E6E6;
   border-top: 4px solid #E6E6E6;
}
span.conteneur_infobulle_css:hover div.infobulle_css {
   background: #B4B4B4;
   border: 1px solid #E6E6E6;
   border-top: 4px solid #E6E6E6;
}
div.conteneur_infobulle_css:hover div.infobulle_css {
   background: #B4B4B4;
   border: 1px solid #E6E6E6;
   border-top: 4px solid #E6E6E6;
}

.div_conteneur_infobulle {
	box-shadow: 4px 2px 6px #E6E6E6;
}
/*=====================================================*/
/* Style des DIV d'aide,... accessibles par F2,... */
div.info_abs {
	background-color: #EAEAEA;
	border: 1px solid #E6E6E6;
}
/*=====================================================*/
/* Utilisation des couleurs d'info bulles pour cahier_texte_2/consultation2.css */
.cdt_cadre_semaine {
	background-color: #B4B4B4;
}
/*=====================================================*/

#menu_barre ul ul {
	box-shadow: 4px 2px 6px #E6E6E6;
	border-right: #B4B4B4 1px solid; 
	border-top: #B4B4B4 1px solid;
	border-left: #B4B4B4 1px solid; 
	border-bottom: #B4B4B4 1px solid; 
}

#menu_barre li.plus {
	border-bottom: #E6E6E6 1px solid; 
}
/*=====================================================*/
/* Utilisation des couleurs d'info bulles pour les listes personnelles */
.div_actif {
	background-color: #E6E6E6;
}
.menu_liste a {
	background-color: #B4B4B4;
}
.lien_actif a {
	background-color: #E6E6E6;
}
/*=====================================================*/


.postit {
	background-color: #FFFF00;
}


.panneau_droite {
	background-image:url('./images/modeles/fil_noir/right.png');
	background-repeat: repeat-y;
	background-position: right;
	position:absolute;
	top:0px;
	right:-40px;
	height:100%;
	width:40px;
}
.panneau_gauche {
	background-image:url('./images/modeles/fil_noir/left.png');
	background-repeat: repeat-y;
	background-position: right;
	position:absolute;
	top:0px;
	left:-33px;
	height:100%;
	width:33px;
}

.panneau_haut {
	height:33px;
	background-image:url('./images/modeles/fil_noir/top.png');
	background-repeat: repeat-x;
	position:absolute;
	width:100%;
	top:-33px;
	left:00px;
}
.panneau_centre {
	background-image:url('./images/modeles/fil_noir/center.png');
	background-repeat: repeat;
	width:100%;
	top:0px;
	left:00px;
	color:black;
}
.panneau_bas {
	height:40px;
	position:absolute;
	background-image:url('./images/modeles/fil_noir/bottom.png');
	background-repeat: repeat-x;
	width:100%;
	bottom:-40px;
	left:00px;
}
.panneau_coingh {
	width:33px;
	position:absolute;
	height:33px;
	background-image:url('./images/modeles/fil_noir/top_left.png');
	top:-33px;
	left:-33px;		
	background-repeat: no-repeat;
}
.panneau_coindh {
	position:absolute;
	width:40px;
	height:33px;
	background-image:url('./images/modeles/fil_noir/top_right.png');
	top:-33px;
	right:-40px;
	background-repeat: no-repeat;
}
.panneau_coingb {
	position:absolute;
	bottom:-40px;
	left:-33px;
	width:33px;
	height:40px;
	background-image:url('./images/modeles/fil_noir/bottom_left.png');
	float: left;
}
.panneau_coindb {
	position:absolute;
	bottom:-40px;
	right:-40px;
	width:40px;
	height:40px;
	background-image:url('./images/modeles/fil_noir/bottom_right.png');
	float:right;
}

/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
/* Test d'ecriture dans style_screen_ajout.css */
