body {
	background: url(../images/bg.gif) top left repeat-x #BFC9D6;
	margin: 0px;
	padding: 0px;
	color: #00285D;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	font-weight: bold;
}

img {
	border: none;
}
a:link, a:visited {
	color: #00285D;
	text-decoration: underline;
}
a:hover {
	color: #021C3E;
	text-decoration: none;
}

a.defaultMapTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15pt;
	color: #d9c67e;
}

a:link.defaultMapTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15pt;
	color: #d9c67e;
	font-weight: bold;
}

a:visited.defaultMapTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15pt;
	color: #00285D;
	font-weight: bold;
}

a:hover.defaultMapTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15pt;
	COLOR: #d9c67e;
	font-weight: bold;
}

a:active.defaultMapTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15pt;
	color: #d9c67e;
	font-weight: bold;
}

a.RedUnderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}

a:link.RedUnderlined  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}

a:visited.RedUnderlined  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}

a:hover.RedUnderlined  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: red;
}

a:active.RedUnderlined  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	color: #d9c67e;
	font-weight: bold;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #06265D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #00285D;
}
input.btn {
	border: none;
}
#fullholder {
	background: url(../images/bg_full.gif) top repeat-y;
	width: 779px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
#holder {
	background: url(../images/bg_top.gif) top no-repeat;
	width: 779px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 779px;
	height: 122px;
	text-align: left;
}
#header img {
	margin: 55px 0px 0px 70px;
}
#sub_header {
	width: 779px;
	height: 46px;
}
#sub_header_img, #sub_header_sep, #sub_header_tbl {
	float: left;
}
#sub_header_tbl {
	background: url(../images/headers/tableau.jpg);
	height: 46px;
	width: 354px;
	text-align: left;
}
#sub_header_tbl div {
	padding: 4px 22px 0px 10px;
	color: #00285D;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18px;
}
#menu_top {
	width: 779px;
	height: 24px;
	background: url(../images/menu_top.gif) no-repeat;
	text-align: left;
}
#menu_top ul, #menu_top ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu_top ul li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_top_btn.gif) repeat-x;
	font-weight: bold;
	font-size: 9px;
}
#menu_top ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_top_btn_o.gif) repeat-x;
}

