#topNav a
{
	COLOR: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height:20px;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-weight: bold;
	display: block;
}
#topNav a:link
{
	COLOR: #000066;
}
#topNav a:hover
{
	COLOR: #990000;
}
#topNav a:visited
{
	COLOR: #000066;
}
/********************** LEFT NAVIG ****************************/
#navLeft {
	max-width: 194px;
	height: 100%
/*	hight: auto; */
}

#navLeft a {
	font-size: 11px;
	display: block; 
	width: auto;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-indent: 5px;
}

#navLeft a:link {
	color: #000066;
}
#navLeft a:visited {
	color: #000066;
}
#navLeft a:hover {
	color: #990000;
}
#navLeft a:active {
	color: #990000;
}
.active {
	color: #990000;
}
/********************** SOUS NAVIG ***************************/
#navSous {
	width: auto;
	margin-left: -20px;
	*margin-left: -16px;
	margin-top: -8px; 
	/*margin-bottom: -8px; */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px; 
	color: #000066;
}
#navSous li {
	/* background-color: #FFFFFF; */
}
#navSous a {
	font-size: 11px;
	text-align: left;	
	max-width: 160px;
	height: auto;
	vertical-align: middle;
/*	background-color: #FFFFFF;*/
	padding-top: 1px;
	padding-bottom: 2px;
	text-indent: 0px;
	border-bottom-width: 0;
	border-bottom-style: 0;
}
#navSous a:link {
	color: #000066;
	font-weight: normal;
}
#navSous a:visited {
	color: #000066;
	font-weight: normal;
}
#navSous a:hover {
	color: #990000;
	font-weight: normal;
}
#navSous a:active {
	text-decoration: none;
	font-weight: normal;
}
/******************** images links *********************/
a:link img {border: 1px solid #000066;}
a:hover img {border: 1px solid #990000;}
a:visited img {border: 1px solid #000066;}

/******************** NavTITEL *********************/
.navTitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000066;
	text-align: left;
	text-indent: 7px;
	text-valign: bottom;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	width: 194px;
	display: block;
	margin-top: 5px;
	line-height: 30px;
	white-space: normal;
}