@charset "UTF-8";
/* CSS Document */


#tableaudebord{
	padding-bottom: 10;
	padding-left: 15px;
	padding-right: 15px;
	width: 870px;
	background-color: #FFFFFF;
}

#tableaudebord #haut {
	height: 34px;
	width: 870px;
}

#paging {
	height: 18px;
	width: 880px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
}


/*        Style des rollovers       */

		#tableaudebord a:link{
	color: #000000;
	text-decoration: none;
		}
				
		#tableaudebord a:hover{
		color: #ef7654;
		text-decoration: underline;
		}

		#tableaudebord a:visited{
		color: #999999;
		text-decoration: underline;
		}


		#tableaudebord tr:hover   {
	text-decoration: none;
	background-image: url(../img/tableau_bord/souris2.gif);
	background-repeat: repeat-x;
		}


/*        Style du paging      */

		#paging a:link{
	color: #333333;
	text-decoration: none;
			}
				
		#paging a:hover{
	color: #ef7654;
	text-decoration: underline;
		}

		#paging a:visited{
		color: #999999;
		text-decoration: underline;
		}


/* ------------------------------------ */
/*                                      */
/*        Style intérieur tableau       */
/*                                      */
/* ------------------------------------ */

.cadrillage {
	width: 100%;
	background-image: url(../img/tableau_bord/cadrillage2.gif);
	background-repeat: repeat-y;
}


.voir{
	width: 100%;
	height: 23px;
	margin-top: 6px;
}

.nomprenom{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
	margin-right: 5px;
	width: 100%;
	color: #000000;
}

.zone{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
	margin-right: 5px;
	width: 100%;
}


.periode{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
	margin-right: 5px;
	width: 100%;
}

			/*        JOURNEE       */
			.typecouleurbleu{
				background-color: #59819f;
				height: 28px;
						}
						
			/*        URGENCE       */
			.typecouleurrouge{
				background-color: #FF0000;
				height: 28px;
						}
			/*        GARDE       */
			.typecouleurnoir{
				background-color: #000000;
				height: 28px;
						}
						
			/*        GARDE       */			
			.typecouleurbleunoir{
			background-image: url(../img/tableau_bord/bleu_noir.gif);
			height: 28px;
			background-repeat: no-repeat;
						}
			.typecouleurbleujourfixe{line-height: 28px; background-image: url(../img/tableau_bord/bleu_jourfixe.gif); background-repeat: no-repeat; } 


.pourcentage{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 16px;
	margin-right: 5px;
	width: 100%;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.traitbastableau{
	background-image: url(../img/tableau_bord/traitbastableau.gif);
	background-repeat: no-repeat;
	height: 1px;
}
/*JOURNEE*/
.typecouleurbleu{
	background-color: #59819f;
	height: 28px;
}
/*JOURNEE  FIXE*/
.typecouleurbleu{
	background-image: url(../img/tableau_bord/fond_bleu_jour_fixe.gif);
	height: 28px;
	background-repeat: no-repeat;
}
/*URGENCE*/
.typecouleurrouge{
	background-color: #FF0000;
	height: 28px;
}