html {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	font-family: HelveticaLTRegular,Arial;
	color:#303030;
	font-size:12px;
	margin:0;
	padding:0;
	background:url('../images/bckg_fond.jpg') repeat;
	min-height:100%;
}

a {
	text-decoration:none;
	/*color:#46abd3;*/
	color:#0C8132;
}

a:hover {
	text-decoration:underline;
}

#fond {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	bottom:0px;
}

#page {	
	width:961px;
	min-height:100%;
	position:relative;
	margin:auto;
	margin-top:0px;
	background-color:#ffffff;
}

#header {	
	margin:0;
	padding:0;
	width:100%;
	height:220px;
	background-color:#000000;
	position:relative;
}

#sep_menu_moteur {	
	width:100%;
	height:30px;	
}

#slogan {
	position:absolute;
	font-family:HelveticaLTRegular,Arial;
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	top:80px;
	left:470px;
}

#suiteSlogan {
	position:absolute;
	font-family:HelveticaLTRegular,Arial;
	font-size:24px;
	color:#ffffff;
	top:130px;
	/*left:500px;*/
	left:470px;
	color:#c1c2c2;
}

#home {
	position:absolute;
	top:30px;
	left:75px;
}

/*Menu de naviguation*/
#menu {	
	margin:0;
	padding:0;
	width:100%;
	height:80px;	
	background:url('../images/bckg_menu.jpg') repeat-x right;
	font-size:15px;
}


.logo_menu {
	height:15px;
	margin-right:5px;
}

.bouton {
	color:#FFFFFF;
	height:20px;
	float:left;
	padding:30px;
	padding-right:9px;
	padding-left:9px;
	min-width:50px;
	background:url('../images/sep_menu.jpg') no-repeat right;
}

.current {
	background:none !important;
	background:url('../images/bckg_menu_current.jpg') repeat-x right !important;
}

.currentPage {
	color:#000000;
}

.current_left {
	background:none !important;
}

.fin {
	background:none;
}

.bouton:hover {
	background-color:#f2f2f2;
	color:#303030;
	cursor:pointer;
}


/*Moteur de recherche*/
#moteur_recherche {
	height:260px;
	width:100%;
	float:left;
}

#resultat {
	height:190px;
	width:269px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	font-size:12px;
	margin-top:40px;
	margin-left:17px;
	line-height:15px;
	position:relative;
	background:url('../images/bckg_moteur.jpg') repeat;
}

#moteur_recherche #outils_recherche {
	height:180px;
	width:585px;
	margin-top:40px;
	margin-left:20px;
	padding:10px;
	float:left;
	position:relative;
	background:url('../images/bckg_moteur.jpg') repeat;
	padding-top:20px;
	padding-left:20px;
}

#resultat .titre {
	float:left;
	white-space : nowrap; 
	overflow:visible;
	text-align:left;
	font-weight:bold;
	width:100%;
}

#resultat .text {
	padding-top:20px;
	font-size:14px;
	float:left;
	overflow:visible;
	text-align:left;
	width:245px;
	margin-bottom:10px;
}

#resultat .text .nb_resultats{
	font-size:14px;
	font-weight:bold;
}

.paging_result {
	position:absolute;
	bottom:45px;
	left:20px;
	font-size:11px;
}

.paging_encart {
	font-size:14px;
}

#resultat .contactus {
	padding-top:10px;
	float:left;
	text-align:left;
	overflow:visible;
	width:100%;
}

.moteur_recherche_sep {
	float:left;
	width:5px;
	height:134px;
	background:url('../images/moteur_recherche_sep.png');
	margin-left:20px;
	margin-right:20px;
}

#moteur_recherche #outils_recherche #lst_checkbox {
	list-style:none;
	float:left;
	width:125px;
	position:relative;

}

#moteur_recherche #outils_recherche .line {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	height:30px;
}

#moteur_recherche #outils_recherche ul#lst_selectbox {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;

}

#moteur_recherche #outils_recherche ul#lst_inputbox {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;

}

#moteur_recherche #titre_outils_recherche {
	float:left;
	white-space : nowrap; 
	overflow:visible;
	text-align:left;
	font-weight:bold;
	width:100%;
	margin-bottom:20px;
}

.btnOk {
	width:30px;
	height:20px;
	padding-top:5px;
	background-color:#46abd3;
	color:#ffffff;
	text-align:center;
}

.btnOk:hover {
	cursor: pointer;
}

/*contenu de la page*/
#content {
	min-height:300px;
	width:100%;
	float:left;
	clear:both;
	margin-bottom:280px;
}

