@charset "utf-8";
#lots {
	/*border:1px solid #000;*/
	margin:auto;
}
.ajout_lot {
	display:block;
	width:120px;
	height:20px;
	padding-top:35px;
	margin:auto;
	background:url(images/ajout_programme.png) center top no-repeat;
	color:black;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	margin-bottom:20px;
}
.ajout_lot:hover {
	color:red;
}

#navigateur select, #navigateur input, #navigateur span{
	display:block;
	float:left;
}

#navigateur .navig {
	display:block;
	height:22px;
	width:22px;
	float:left;
	cursor:pointer;
}
#navigateur .next {	background:url(images/next.gif);margin-right:10px;}
#navigateur .prev {	background:url(images/prev.gif);margin-left:10px;}
#navigateur .up {	background:url(images/up.png);}
#navigateur .down {	background:url(images/down.png);}

#lots .lot {
	width:275px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	height:130px;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
	background-color:#FCFCFF;
	border: 1px outset #CCCCCC;
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor:pointer;
	overflow:hidden;
}
#lots .lot:hover {
	background-color:#FFFFCC;
}

#lots .lot h1,
#lots .lot h1:first-letter{
	margin:0px;
	padding:0px;
	font-size:14px;
	background:none;
	color:#FC3;
	border-bottom-color:#CCC;
	margin-bottom:5px;
}

#lots .lot p{
	margin:0px;
	padding:0px;
	font-size:12px;
	background:none;
	color:#000;
	border:none;
}
#lots .lot .img_conteneur{
	float:left;
	width:90px;
	margin-top:15px;
	margin-bottom:7px;
	margin-right:10px;
	border:none;
	height:85px;
	overflow:hidden;
}
#lots .lot img{
	float:left;
	width:90px;
	margin-right:10px;
	border:none;
}


/* MEMBRE */
#lots .lot .loyer {
	width:85px;
	font-size:12px;
	float:right;
	margin-top:10px;
}
#lots .lot .charge {
	width:85px;
	font-size:12px;
	float:right;
	margin-top:10px;
}
#lots .lot .varangue {
	width:170px;
	font-size:12px;
	float:right;
	margin-top:3px;
	clear:right;
}
#lots .lot .terrain {
	width:170px;
	font-size:12px;
	float:right;
	margin-top:3px;
}
#lots .lot .jardin {
	width:170px;
	font-size:12px;
	float:right;
	margin-top:3px;
}
#lots .lot .parking {
	width:170px;
	font-size:12px;
	float:right;
	margin-top:3px;
}
#lots .lot .acompte {
	width:120px;
	font-size:12px;
	margin-top:20px;
	clear:both;
	float:left;
}
#lots .lot .btn {
	float:right;
	width:40px;
	height:20px;
	margin-top:15px;
}

/* ADMIN */
#lots .lot .panel {
	clear:both;
	font-size:12px;
}

#lots .lot .panel  input{
	width:40px;
}
#lots .lot table td {
	text-align:right;
}

#lots .lot .panel .bas_gche {
	width:175px;
	float:left;
}
#lots .lot .panel .bas_drt {
	width:100px;
	float:right;
}
#lots .lot .panel .bas_drt .btn {
	margin:0px;
	width:70px;
	height:20px;
	margin-bottom:2px;
	border:1px solid #CCC;
}
#lots .lot .panel .bas_drt .dispo {
	background:green;/*#b3ffb3;*/
}
#lots .lot .panel .bas_drt .option {
	background:orange;/*#ffe67f;*/
	text-align:center;
	padding-top:3px;
	height:17px;
}
#lots .lot .panel .bas_drt .vente {
	background:red;/*#ff4848;*/
}

#lots .lot .panel .commercial{
	float:none;
	width:160px;
	height:22px;
	font-size:12px;
	text-align:right;
	margin-bottom:3px;
}
#lots .lot .panel .commercial select{
	display:block;
	float:right;
	width:90px;
	height:22px;
}
#lots .lot .panel .client{
	float:none;
	width:160px;
	height:22px;
	font-size:12px;
	text-align:right;
	margin-bottom:3px;
}
#lots .lot .panel .client input{
	padding:0px;
	display:block;
	float:right;
	width:86px;
	height:18px;
	font-size:12px;
}
#lots .lot .panel .acces{
	float:none;
	width:160px;
	height:22px;
	font-size:12px;
	text-align:right;
	margin-bottom:3px;
}
#lots .lot .panel .acces select{
	display:block;
	float:right;
	width:90px;
	height:22px;
}
#lots .lot .panel .vignette {
	width:60px;
	float:left;
	margin-right:5px;
	height:150px;
	overflow:hidden;
}
#lots .lot .panel .vignette span{
	display:block;
}
#lots .lot .panel .vignette img{
	float:none;
	width:95%;
}
#lots .lot .panel .doc {
	width:70px;
	float:left;
}
#lots .lot .panel .doc span{
	display:block;
}




.lot .suppr_lot {
	float:right;
	margin:0px;
	margin-left:5px;
	padding:0px;
	height:18px;
	width:18px;
	background:url(images/suppr.png) no-repeat center;
	cursor:pointer;
}
.lot .edit_lot {
	float:right;
	margin:0px;
	margin-left:7px;
	padding:0px;
	height:18px;
	width:18px;
	background:url(images/edit.png) no-repeat center;
	cursor:pointer;
}
.lot .save_lot {
	float:right;
	margin:0px;
	margin-left:5px;
	padding:0px;
	height:18px;
	width:18px;
	background:url(images/save.png) no-repeat center;
	cursor:pointer;
	display:none;
}
.lot .annule_lot {
	float:right;
	margin:0px;
	margin-left:5px;
	padding:0px;
	height:18px;
	width:18px;
	background:url(images/annule.png) no-repeat center;
	cursor:pointer;
	display:none;
}
.lot .intro {
	/*cursor:pointer;*/
}
.panel_lot {
	font-size:10px;
	border-top:1px solid #CCC;
	margin-top:7px;
	background:url(images/opaque.png);
	padding:5px;
	line-height:25px;
	clear:both;
}
.panel_lot .acces {
	float:right;
}
.panel_lot .encours {

}
.panel_lot .livraison select{
	width:120px;
}
.panel_lot .annee {
	float:right;
}
.panel_lot .mention input{
	width:210px;
}
