/*Estilo de las Tab*/
#my_annonce a, #my_demande a, #my_perfil a, #my_recherche a, #my_pagos a {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial;
}

#my_annonce {
	width:150px;
	height:30px;
	position: relative;
	left: -11px;
	top: -15px;
	padding-top:5px;
	background-image:url(/images/bg_tab.png);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
#my_demande {
	width:190px;
	height:30px;
	position: relative;
	left: 139px;
	top: -50px;
	padding-top:5px;
	background-image:url(/images/bg_tab3.png);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
#my_perfil {
	width:110px;
	height:30px;
	position: relative;
	left: 329px;
	top: -85px;
	padding-top:5px;
	background-image:url(/images/bg_tab4.png);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
#my_pagos {
	width:140px;
	height:30px;
	position: relative;
	left: 439px;
	top: -120px;
	padding-top:5px;
	background-image:url(/images/bg_tab2.png);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}
#loue_vendu {
	width:308px;
	height:143px;
}
