/* CSS Document */
body {
	background-color: #ffffff;
}

table {
  width: 100%;
  border-collapse:collapse; /*equivalent cellspacing="0"*/
}

td {
  padding: 0px; /*equivalent cellpadding="0"*/
}

.bandeau {
  background: url(../images/bandeau.gif) #ffffff no-repeat top left;
}

.menu_small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.menu_small:link {color: #000000;}
.menu_small:hover{color: #004E5A;}

.b_top {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	/*height: 28px;*/
	text-align: center;
	/*float: left;*/
	/*text-indent: 28px;*/
	line-height: 30px;
  padding: 0px 5px 0px 5px;
  display: block;
  border: 0px;
}

.b_top_active {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*height: 28px;*/
	text-align: center;
	/*float: left;*/
	/*text-indent: 28px;*/
	line-height: 30px;
	background-repeat: no-repeat;
  padding: 0px 5px 0px 5px;
  /*background-color: white;*/
	color: rgb(0,174,239);
  display: block;
  border: 0px;
	}

.b_top:visited {
  color: #FFFFFF;
}

.b_top:hover {
	background-color: rgb(0,174,239);
}

.top_menu {
	/*height: 30px;*/
  /*padding-left: 27px;*/
  background-color: rgb(0,85,165);
}

table.top_menu td {
  width: 16.6%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*===========
  sub_menu 
  -----------*/
.frame_sub_menu {
	height: 28px;
  padding-left: 28px;
  background-image: url(../images/02_02.jpg);
}

#table_sub_menu td {
  width: 157px;
  text-align: center;
}

.sub_menu, .sub_menu:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#00505D;
	font-weight: bold;
}

.sub_current{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.sub_menu:hover {
	color: #990000;
}

#sub_menu_blank_green {
	background-image: url(../images/01_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 841px;
}

#sub_menu_blank_magenta {
	background-image: url(../images/magenta_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 841px;
}

#sub_menu_blank_orange {
	background-image: url(../images/orange_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 841px;
}

#sub_menu_blank_yellow {
	background-image: url(../images/green_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 841px;
}

.property_list {
  display:none;
}
