body {
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

.scrolling {
	overflow-x: auto;
	overflow-y: scroll;
	width: 537px;
	height: 393px;
	text-align: left;
}

.texte {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
}

.textetab {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 000099;
}

.textetab2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
}

.recherche {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
	background-color: #99ff99;
}

A.texte {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: 666666;
}

A.texte:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: FF9900;
}

A.textetab {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: 000099;
}

A.textetab:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: FF9900;
}

.titre {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 000099;
}

A.titre {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration : underline;
	color: 000099;
}

.titre2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: FF9900;
}

.chemin {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: FF9900;
}

.textehidden {
	font-family: Verdana;
	font-size: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: e8e8ed;
}

.submit {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 669966;
}

.error {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 996666;
}

#menu {
	margin : 1px 8px 0px 1px;
	padding : 0;
	border-left : 1px solid #000099;
	border-right : 1px solid #000099;
	border-bottom : 1px solid #000099;
	list-style-type:none;
}

#menu li {
	width:194px;
	padding : 0px 0px 0px 0px;
	display : block;
	border-top : 1px solid #000099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 11px;
	color: #000099;
}

#menu li:hover {
	
	color: #FFFFFF;
}

#menu li a:link, #menu li a:visited {
	padding : 2px 0px 2px 2px;
	width:194px;
	display : block;
	color: #000099;
	text-decoration : none;	
}

#menu li a:hover {
	padding : 2px 0px 2px 2px;
	width : 194px;
	display : block;
	background-color : #000099;
	color: #FFFFFF;
	text-decoration : none;	
}