#menu_top ul li a span {
	display: block;
	float: left;
	padding: 6px 5px 6px 5px;
	cursor: pointer;
	border-left: 2px solid #00285D;
	border-right: 2px solid #00285D;
}
#menu_top ul li a.selected {
	color: #00285D;
	text-decoration: none;
	background: url(../images/menu_top_btn_sel.gif) repeat-x;
}
#menu_top img {
	float: left;
}
#footer {
	background: url(../images/bg_footer.gif) top no-repeat #BFC9D6;
	width: 779px;
	height: 48px;
	text-align: right;
}
#col_left, #col_center, #col_center_full, #col_right {
	float: left;
	display: inline;
}
#col_left {
	width: 153px;
	margin: 0px 0px 0px 19px;
	padding: 0px;
}
#col_center {
	width: 402px;
	margin: 0px 20px;
	text-align: left;
	padding-top: 20px;
}
#col_center_full {
	width: 556px;
	margin: 0px 20px;
	text-align: left;
	padding-top: 20px;
}
#content {
	background: url(../images/content_bottom.gif) bottom repeat-x #FFFFFF;
	border-left: 1px solid #00285D;
	border-bottom: 1px solid #00285D;
	border-right: 1px solid #00285D;
	padding: 5px;
	text-align: justify;
}
#content table tr td {
	font-size: 11px;
}
#content table {
	/*margin: 10px;*/
}
#col_center h1, #col_center_full h1 {
	color: #FFFFFF;
	font-size: 18pt;
	margin: 10px 10px 0px 10px;
	font-weight: normal;
}
#col_right {
	width: 165px;
	margin: 0px;
}
#langage {
	color: #666666;
	font-size: 9px;
	background: #FFFFFF;
	border-top: 1px solid #00285D;
	border-bottom: 1px solid #00285D;
	border-right: 1px solid #00285D;
	margin-top: 11px;
	padding: 5px;
	font-weight: bold;
}
#menu_left {
	background: url(../images/menu_left_bg.jpg) top left no-repeat;
	margin-top: 10px;
	padding-top: 4px;
	text-align: left;
}
#menu_left ul, #menu_left ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_left ul li a {
	text-align: right;
	width: 144px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_left_btn.jpg) repeat-y;
	font-weight: bold;
	font-size: 9pt;
	display: block;
}
#menu_left ul li a:hover {
	color: #00285D;
	text-decoration: none;
	background: url(../images/menu_left_btn_o.jpg) repeat-y;
}
#menu_left ul li a span {
	display: block;
	padding: 4px 10px;
	cursor: pointer;
	border-bottom: 1px solid #080441;
}
#menu_left div.sep {
	height: 5px;
	width: 144px;
	border-bottom: 1px solid #00285D;
}
#menu_left ul li a.selected {
	color: #00285D;
	text-decoration: none;
	background: url(../images/menu_left_btn_o.jpg) repeat-y;
}
#menu_right {
	background: url(../images/menu_right_bg.gif) top right no-repeat;
	margin-top: 15px;
	padding-top: 4px;
	text-align: right;
}
#menu_right img {
	margin-right: 11px;
}
#menu_right_container {
	border-right: 1px solid #19215D;
	background: #E9DCA9;
	margin-right: 3px;
	margin-left: 9px;
	padding-right: 7px;
}
#menu_right_titre {
	border-left: 1px solid #19215D;
	border-right: 1px solid #19215D;
	border-bottom: 1px solid #19215D;
	background: url(../images/menu_right_top_bg.gif) center repeat-y;
	text-align: left;
	color: #6B0B00;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	font-size: 11pt;
}
#menu_right_text {
	border-left: 1px solid #19215D;
	border-right: 1px solid #19215D;
	background: #FFFFFF;
	text-align: left;
	font-size: 9px;
}
#menu_right_text ul {
	list-style-image: url(../images/bullet-001.gif);
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#menu_right_text ul li{
	margin-left: 20px;
	padding: 5px 0px;
}
#menu_right_text ul li a{
	color: #333333;
	text-decoration: none;
}
#menu_right_text ul li a:hover{
	color: #333333;
	text-decoration: underline;
}
#menu_right_bottom {
	background: url(../images/menu_right_bottom.gif) no-repeat;
	margin-left: 9px;
	padding: 3px 15px 4px 0px;
	font-weight: bold;
	font-size: 10px;
}
#menu_right_bottom a {
	color: #6B0B00;
	text-decoration: none;
}
#menu_right_bottom a:hover {
	color: #6B0B00;
	text-decoration: underline;
}
#footer img {
	margin: 12px 40px 0px 0px;
}
#footer img.dont {
	margin: 0px;
}
#footer div {
	padding-top: 5px;
	font-size: 10px;
	color: #00285D;
	padding-bottom: 20px;
}
div.boxLeftBasHaut {
	margin-top: 15px;
	text-align: left;
	background: url(../images/box_left_bas-haut.jpg) bottom no-repeat;
	padding-bottom: 4px;
}
div.boxLeftHautBas {
	margin-top: 15px;
	text-align: left;
	background: url(../images/box_left_haut-bas.jpg) top no-repeat;
	padding-top: 4px;
}
div.boxLeftBasHaut img, div.boxLeftHautBas img {
	border-top: 1px solid #19215D;
	border-bottom: 1px solid #19215D;
	border-right: 1px solid #19215D;
}
div.boxRightBasHaut {
	margin-top: 15px;
	margin-right: 12px;
	text-align: right;
	background: url(../images/box_right_bas-haut.jpg) bottom no-repeat;
	padding-bottom: 4px;
}
div.boxRightHautBas {
	margin-top: 15px;
	margin-right: 12px;
	text-align: right;
	background: url(../images/box_right_haut-bas.jpg) top no-repeat;
	padding-top: 4px;
}
div.boxRightBasHaut img, div.boxRightHautBas img {
	border-top: 1px solid #19215D;
	border-bottom: 1px solid #19215D;
	border-left: 1px solid #19215D;
}
table.yellowborder {
	border: 1px solid #06265D;
	background: #FFFFFF;
}
table.blueborder {
	border: 1px solid #06265D;
	background: #EBEFF5;
}
table.realyellowboarder {
	border: 1px solid #D9C67E;
	background: #FFFFFF;
}

