/*
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;
	}
}

.gestion_temp_dir th {
	background-color: #00F5B1;
}
.gestion_temp_dir .lig-1 {
	background-color: #8AFFF0;
}
.gestion_temp_dir .lig1 {
	background-color: #FFEFD5;
}

.boireaus th {
	background-color: #00F5B1;
}
.boireaus .lig-1 {
	background-color: #8AFFF0;
}
.boireaus .lig1 {
	background-color: #FFEFD5;
}

.boireaus_alt tr:nth-child(even) {
	background-color: #FFEFD5;
}
.boireaus_alt tr:nth-child(odd) {
	background-color: #8AFFF0;
}

.boireaus_alt2 tr.tr_alt:nth-child(even) {
	background-color: #FFEFD5;
}
.boireaus_alt2 tr.tr_alt:nth-child(odd) {
	background-color: #8AFFF0;
}


.postit {
	background-color: #87CEFA;
}


.panneau_droite {
	background-image:url('./images/modeles/fil_blanc/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_blanc/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_blanc/top.png');
	background-repeat: repeat-x;
	position:absolute;
	width:100%;
	top:-33px;
	left:00px;
}
.panneau_centre {
	background-image:url('./images/modeles/fil_blanc/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_blanc/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_blanc/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_blanc/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_blanc/bottom_left.png');
	float: left;
}
.panneau_coindb {
	position:absolute;
	bottom:-40px;
	right:-40px;
	width:40px;
	height:40px;
	background-image:url('./images/modeles/fil_blanc/bottom_right.png');
	float:right;
}

