/* CSS Document */

/* ///////////////////////////////////////////// */
/* parametres globaux   //////////////////////// */
/* ///////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

/* //////////////////////////////////////////// */
/* Zone compte perso ////////////////////////// */
/* //////////////////////////////////////////// */

#zone_perso_LOG,
#zone_perso_LOG_appart,
#zone_perso_LOG_maison,
#zone_perso_LOG_terrain,
#zone_perso_LOG_fondcommerce,
#zone_perso_LOG_vacances {
	width: 160px;
	color: #303030;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ti titre */

.blc_perso_ti {
	height: 47px;
	background:url(http://media.achat-location.com/web/blc_perso_ti_bk.gif) no-repeat top left;
}

.blc_perso_ti p {
	font-weight: bold;
	color: #f5f5f5;
	padding-left: 55px;
	padding-top:11px;
}

.blc_perso_ti a {
	text-decoration:none;
	color: #f5f5f5;
}
.blc_perso_ti a:hover {
	text-decoration:underline;
	color: #f5f5f5;
}

/* li bas */

.blc_perso_libas {
	height: 30px;
	text-align:center;
	overflow: hidden;
	background:url(http://media.achat-location.com/web/blc_perso_libas_bk.gif) no-repeat top left;
	/*background-color: #656565;*/
}

/* contenu */

.blc_perso_content {
	/*min-height: 121px;*/
	background-color: #AAAAAA;
	/*background:url(http://media.achat-location.com/web/blc_perso_content_bk.gif) #909090 repeat-x top left;*/
}


/* formulaire de log */

.form_log_perso {
	margin:0 4px;	
	border-left: 1px solid #8A8A8B;
	border-right: 1px solid #8A8A8B;
	background-color:#FFFFFF;
}

.form_log_perso_content {
	padding: 5px 8px 0 8px;
	border-right: 4px solid #CDCDCD;
}

.form_log_perso_content label {
	/*padding-top: 20px;*/
}

.form_log_perso_content input {
	font-size: 11px;
	padding: 3px 3px 3px 22px;
	width:103px;
	color: #535256;
	border: 1px solid #A7A6AA;
}

.form_log_perso_content input:focus {
	font-size: 11px;
	padding: 3px 3px 3px 22px;
	width:103px;
	color: #303030;
	border: 1px solid #303030;
}

.chp_perso_login {
	background:url(http://media.achat-location.com/web/ico_chp_mail.gif) no-repeat top left;	
}

.chp_perso_pass {
	background:url(http://media.achat-location.com/web/ico_chp_pass.gif) no-repeat top left;	
}

.pass_oublie {
	padding-top: 6px;
	font-size: 9px;
	text-align:center;
}

/* pass oublié */

.pass_oublie a {
	color: #A7A6AA;
	text-decoration:none;
}

.pass_oublie a:hover {
	color: #303030;
	text-decoration:underline;
}

/* bouton deconnexion */

a.perso_bt_deconnexion {
	display: block;
	height:16px;
	width:78px;
	overflow:hidden;
	margin-top: 7px;
	background:url(http://media.achat-location.com/web/fr/bt_log_deconnex.gif) no-repeat top left;
}

a.perso_bt_deconnexion:hover {
	display: block;
	height:16px;
	width:78px;
	background:url(http://media.achat-location.com/web/fr/bt_log_deconnex.gif) no-repeat bottom left;
}


/* bouton s'inscrire */

a.perso_bt_inscrire {
	float:left;
	margin-left:17px;
	display: block;
	height:16px;
	width:61px;
	overflow:hidden;
	margin-right:3px;
	margin-top: 7px;
	background:url(http://media.achat-location.com/web/fr/bt_log_sinscrire.gif) no-repeat top left;
}

a.perso_bt_inscrire:hover {
	display: block;
	height:16px;
	width:61px;
	background:url(http://media.achat-location.com/web/fr/bt_log_sinscrire.gif) no-repeat bottom left; 
}

/* bouton se connecter */

a.perso_bt_connecter {
	float:left;
	display: block;
	height:16px;
	width:63px;
	overflow:hidden;
	margin-right:3px;
	margin-top: 7px;
	background:url(http://media.achat-location.com/web/fr/bt_log_connecter.gif) no-repeat top left;
}

a.perso_bt_connecter:hover {
	display: block;
	height:16px;
	width:63px;
	background:url(http://media.achat-location.com/web/fr/bt_log_connecter.gif) no-repeat bottom left;
}


/* bouton deposer terrain */

a.bt_deposer_terrain {
	display:block;
	height: 53px;
	width: 160px;
	color:#fff;
	text-decoration: none;
	background:url(http://www.achat-terrain.com/imgs/bt_depot_terrain.png) no-repeat top left;
}


a.bt_deposer_terrain:hover {
	display:block;
	height: 53px;
	width: 160px;
	text-decoration: underline;
	background-position: bottom left;
}

a.bt_deposer_terrain p {
	text-align:center;
	padding-top:12px;
}
