body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_logo {
	width: 889px;
	border-top: solid 2px #010080;
	border-right: solid 6px #010080;
	border-left: solid 6px #010080; 
	border-bottom: solid 1px #010080; 
}

#content {
	margin: 0px;
	padding: 0px;
	width: 899px;
	border: solid 1px #010080;
}

.title {
	width: 899px;
	height: 20px;
	margin: 0px;
	padding: 5px 0 5px  0;
	background-color: #010080;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold; 
}

.menu {
	width: 899px;
	height: 20px;
	margin: 0px;
	padding: 5px 0 5px  0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #010080;
	font-weight: bold; 
	border-bottom: solid 1px #010080;
}

.bottom {
	width: 899px;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #010080;
	font-weight: bold;
	border-top: solid 1px #010080;
}


a {
	text-decoration: none;
	color: #010080;
}

a:visited {
	text-decoration: none;
	color: #010080;
}

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



#texte {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	color: #010080;
	text-align: left;
}

/*
#texte a {
	text-decoration: underline;
	color: #20323e;
}

#texte a:link {
	text-decoration: underline;
	color: #20323e;
}

#texte a:visited {
	text-decoration: underline;
	color: #20323e;
}


#texte a:hover {
	text-decoration: underline;
	color: #f43b17;
}*/


table.list {
	margin: 0px;
	padding: 5px;
	width: 100%; 
	font-size: 12px;
	color: #010080;
}

table.list tr.table_header {
	background-color: #EEEEEE;
	font-weight: bold;
}

table.list tr.table_header td {
	border-top: solid 1px #010080;
}


table.list tr.row_even {
	background-color: #CCCCCC;
}

table.list tr.row_odd {
	background-color: #FFFFFF;
}

table.list tr td{
	margin: 0px;
	padding: 1px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
	border-bottom: solid 1px #010080;
}


table.form_table{
	margin: 0px;
	padding: 5px;
	width: 100%; 
	font-size: 12px;
	color: #010080;
}

table.form_table tr td{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	width: 50%;
}

table.form_table tr td input{
	border: solid 1px #010101;
	background-image: url("../img/input_field_bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
}

.bt_style {
	border: solid 1px #6b85a9;
	background-image: url("../img/input_field_bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
}

table.form_table tr td textarea{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
	border: solid 1px #010101;
}

table.form_table tr td select{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../img/input_field_bg.png");
	font-size: 12px;
	color: #010080;
	border: solid 1px #010101;
}

table.form_table tr td submit{
	border: solid 1px #6b85a9;
	background-image: url("../img/input_bt_bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	list-style: none;
	vertical-align: baseline;
}


table.home_options {
	margin: 0 0 0 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:center;
	width: auto;
}

table.home_options tr td {
	margin: 0 10px 0 10px;
	padding: 0 20px 0 20px;
	width: 136px;
	height: 106px;
	background-image: url("../img/bt_big_bg.gif");
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.home_options_td {
	margin: 0 10px 0 10px;
	padding: 0 20px 0 20px;
	width: 136px;
	height: 106px;
	background-image: url("../img/bt_big_bg.gif");
	background-repeat: no-repeat;
	background-position: 10px 0;
}

a.home_option_link {
	font-family: Arial Black;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.home_option_link:link {
	font-family: Arial Black;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a.home_option_link:visited {
	font-family: Arial Black;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


a.home_option_link:hover {
	font-family: Arial Black;
	font-size: 14px;
	color: #f43b17;
	text-decoration: none;
}


.caption {
	font-weight:bold;
	font-size:16px;
	color:EE0000;
	text-decoration:underline;
}


.bluebox {
	background-color: #e9f3ff;
	border: solid 1px #8baedd;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	color:#022a71;
	font-size:12px;
}

.blueoptionbox {
	background-color: #d3a5a5;
	border: solid 1px #8baedd;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	color:#022a71;
	font-size:12px;
}

.whitebox {
	background-color: #FFFFFF;
	border: solid 1px #8baedd;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	color:#022a71;
}

.bluebox_title {
	background-color: #e9f3ff;
	border: solid 1px #8baedd;
	color:#022a71;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
}


iframe.upload {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 400px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}


table.login {
	margin: 0px;
	padding: 0px;
	width: 90%;
	font-size: 12px;
	color: #010080;
}

table.login tr td{
	margin: 0 0px 0 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010080;
	width: 45%;
	background-color: #dedede;
}

table.tarif {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #010080;
}

table.tarif tr td{
	margin: 0 0px 0 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010080;
}




/* ENCART DISPLAY */


.ad_result {
	width: 335px;
	margin: 0 0 20px 0;
	border: solid 1px #7e9bbb;
	padding: 1px;
}

table.property_result {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../../img/ad_result_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	width: 335px;
}
table.property_result tr td{
	margin: 5px;
	padding: 5px;
	border: none;
	color: #000000;	
}
.property_result a:link, .property_result a:visited , .property_result a:active {
	font-size: 11px;
	color: #303a67;
	text-decoration: underline;
	font-weight:bold;
}

.property_result a:hover {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}



.ad_result_red {
	width: 335px;
	margin: 0 0 20px 0;
	border: solid 1px #ed2e64;
	padding: 1px;
}

table.property_result_red {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../../img/property_result_red_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	width: 335px;
}
table.property_result_red tr td{
	margin: 5px;
	padding: 5px;
	border: none;
	color:#000000;
}

.property_result_red a:link, .property_result_red a:visited , .property_result_red a:active {
	font-size: 11px;
	color: #c51919;
	text-decoration: underline;
	font-weight: bold;
}

.property_result_red a:hover {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a.detail_red_link:link, a.detail_red_link:visited , a.detail_red_link:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.detail_red_link:hover {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.property_img {
	background-color:#fff;
	padding:2px;
	border-top: solid 1px #888;
	border-left: solid 1px #888; 
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


/* Premium ad mini */

.premium_ad_bloc {
	margin: 0px 0px 0px 15px;
	padding: 0;
	border-top: solid 1px #ed2e64;
	width: 256px;
	background-color: #0a2342;
	background-image: url(../../img/premium_bloc_bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}


.premium_ad_title {
	margin: 0px 0px 0px 0px;
	padding: 18px 10px 5px 35px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	font-size: 14px;
}

.premium_ad_title a:link, .premium_ad_title a:visited , .premium_ad_title a:active, .premium_ad_title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.premium_ad_text {
	margin: 0;
	padding: 10px;
	text-align: justify;
	color: #FFFFFF;
}

.premium_ad_text {
	margin: 0;
	padding: 10px;
	text-align: justify;
	color: #FFFFFF;
}

.premium_ad_text a:link, .premium_ad_text a:visited, .premium_ad_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.premium_ad_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b3c8db;
	font-weight: bold;
	text-decoration: underline;
}


table.planning{
	margin: 0px;
	padding: 5px;
	width: 100%; 
	font-size: 12px;
	color: #010080;
	border: none;
}

table.planning tr td.month{
	margin: 0px 5px 0px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 15%;
	background-color: #4972a4;
	border: none;
	text-align:center;
}

table.planning tr td.free{
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #38eb2a;
	width: 15%;
	border: none;
	text-align:center;
}

table.planning tr td.notfree{
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	background-color: #eb2a2a;
	width: 15%;
	border: none;
	text-align:center;
}

table.planning tr td.notavailable{
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	width: 15%;
	border: none;
	background-color: #e5e5e5;
	text-align:center;
}


table.planning tr td.notset{
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	width: 15%;
	border: none;
	background-color: #cccccc;
	text-align:center;
}




