/* CSS LACHAUD-IMMOBILIER */



#fiche{
	position : relative;
	width: 720px;
	/*height : 220px;*/
	/*background-color : gray;*/
}

#tete_achete{
	width:100%;
	height:53px;
	background: url(../images/vends.jpg) no-repeat top left;
}



#texte{
	float : left;
	width : 520px;
	/*height : 120px;*/
	/*background-color : yellow;*/
	text-align: justify;
	font : normal normal normal 12px Arial, sans-serif;
}


.jsvalidation { 
	margin-left:10px;
	font-size:10px;
	color:#CC0000; 
	font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif; 
}

.chps{
	border : 1px solid #666666;
	height : 19px;
	width : 150px;
	background-color : #6699FF;
	color : #FFFFFF;
	font : normal normal bold 12px Arial, sans-serif;
	padding : 2px;
}

.chps_prix{
	border : 1px solid #666666;
	height : 19px;
	width : 80px;
	background-color : #6699FF;
	color : #FFFFFF;
	font : normal normal bold 12px Arial, sans-serif;
	padding : 2px;
}

.submit_action {
	border : 1px solid #FF6600;
	background-color : #FF6600;
	color : #FFFFFF;
	font : normal normal bold 12px Arial, sans-serif;
	cursor : pointer;
}

#identite{
	float : left;
	width : 250px;
	border-right : 1px gray dashed;
	padding-right: 20px;
}

#recherche{
	float : left;
	margin-left : 20px;
	width : 220px;
	/*background-color : blue;*/
	
}
#validationMessage {
	float : right;
	width :180px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #666666;
	margin: 5px 0;
	color: #CC0000;
	font-weight: bold;
	text-align:left;
	font : normal normal normal 12px Arial, sans-serif;
	display: none;
}

p{
	margin:0px;
	margin-bottom:3px;
}
#achete .red {
	background-color : #CC0000;
}

#achete label.red {
	background-color : #FFFFFF;
}

#achete label {
	float: left;
	width: 50px;
}


ul{
	color : #333333;
	list-style-type:square;
}

#intro{
	float : left;
	margin-top : 4px;
	text-align :left;
	font : normal normal normal 10px Arial, sans-serif;
	border-bottom : 1px dashed gray;
}

#succes{
	font : normal normal normal 11px Arial, sans-serif;
	color : #336600;
	border-bottom : 1px solid gray;
}

#droite{
	float : right;
	width :190px;
	height : 230px;
	background: url(../images/logo_fond.jpg) no-repeat bottom;
}