table.noborder {
	border: 0px;

}
td.yellow {
	background: #284A84;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #06265D;
}
td.yellow a{
	color: #FFFFFF;
}
td.yellow a:hover{
	color: #FFFFFF;
}
td.padcell {
	padding: 5px;
	font-size: 11px;
	/* text-align:left;*/
}


#sitemap ul {
	text-align: left;
	padding-top: 10px;
}
#shortcuts {
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
#shortcuts ul, #shortcuts ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	display: inline;
}
#shortcuts ul li a {
	font-size: 10px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	background: #00285D;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
}
#shortcuts ul li a:hover {
	color: #FFFFFF;
	background: #CC9900;
	text-decoration: none;
}
#shortcuts ul li a span {
	float: left;
	display: block;
	padding: 3px 5px;
	cursor: pointer;
}
td.topButton {
	padding: 0px 0px 20px 0px;
}
td.topButton a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
td.topButton a:hover {
	text-decoration: none;
	color: #666666;
}
table.propHolder {
	border: 1px solid #00285D;
	background: #E1CD86;
}
table.propHolder td.price {
	color: #00285D;
	font-weight: bold;
}
table.alert td {
	background: #00285D;
}
table.alert a:link, table.alert a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
table.alert a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
tr.tabList a:link, tr.tabList a:visited {
	display: block;
	text-align: center;
	background: #00285D;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	padding: 5px;
}
tr.tabList a:hover {
	background: #C7A422;
	color: #FFFFFF;
	text-decoration: none;
}
tr.tabList a:link.selected, tr.tabList a:visited.selected {
	background: #C7A422;
	color: #FFFFFF;
	text-decoration: none;
}
#boxsmall {
	overflow: auto;
	height: 245px;
	width: 339px;
	border: 1px solid #00285D;
	background: #FCFAEE;
	color: #00285D;
}
#boxbig {
	overflow: auto;
	height: 583px;
	width: 190px;
	border: 1px solid #00285D;
	background: #FCFAEE;
	color: #00285D;
}
td.sitetable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #D9C67E;
	font-weight: bold;
	font-size: 10px; 
  background: #00285D;
  border: 0px;
	padding: 2px 5px 2px 5px;
}
td.tabList {
	background: #00285D;
}
td.tabList a:link, td.tabList a:visited {
	display: block;
	float: left;
	background: #00285D;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
td.tabList a:hover {
	background: #C7A422;
	color: #FFFFFF;
	text-decoration: none;
}
td.tabList span.disable {
	display: block;
	float: left;
	background: #45505E;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;	
	padding: 5px;
}
td.tabList a:link.selected, td.tabList a:visited.selected {
	background: #C7A422;
	color: #FFFFFF;
	text-decoration: none;
}
td.tabList a span {
	display: block;
	float: left;
	cursor: pointer;
	padding: 5px;
}

.date {
	font-size: 10px;
	text-align: center;
}
th.date {
	background-color: #C7A422;
}
td.date:hover {
	background-color:#dddddd;
}
.littleDate {
	font-size:9px;
	text-align:center;
}
th.littleDate {
	background-color: #C7A422;
}

/* Log menu */

#LogMenu li{
	/*
	border:1px solid #CCCCCC;
	display:inline;
	list-style-type:circle;
	*/
}

#AdSeen{
	border: 1px solid #06265D;
	background: #EBEFF5;
	margin:5px;
}

td.rollDownCaption {
	color: #777777;
	margin:0;
	padding:0;
}