.hidden {
	display: none;	
}

#filtre span.ch_date img{
	margin-top:3px;
	margin-left:0;
	display:block;
/*	background:url(../images/ic_calendrier.gif) no-repeat;*/
	width:16px;
	height:12px;
	text-indent:-5000px;
	float:left;
}

.ch_date2 {
	padding: 4px 0px;	
}

/*
a.btn_select{
	background:#bd0926 url(../images/btn_plus.png) no-repeat 5px top;
	text-transform:uppercase;
	padding:5px 0 5px 25px;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #FFF;
	display:block;
	width:155px;
}

a:hover.btn_select{
	background:#bd0926 url(../images/btn_plus.png) no-repeat 5px -36px;
	color:#FFF;
}
*/

#map_canvas{
	width: 250px; 
	height: 150px;
	cursor: pointer;
}

#map_canvas_vente{
	width: 320px; 
	height: 180px;
	cursor: pointer;
}

.HP#map_canvas_ventesRegion {
	width: 298px; 
	height: 290px;
	cursor: pointer;
}

#map_canvas_ventesRegion{
	width: 670px; 
	height: 370px;
}

#map_canvas_annuaire{
	width: 670px; 
	height: 370px;
}

.lien {
	cursor: pointer;
}

#pageCP {
	display: inline;	
}

#nombreDeVentesParRegion, #acuneVente, #uneVente, #desVentes {
	color:#444a4f;
	font-size:18px;
	font-weight:normal;
}

#HP_GM_gray {
	background-color: gray;
	position: absolute;
	height: 139px;
	width: 298px;
	opacity: 0.6;
}

/*** Resultats de recherche surlignage ***/
.highlighting em {
	background-color: #BD0926;
	font-style: normal;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
}

.ui-autocomplete {
    cursor: pointer;
    height: 200px;
    overflow: auto;
    position: absolute;
}

#form .lab_ligne label{
	display:inline;
	width:none;
	float:none;
	text-align:left;
	font-weight:normal;
	padding:0 5px;
}

/* multicouleur sur du em */
/*
.c0 { background-color: red; }
.c1 { background-color: yellow; }
.c2 { background-color: green; }
*/

/*
#creer_un_compte {
	margin-top: 20px;	
}

form#creer_un_compte input[type="submit"] {
    background-color: #BD0926;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

form#creer_un_compte input {
	float: left;
}

form#creer_un_compte .compte_input .mes_erreur {
	margin-left: 5px;	
}

.compte_label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;	
	margin-bottom: 10px;
}

.compte_input {
	float: left;
	width: 515px;
	margin-bottom: 10px;
}
*/

.mes_erreur {
	color: #BD0926;
}


#passwordStrengthContent {
    border: 1px solid black;
    float: right;
    height: 5px;
    margin-right: 70px;
    width: 125px;
}

#passwordStrength
{
    height: 5px;
    text-align: center;
}

.strength0
{
	width: 125px;
}

.strength1
{
	width: 25px;
	background: red;
}

.strength2
{
	width: 50px;    
	background: orange;
}

.strength3
{
	width: 75px;
	background: #FFEF00; /* jaune */
}

.strength4
{
	width: 100px;
	background: #89E32F; /* vert */
}

.strength5
{
	width: 125px;
	background: #147300; /* vert fonce */
}

#usersForm_dateNaissance_year 	{ width: 60px; margin-right: 10px; }
#usersForm_dateNaissance_month 	{ width: 100px; margin-right: 10px; }
#usersForm_dateNaissance_day 	{ width: 60px; margin-right: 10px; }
#usersForm_dateNaissance { float: left; }
#erreurdate { color: red; float: left; margin-top: -4px; }
#actionrealise {
    background: none repeat scroll 0 0 #F0F1F1;
    border: 1px solid #DDDDDD;
    margin: 10px 0px 10px 50px;
    padding: 10px;
    text-align: center;
}

a.close{
	background:url(../images/btn_close.gif) no-repeat 0 0;
	display:block;
	width:20px;
	height:20px;
	float:right;
	text-indent:-5000px;
	}
	
a:hover.close{
	background:url(../images/btn_close.gif) no-repeat 0 -20px;
	}
	
.boutton_rouge {
	line-height:25px;
	height:25px;
    margin-top: 10px;
    padding:4px 10px 6px 10px;
    color:#FFF;
    background-color:#bd0926;
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
	}
	
.boutton_rouge:hover{
    background-color:#960018;
    }

	
.region {
	background-color:#CCC;
}

#popInCodePostal {
    /*display:block;*/
    width:650px;
    border: 1px solid #dddfdf;
    background:#FFF;
    margin:0 auto;
    padding-bottom:20px;
   /* position:absolute;
    top:50px;
    left:125px;*/
    z-index:10000;
}

.alerteSaved, .rappelSaved {
	color: #bd0926;	
}

.liste_vente {
	/*width: 122px;*/
	width: 200px;
}

#form label, .form label {
	
}

.flash-notice {
	border: 1px solid #dddfdf;
	text-align: center;
	color: #15E90D;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.flash-notice-wp {
	border: 1px solid #dddfdf;
	text-align: center;
	font-weight: bold;
	color: #B27C72;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#ui-datepicker-div {
	z-index: 101;
}

div.encart a.bloc_des_photo2{
	margin:6px;
	}
	
div.encart a:hover.bloc_des_photo2{
	color:#444a4f;
	}
	
a.bloc_des_photo2{
	display:block;
	float:left;
	margin:7px;
	position:relative;
	width:150px;
	height:113px;
	border: 1px solid #dddfdf;
	color:#444a4f;
	text-decoration:none;
	}
	
a.bloc_des_photo2 .des_galerie_vente {
	width:145px;
	height:108px;
	background:url(../images/f_trans-blanc.png);
	position:absolute;
	padding:5px 5px 0 0;
	display:none;
	}
	
a.bloc_des_photo2:hover .des_galerie_vente{
	display:block;
	width:145px;
	height:108px;
	background:url(../images/f_trans-blanc.png);
	position:absolute;
	padding:5px 5px 0 0;
	color:#444a4f;
	}
	
a.bloc_des_photo2:hover .lot_select{
	display:none;
	}
