/* Les Arbres Extensions */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: #699ED4 url(../images/back.gif) repeat-x top;
	font-size: 12px;
	color: #000000;
}

#pagewidth
{
	width: 960px;
	text-align: left;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header
{
	width: 960px;
	height: 122px;
}

#headertop
{
	width: 960px;
	height: 100px;
	background: transparent url(../images/header_top.jpg);
}

#headerbottom
{
	width: 960px;
	height: 22px;
	background: transparent url(../images/header_bottom.gif);
}

#mod_top_menu
{
	position: relative;
	right:20px;
	top:15px;
	height: 0;
	float:right;
}

#mod_foot_menu
{
	position: relative;
	right:50px;
	top:5px;
	float:right;
}

#copyright
{
	position: relative;
	float: left;
	top: 5px;
	left: 70px;
	display: inline;
	color: #474545;
}

#datetime
{ 
	width: 300px;
	height: 17px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 75px;
	text-align: left;
	float: left;
	background: transparent;
}

#mod_top
{
	width: 230px;
	height: 17px;
	font-size: 10px;
	color: #000000;
	padding-top: 5px;
	padding-right: 60px;
	float: right;
	text-align: center;
	background: transparent;
}

#mod_left
{
	width: 190px;
	float: left;
	position: relative;
	margin-top: 0px;
} 

#mod_right
{
	width: 190px;
	float: left;
	position: relative;
	margin-top: 0px;
}

#mod_bottom
{
	width: 960px;
	margin-left: auto; margin-right: auto;
	background: white;
}

#main
{
	width: 960px;
	background: transparent url(../images/main_back.gif) repeat-y;
}

#main_content
{ 
	float: left; 
	width: 572px;
	padding-left: 4px;
	padding-right: 4px;
} 
 
#main_content_wide
{ 
	float: left; 
	width: 695px;
	padding-left: 4px;
}

#footer
{  
	width: 960px; 
	height: 50px; 
	background: url(../images/footer.gif); 
	font-size: 9px;
	color: #000000;
	line-height: 14px;
}

#mod_left div.module, #mod_left div.module_menu
{
	width: 190px;
	background: transparent url(../images/mod_left_m.gif) left repeat-y;
	margin-bottom: 8px;
}

#mod_left div.module div, #mod_left div.module_menu div
{
	width: 190px;
	background: transparent url(../images/mod_left_t.gif) top left no-repeat;
}

#mod_left div.module div div, #mod_left div.module_menu div div
{
	width: 190px;
	background: transparent url(../images/mod_left_b.gif)  bottom left no-repeat;
	color: #000000;
}

#mod_right div.module
{
	width: 190px;
	background: transparent url(../images/mod_right_m.gif) left repeat-y;
	margin-bottom: 8px;
}

#mod_right div.module div
{
	width: 190px;
	background: transparent url(../images/mod_right_t.gif) top left no-repeat;
}

#mod_right div.module div div
{
	width: 190px;
	background: transparent url(../images/mod_right_b.gif)  bottom left no-repeat;
}

#mod_left div.module div div div, #mod_left div.module_menu div div div, #mod_right div.module div div div 
{
	width: 174px;
	padding-left: 3px;
	padding-top: 10px;
	background: transparent;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

#mod_left div.module div div div div, #mod_left div.module_menu div div div div
{
	width: 174px;
	padding: 0px;
	margin: 0px;
}

#mod_right div.module div div div div
{
	width: 174px;
	padding: 0px;
	margin: 0px;
}

div.module h3, div.module_menu h3
{
	font-size: 12px;
	width: 178px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	text-align: center;
	text-transform: uppercase;
}

#mod_right div.module h3
{
	color: #2F84CB;
}

a:link, a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

a:hover
{
	text-decoration: underline; 
	color: #0000FF;
}

/* left menu */

div.module_menu ul
{
}

div.module_menu ul li
{
	background-image: none;
	list-style-type: none; 
	padding-left: 0;
}

div.module_menu ul li a
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	display: block;
	line-height: 19px;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: left;
	width: 168px;
	color: #FFFFFF;
	border-left: 2px solid #F5E16E;
}

/* Note the child selector (>) */

div.module_menu ul li#current > a, div.module_menu ul li > a:hover
{
	background: #C6D4E1;
	color: #000000;
	font-weight: bold;
}

div.module_menu ul li ul li a
{
	font-weight: normal;
	margin-left: 6px;
	width: 157px;
	border-left: 2px solid #F5E16E;
}

#maincontent div.moduletable, #maincontentwide div.moduletable
{
	width: 100%;
	margin-bottom: 10px;
	border: 0px solid #699ED4;
	background: transparent;
}

/* Top menu */

#mod_top_menu ul
{
	margin: 0;
	padding: 0;
}
#mod_top_menu li
{
	display: inline; 		/* Items side-by-side */
	list-style-type: none;
	background-image: none;
}
 
#mod_top_menu ul a
{
	display: block;
	float: left;
	padding: 0 1em; 		/* horizontal separation */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Bottom menu */

#mod_foot_menu ul
{
	margin: 0;
	padding: 0;
}
#mod_foot_menu li
{
	display: inline; 		/* Items side-by-side */
	list-style-type: none;
	background-image: none;
}
 
#mod_foot_menu ul a
{
	display: block;
	float: left;
	padding: 0 1em; 		/* horizontal separation */
	font-size: 10px;
	font-weight: normal;
	color: #474545;
}

ol
{
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li
{
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
}

ul li li
{
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
}

hr 
{
	width:  90%; 
}
 
hr.separator
{
	width:  40%; 
}

.small
{
	font-size: 10px;
	color: #548FD1;
	line-height: 10px;
}

.smalldark
{
	font-size: 10px;
	color: #3370AF;
	height: 10px;
	line-height: 10px;
	text-align: left;
}

.clr
{
	clear: both;
}

.content
{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}

.sectiontableentry1
{
	text-align: left;
	background: #b3e5da;
	font-size: 10px;
	padding: 2px;
}

.sectiontableentry2
{
	text-align: left;
	background: #ffffff;
	font-size: 10px;
	padding: 2px;
}

.button
{
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

.inputbox
{
	border: 1px solid #000000;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

a.readon:hover
{
	background: url(../images/readon.gif) no-repeat left;
	text-decoration: none;
	color: #000000;
}

.contentheading, .componentheading
{
	width: 98%;
	height: 21px;
	border-bottom: 0px !important;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 19px;
	text-align: left;
	font-weight: normal;
	color: #6B6C24;
	padding-bottom: 10px;
}

.contentpaneopen
{
	text-align: left;
	background: transparent;
	font-size: 12px;
	line-height: 16px;
	width: 98%;
	color: #000000;
}

table.contentpane td.contentheading
{
	width: 98%;
	font-weight: normal;
	font-size: 12px;
	height: 21px;
	line-height: 20px;
	font-family: verdana, arial, sans-serif;
	border: none;
	color: #000000;
}

table.contentpane ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #000000;
}

table.contentpane ul li
{
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	background: url(../images/readon.gif) no-repeat left top; 
}

.contentdescription
{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.contentpagetitle, .category
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	color: #000000;
}

.sectiontableheader
{
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	line-height: 20px;
	color: #000000;
}

.categorytitle
{
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	line-height: 20px;
	font-family: verdana, arial, sans-serif;
	color: #6B6C24;
}

a.category
{
	text-decoration: underline; 
}
 
a.category:hover
{
	text-decoration: underline; 
}
 
table.moduletable
{
	width:  100%; 
	font-size: 80%;
}
 
table.moduletable th
{
	font-size: 80%;
}

table.moduletable td 
{
}

.back_button a
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.blogsection
{
	font-size: 12px;
}

.blog_more ul li
{
	list-style: none;
	padding-left: 14px;
	line-height: 18px;
	background: url(../images/readon.gif) no-repeat left;
}

table.contenttoc
{
	border: 1px solid #ababab;
	padding: 3px;
}

table.contenttoc th
{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ababab;
}

h1
{
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #6B6C24;
}

h2
{
	font-size: 16px;
	text-align: left;
	text-decoration: underline; 
	color: #6B6C24;
	margin:0 0 5px 0; 
}

h3
{
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	font-weight: bold;
	color: #6B6C24;
}

h4
{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #6B6C24;
}

/* Over-ride Joomfish css margins */

#jflanguageselection
{
	float: right;
	margin: 0 0 0 0;    
}

.rawimages
{
	margin-top: 0;
	margin-right: 10px;
}

.rawimages img
{
	margin-top: 0;
	margin-bottom: 0;
}

.rawimages span#active_language img
{
	margin-top: 0;
	margin-bottom: 0;
}

/*  pagination  */

ul.pagination
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

ul.pagination li
{
	background-image: none;
	display:inline;
	padding:2px 5px 0;
	text-align:left;
}

ul.pagination li a 
{
	padding:2px;
}

/* fix background for mod_rokslideshow  */

#slideshow img {background-color: transparent; }

/* fix the position of the search box in the top module */

#mod_top .inputbox {margin-top: -3px; }

/* custom styles for Rentalot */

table#rentalot {font-size: 11px;}
table#rentalot1 {font-size: 11px;}
table#rentalot2 {font-size: 11px;}
table#rentalot3 {font-size: 11px;}

table.plotalot
{
	border-collapse:collapse; border:1px solid #CECACA; border-spacing: 0;
	font-weight:lighter;
	font-size:75%;
}

table.plotalot th
{
	background:#FFFFFF;
	text-align:center;
}

.plotalot_odd
{
	border:1px solid #CECACA;
	background:#F7FFB5;
}

.plotalot_even
{
	border:1px solid #CECACA;
	background:#FFFFFF;
}
