body {
	font-family: verdana;
	font-size: 11px;
	background-color: #A0A0A0;
	color: #464646;
}

table {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

tr.categoryName {
	background-color: #336699;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

tr.categoryName a {
	color: #fff;
}

tr.simpleContents {
	background-color: #b4c7e7;
}

tr.disabledContents {
	background-color: E8E8E8;
}

tr.red {
	background-color: red;
}
tr.green {
	background-color: green;
}

tr.activeContent {
	background-color: FFFFCC;
}

a:link {color: #0066CC; text-decoration:none;}
a:visited {color: #003399; text-decoration:none;}
a:hover {color: #003366; text-decoration:underline;}

.white:link{color: #ffffff; text-decoration:none;}
.white:visited{color: #ffffff; text-decoration:none;}
.white:active{color: #ffffff; text-decoration:none;}
.white:hover{color: #ffffff; text-decoration:none;}

.Grey:link{color: #999999;}
.Grey:visited{color: #999999;}
.Grey:active{color: #666666;}
.Grey:hover{color: #666666;}

.VeryDark:link{color: #000000;}
.VeryDark:visited{color: #000000;}
.VeryDark:active{color: #000000;}
.VeryDark:hover{color: #000000;}

.important:link{color: #ff3333;}
.important:visited{color: #ff3333;}
.important:active{color: #ff3333;}
.important:hover{color: #ff3333;}

.veryImportant:link{color: #ff0000; font-weight: bold;}
.veryImportant:visited{color: #ff0000; font-weight: bold;}
.veryImportant:active{color: #ff0000; font-weight: bold;}
.veryImportant:hover{color: #ff0000; font-weight: bold;}


.fontSimpleContents {
	color: #b4c7e7;
}

.fontDisabledContents {
	color: E8E8E8;
}

/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}

div#leftMenu {
	margin:20px;
	float:left;
	text-align:left;
	width:240px;
	background-color:#99ccFF;
	}
	
div#smallBox {
	position: relative;
	margin:20px;
	float:left;
	text-align:center;
	}

.ligneHaute {
	BORDER-TOP: blue 2px solid
}
.ligneGaucheHaute {
	BORDER-TOP: blue 2px solid; BORDER-LEFT: blue 1px solid
}
.ligneDroiteHaute {
	BORDER-RIGHT: blue 1px solid; BORDER-TOP: blue 2px solid
}
.ligneGauche {
	BORDER-LEFT: blue 1px solid
}
.ligneDroite {
	BORDER-RIGHT: blue 1px solid
}
.employe{
	BACKGROUND-COLOR: #CCECFF; TEXT-ALIGN: Center; VERTICAL-ALIGN: Text-Top; FONT-FAMILY: Verdana, Helvetica, Arial, Times New Roman; FONT-SIZE: 10px; 
	BORDER-TOP: blue 1px solid; BORDER-BOTTOM: blue 1px solid; BORDER-LEFT: blue 1px solid; BORDER-RIGHT: blue 1px solid; HEIGHT: 100px;
}
A.nonsouligne{
	FONT-FAMILY: Verdana, Helvetica, Arial, Times New Roman; FONT-SIZE: 10px; TEXT-COLOR: blue;
}