
label {
	float:left;
	margin:2px;
}
input {
	float:left;
	margin:5px;
	border: 1px solid #CCC;
}

input:hover {
	background-color:#F5F5F5;
}

textarea {
	float:left;
	margin:5px;
	border: 1px solid #CCC;
}
textarea:hover {
	background-color:#F5F5F5;
}

div#conteneur div#col1 div#venteNav {
	overflow:scroll;
	height:400px;
	background-image: url('../images/div-background.gif');
	background-repeat: repeat-x;
}

div#conteneur div#col1 div#venteNav div#annonce {
	cursor:pointer;
	border-bottom: 1px solid #CCC;
	height:80px;
}

div#conteneur div#col1 div#venteNav div#annonce img {
	border:2px solid #CCC;
	margin:2px;
	float:left;
}

div#conteneur div#col1 div#venteNav div#annonce:hover {
	background-color:F5F5F5;
	border-bottom: 1px solid #EA000D;
}

div#conteneur div#col1 div#venteNav div#annonce h1.titre {
	text-align:left;
	font-size:13px;
	color:#999;
	padding:0px;
	margin:0px;
}
div#conteneur div#col1 div#venteNav div#annonce span.modele {
	font-size:10px;
	color:#25F;
	padding:0px;
	margin:0px;
}
div#conteneur div#col1 div#venteNav div#annonce span.prix {
	font-size:13px;
	color:#654;
	padding-left:60px;
}
div#conteneur div#col1 div#venteNav div#annonce span.detail {
	font-size:9px;
	color:#000;
	text-decoration:underline;
}

div#conteneur div#col1 div#pub {
	text-align:center;
	position:relative;
	top:25px;
	left:65px;
	border:1px solid #CCC;
	padding:10px;
	width:135px;
}

div#conteneur div#col1 div#pub:hover {
	border:1px solid #EA000D;
}


div.form-none {
	display:none;
}
div.form {
	height:300px;
	border:1px solid #CCC;
	background-color:#FAFAFA;
}

img.btContact {
	cursor:pointer;
}
img.btImages {
	cursor:pointer;
}

div#vente div#venteImg p {
	font-size:10px;
}

div#vente div#venteImg div#venteNav-2 {
	text-align:right;
	background-color:#d4d0c8;
	border-top:2px solid #999;
}

div#vente div#venteDesc img {
}

div#vente div#venteDesc h2 {
	font-size:13px;
}

div#vente div#venteDesc span {
	font-size:10px;
	color:#EA000D;
	text-transform:uppercase;
}
div#vente div#venteDesc h3 {
	font-size:10px;
}

div#vente div#venteDesc ul li {
	border-top:1px solid #CCC;
}

div#vente div#venteOther {
	height:75px;
	width:500px;
	border:1px solid #000;
}


.jcarousel {
    width: 500px;
}

.jcarousel-clip {

}

.jcarousel-list li {
    list-style: none;
    float: left;
}

.jcarousel li img {
    border: 0;
}

.jcarousel-next {
    cursor: pointer;
}

.jcarousel-prev {
    cursor: pointer;
}

.none {
	display:none;
}

img.loading {
	float:left;
	margin-left:5px
}