/*Details d'un bien*/

#content .left {
	width:330px;
	float:left;
	text-align:center;
}

#content .left .img_grande{
	width:270px;
	height:270px;
	margin:auto;
}

#content .left .img_grande img{
	width:270px;
	height:270px;
}

#content .left .lst_petites{
	width:272px;
	margin:auto;
}

#content .left .form_contact{
	width:272px;
	margin:auto;
}

#content .left .lst_petites img{
	float:left;
	width:66px;
	height:66px;
	margin:1px;
}


#content .right {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:20px;
	padding-right:20px;
	width:570px;
	font-size:14px;
	background:url('../images/bckg_moteur.jpg') repeat;
	position:relative;
	float:left;
}

#content .right .retourListe {
	position:absolute;
	top:5px;
	left:5px;
	font-weight:bold;
	font-size:12px;
}

#content .right .titre{ 
	position:absolute;
	top:20px;
	left:20px;
	font-weight:bold;
	font-size:18px;
}

#content .right .prix{ 
	position:absolute;
	top:20px;
	right:20px;
	font-weight:bold;
	color:#46abd3;
	font-size:18px;
}

/*fin detail s d'un bien*/

/*encart de la page liste*/
.encart {
	float:left;
	width:450px;
	height:200px;
	margin-top:25px;
	margin-left:20px;
	position:relative;
	background-color: #e5e5e5;
}

.encart img {
	float:left;
	width:200px;
	height:200px;
}

.encart .titre {
	float:left;
	text-align:left;
	margin-top:10px;
	width:220px;
	min-height:20px;
	margin-left:20px;
	font-weight:bold;
}

.encart .titre a {
	color:#303030;
	/*text-transform:uppercase;*/
}

.encart .description {
	float:left;
	font-size:12px;
	width:210px;
	min-height:50px;
	margin-left:20px;
	margin-top:20px;
}

.encart .prix {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	width:150px;
	bottom:10px;
	left:220px;
	color:#46abd3;
}

.encart .details {
	width:20px;
	height:20px;
	position:absolute;
	bottom:10px;
	right:10px;
}

.encart .blue {
	background: #46abd3 url('../images/plus.png');
}

.encart .blue:hover {
	background: #56924f url('../images/plus.png');
	cursor:pointer;
}
/*
.encart .green {
	background: #56924f url('../images/plus.png');
}*/

/*fin encart de la page liste*/

.paging {
	font-size:15px;
	float:left;
	width:100%;
	text-align:center;
	margin-top:23px;
	position:relative;
}
.paging a {
	color: #0C8132;
}

.div_documents a.lien, . div_notaires a {
	color: #0C8132;
}
.calage {
    clear: both; /* Se positionne en dessous de tous les flottants */
    height: 1px;
    width: 100%;
}

/*footer*/
#footer {	
	width:100%;
	position:absolute;
	bottom:0px;
	background-color:#0183db;
	color:#ffffff;
}

#footer .titre {	
	width:100%;
	font-size:14px;
}

#infos_societe {
	float:left;
	height:100%;
	width:180px;
	padding:20px;
	padding-top:30px;
	line-height:20px;
	font-size:12px;
}

#formulaire_contact {
	float:left;
	height:100%;
	width:400px;
	margin-left:10px;
}

.btnContactEnvoyer {
	background-color:#0c8132;
	width:85px;
	height:27px;
	color:#ffffff;
	border:0;
	margin-top:10px;
	text-align:center;
	padding-top:13px;
	font-size: 12px;
}

.btnContactEnvoyer_submit {
	background-color:#0c8132;
	width:85px;
	height:27px;
	color:#ffffff;
	border:0;
	text-align:center;
	font-family: HelveticaLTRegular;
	font-size: 12px;
}

.btnContactEnvoyer_submit:hover {
	cursor:pointer;
}

.btnContactEnvoyer:hover {
	color:#000000;
	cursor:pointer;
}

.mailInput {
	background-color:#0777c1;
	font-family: HelveticaLTRegular,Arial;
	border:0;
	width:200px;
	height:20px;
	margin-top:10px;
	font-size:15px;
	padding: 10px;
}

.mailInputDetails {
	background:url('../images/bckg_champs_detail.png') repeat; 
	font-family: HelveticaLTRegular,Arial;
	border:0;
	width:230px;
	height:30px;
	font-size:15px;
	padding: 10px;
}

