body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.thrColLiqHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #F1F2E4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top:double 3px #FF6600;
	border-bottom:solid 1px #FF6600;
	background:#FFF url(../slices/header.jpg) left no-repeat;
}
.thrColLiqHdr #topmenuhome {
	height:80px;
	background:#FFF url(../slices/logo.gif) 30px 2px no-repeat;
}

.thrColLiqHdr #topmenuhome ul {
	float:right;
	margin-top:55px;
	margin-right:15px;
}
.thrColLiqHdr #topmenuhome ul li {
	display:inline;
	padding-left:10px;
}
a.toplinks:link, a.toplinks:visited {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:120px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 170px; /* since this element is floated, a width must be given */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px; /* since this element is floated, a width must be given */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	margin: 0 200px 0 180px;
	margin-top:15px;
}

.thrColLiqHdr #mainContent2 { 
	margin: 0 20px 0 180px;
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#009900;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear_fix {
	clear:both;
}

.mnuwilayas {
	background:#009900 url(../slices/tl.gif) top left no-repeat;
	color:#FFF;
	font-size:12px;
	margin: 0 5px 15px 5px;
}

.submnuwilayas {
	position:relative;
	background:#009900 url(../slices/br.gif) bottom right no-repeat;
	top:6px;
	padding:0 6px 15px 6px;
}

ul {
	list-style:none;
	padding:0px;
	margin:0;
}

ul  li.submnu {
	border-bottom:solid 1px #0C0;
}

ul li.mnu_wil_title {
	font-size:13px;
	font-weight:bold;
	border-bottom:solid 2px #060;
	padding-bottom:5px;
	text-align:center;
	margin-left:0;
}

span.gr {
	font:120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF6600;
}
span.or {
	font:110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#009900;
}

/*span.or a:link,a:visited {
	text-decoration:underline;
	color:#009900;
}*/


#presentation {
	background:#FFFFCC url(../slices/tl_lg.gif) top left no-repeat;	
	font: 80% Verdana, Geneva, sans-serif;
	margin:5px 0 8px 0;
}
#subpresentation {
	position:relative;
	top:7px;
	padding:0 9px 15px 9px;
	background:#FFFFCC url(../slices/br_lg.gif) bottom right no-repeat;
}

#presentation img {
	padding-right:8px;
	padding-top:8px;
}

.annonces_cat, #nouv_annonces {
	margin:15px 0 0 0;
}
.annonces_cat_title {
	border-bottom:solid 1px #009900;
	margin-bottom:4px;
}
.wb, .or_small {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:13px;
	font-weight:bold;
	padding:0 4px;
	margin-top:5px;
}

.wb {
	color:#999;
}
.or_small {
	color:#FF6600;
}
.annonces_cat ul {
	line-height:20px;
}
.annonces_cat ul li{
	font-size:11px;
	border:none;
	display:inline;
	white-space:nowrap;
}
/* ---------------- Anchors ------------------------------- */
a, a:link, a:visited {
	font-size:12px;
}
a.avntloc:link, a.avntloc:visited {
	text-decoration:none;
	color:#333;
	display:inline;
}
a.avntloc:hover  {
	text-decoration:underline;
}
a.amenuwil:link, a.amenuwil:visited  {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:3px 0 4px 5px;
}
a.amenuwil:hover {
	background-color:#0C0;
}
a.aunder:link, a.aunder:visited {
	font-size:11px;
	text-decoration:underline;
	color:#333;
}
/* --------------- End Anchors ------------------------------- */

.nouv_annonces, #annonce_rech {
	margin-top:15px;
}
.nouv_annonces_title, #annonce_rech_title {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 3px 3px;
}
.nouv_annonces_title {
	background-color:#009900;
}
#annonce_rech_title {
	background-color:#FF6600;
}
#annonce_rech_form {
	background-color:#FFF;
}

table td.lbl {
	text-align:right;
	padding-right:1.5em;
	font-weight:bold;
	font-size:12px;
}
#annonce_rech_form table td.rdio {
	text-align:center; 
	font-size:12px; 
	font-weight:bold;
}

#annonce_rech_form table td.rdio label {
	margin-right:3em;
}

table.tbl_annonces {
	font-size:12px;
	background-color:#E4E4E4;
	border-bottom:solid 1px #999;
	border-top:solid 2px #FFF;

}
table.tbl_annonces:hover {
	background:#D9FFB3;
}
.nouv_annonces_brief {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
.nouv_annonces_detail {
	font-size:11px;
	padding:0 5px 5px 5px;
}
.nouv_annonces_pic {
	text-align:center;
}

.feat_ads {
	background:#FF6600 url(../slices/tl_or.gif) top left no-repeat;
	color:#FFF;
/*	font-size:13px;
	font-weight:bold;
	text-align:center;*/
	margin:0 5px 0 5px;
}

.subfeat_ads {
	background:#FF6600 url(../slices/br_or.gif) bottom right no-repeat;
	position:relative;
	font-size:13px;
	font-weight:bold;
	top:4px;
	text-align:center;
	padding:0 4px 4px 4px;
}

.tbl_vente {
	background:#FFF;
	margin:8px 5px 0 5px;
	border:solid 1px #FFD1B3;
}
.feat_property {
	font-size:11px;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
}
.input {
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

.feat_details {
	font-size:11px;	
}

.annonces {
	border:solid 1px #FFBB8E;
	background:#FFF;
	margin:9px auto;
}
.annonces_txt {
	font-size:12px;
	border-top:dotted 1px #CCC;
	border-bottom:dotted 1px #CCC;
}
.annonces_options {
	font-size:11px;
	color:#666;
}

.annoncestd {
	font-size:11px; 
	color:#666;
	font-weight:bold;
	text-align:left;
}

a.navbar {
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#FF6600;
	border:solid 1px #FF6600;
	padding:2px 2px;
	background:#FFF;
	
}

a.navbar:hover {
	background:#FF6600;
	color:#FFF;
}

.breadcrumb {
	margin-bottom:25px;
	font-size:12px;
	font-weight:bold;
	border-bottom:dotted 1px;
}
span.option {
	font-size:12px;	
}
td.option_label {
	border-bottom:solid 1px #009900; 
	padding:20px 0 2px 0;
	color:#009900; 
	font-size:12px;
	font-weight:bold;
}
td.tdimg img {
	float:left;
	padding:15px 15px 0 0;	
}
.error {
	color:#F00;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.srch {
	border:solid 1px #FF6600;
	margin: 0 3px;
	background:#FFF;
}
.srch label {
	display:block;
}
.srch tr td {
	font-size:11px;
	color:#666;
	font-weight:bold;
}