.messageTxtAreaDetails {
	background:url('../images/bckg_champs_detail.png') repeat; 
	font-family: HelveticaLTRegular,Arial;
	border:0;
	width:230px;
	height:110px;
	padding: 10px;
	font-size:15px;
	overflow:auto;
}

.btnContactEnvoyerDetails {
	background-color:#acacac;
	width:87px;
	height:28px;
	color:#ffffff;
	border:0;
	font-size:12px;
	text-align:center;
	padding-top:12px;
}

.btnContactEnvoyerDetails:hover {
	cursor:pointer;
}

#contact_details {
	background: url('../images/bckg_contact.jpg') repeat;
	width:269px;
	text-align:center;
	margin:auto;
	margin-top:20px;
}

.messageTxtArea {
	background-color:#0777c1;
	font-family: HelveticaLTRegular,Arial;
	border:0;
	width:300px;
	height:120px;
	margin-top:10px;
	padding: 10px;
	font-size:15px;
	overflow:auto;
}

#carte_google {
	float:right;
	height:170px;
	width:260px;;
	margin-right:40px;
	padding:10px;
	margin-top:10px;
	background-color:#0777c1;
}

.footer_sep {
	float:left;
	width:7px;
	height:194px;
	background:url('../images/sep_footer.png') repeat-y;
	margin-top:10px;
}

#captcha_footer {
	position:absolute;
	bottom:60px;
	left:15px;
	width:200px;
	height:120px;
	opacity:0.7;
	text-align:center;
	background-color:#ffffff;
}


/*fin footer*/
/*
*
*
*
* Parametrage JQuery Customisation Select, Input, Checkbox, Radio
*
*
*
*/
/*Inputbox*/
.textbox{
	height:20px;
	width:120px;
	background-color:#303030;
	color: #ffffff;
	font-size: 12px;
	margin-bottom:20px;
	border: none;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	font-family: HelveticaLTRegular,Arial;
}
/*SelectBox*/
.mSelect {
	height: 18px;
	width: 200px;
	background-color:#303030;
	padding-top:7px;
	margin-bottom:20px;
	cursor:pointer;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.mSelected {
	padding-left:10px;
	padding-right:10px;
}
.mOption {
	height:18px;
	width: 200px;
	padding-top:8px;
	border-top:none;
	padding-left:10px;
	padding-right:10px;
	background-color:#303030;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index:100;
	cursor:pointer;
	border-top: 1px solid #cccccc;
}
.mOption:hover {
	background-color:#f2f2f2;
	color:#000000;
}
.mFleche {
	float:right;
	width:14px;
	height:14px;
	margin-right:5px;
	cursor:pointer;
	background:url('../images/fleche_select.png') no-repeat;
}
/*checkbox*/
label.checkbox span.holde, label.radio span.holder {
	background: transparent url('../images/coche.png') no-repeat; 
	-moz-background-clip: border; -moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	height: 42px; 
	width:42px;
}

input.hiddenCheckbox { 
	left: -999px; 
	position:absolute;

}
label.prettyCheckbox span.holderWrap { 
	overflow: hidden; 
	float: left; 
	position: relative; 
	
}
label.prettyCheckbox span.holder,label.prettyCheckbox span.holder { 
	display: block; 
	position: absolute;
}
label.prettyCheckbox.checked span.holder, label.prettyCheckbox.checked span.holder, label.prettyCheckbox.checked:hover span.holder, label.prettyCheckbox.checked:hover span.holder, label.prettyCheckbox.radio:hover span.holder { 
	top: -23px ! important; 
}

.chkbox_type {
	padding-left:15px;
}
/*
radio boutons

label.radio span.holder { 
	background: transparent url('../images/coche.gif') repeat scroll 0% 0%; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	height: 51px; 
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder { 
	top: -60px ! important; 
}
label.radio span.holderWrap { 
	margin-right: 18px;
}

label.prettyCheckbox.checked span.holder, label.prettyCheckbox.checked span.holder, label.prettyCheckbox.checked:hover span.holder, label.prettyCheckbox.checked:hover span.holder {
	top: -36px ! important; 
}
label.prettyCheckbox.checkbox:hover span.holder, label.prettyCheckbox.radio:hover span.holder { 
	top: -18px ! important; 
}*/

@font-face {
    font-family: 'HelveticaLTRegular';
    src: url('lte51250-webfont.eot');
    src: url('lte51250-webfont.eot?#iefix') format('embedded-opentype'),
         url('lte51250-webfont.woff') format('woff'),
         url('lte51250-webfont.ttf') format('truetype'),
         url('lte51250-webfont.svg#HelveticaLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
