html, body {
	margin: 0;
	padding: 0 0 0 0;
	height: 100%;
}
body {
	background-image:url("images/fond.png");
}
#main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-family:Verdana;
	font-size:12px;
	background-image:url("images/fond-contenu.png");
	position: absolute; top: 0px; bottom: 0px;
}
#wrapper-liste-c4,
#wrapper-liste-c4-header {
	width:525px;
	margin:0 0 0 0px;
	position: absolute;
	top: 20px;
	left:0px;
	overflow:hidden;
}
#wrapper-liste-c4 {
	top: 26px;
	bottom: 10px;
}
#wrapper-liste-c4-header {
	top: 0px;
}
.liste-c4 {
	width:545px;
	font-size:14px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	margin:0;
	padding:0;
}
.liste-c4 ul {
	background:none repeat scroll 0 0 #2B2B2B;
	margin:0 0 0 0px;
	list-style:none;
	padding:0;
}
.liste-c4 ul li {
	border-bottom:1px solid #1D1D1D;
	border-top:1px solid #393939;
	color:white;
	text-shadow:0 1px 0 #000000;
	overflow:hidden;
	margin:0 10px 0 2px;
	padding:4px 8px 4px 5px;
	cursor:pointer;
}
.liste-c4 ul li a {
	text-decoration:none;
	font-size:13px;
	color:white;
}
.liste-c4 ul li:hover {
	/*background:none repeat scroll 0 0 #353535;*/
	background-color:#353535;
	position:relative;
}

.annee {
	float:left;
	width:50px;
}
.km {
	float:left;
	width:90px;
}
.prix {
	float:left;
	width:80px;
}
.desc {
	margin:0 0 0 210px;
	margin:0;
	float:left;
	width:140px;
}
.lien {
	margin:10px 0 0 5px;
}
.star {
	background-position:10px 40px;
	background-repeat:no-repeat;
}
.star_v1 {
	background-image:url("star_v1.png");
}
.star_v2 {
	background-image:url("star_v2.png");
}
.star_1 {
	background-image:url("1.png");
}
.star_2 {
	background-image:url("2.png");
}
.star_3 {
	background-image:url("3.png");
}
.star_4 {
	background-image:url("4.png");
}
.star_5 {
	background-image:url("5.png");
}
.vendue {
	background-image:url("vendue.png");
	background-position:10px 1px;
	background-repeat:no-repeat;
}
.voile {
	overflow:hidden;
}
.voile_actif {
	background-color:black;
	filter : alpha(opacity=10);
    opacity : 0.1;
}

#wrapper-descriptif-c4 {
	width:610px;
	margin:0 0 0 530px;
	position: absolute;
	top: 0px;
	overflow:hidden;
}
#descriptif-c4 {
	width:671px;
	height:503px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	padding:0;
	margin:0 10px 0 0;
}
#map-canvas {
	width:400px;
	height:300px;
}
#ville_vehicule {
	font-size:20px;
	color:darkblue;
	width:400px;
	text-align:center;
}
.vehicule {
	float:right;
	border:1px solid white;
	padding:1px;
}
.internet {
	float:right;
	margin:25px 0 0 10px;
}










.nb-c4 {
	color:white;
	font-size:18px;
	font-weight:normal;
	margin:5px 20px 0 30px;
	padding:3px;
	background:none repeat scroll 0 0 #2B2B2B;
	border:1px solid #BBBBBB;
	text-shadow:0 1px 0 #000000;
}
#alphabet {
	float:right;
	margin: 0 40px 0 0;
	padding:0;
}
#alphabet a {
	text-decoration:none;
}
#alphabet ul li {
	display:inline;
	list-style: none;
	color:white;
	border-right:1px solid #393939;
	border-left:1px solid #1D1D1D;
	overflow:hidden;
	margin:0;
	padding:0 4px;
}
#alphabet ul li:hover {
	background:none repeat scroll 0 0 #353535;
	background:none repeat scroll 0 0 white;
}

.un-c4 {
	overflow:hidden;
	margin:0 20px 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #BBBBBB;
}
.jaquette {
	float:left;
	margin:0 15px 0 0;
	border:1px solid white;
	padding:2px;
	cursor:pointer;
	width:160px;
}
.jaquette:hover {
	border:1px solid red;
}
.description {
	overflow:hidden;
}
.titre-c4 {
	font-size:24px;
	color:red;
	margin:0 0 10px 0;
	padding:0;
}
.label-bloc {
	overflow:hidden;
	margin:0 0 6px 0;
}
.label-gauche {
	width:120px;
	float:left;
	font-weight:bold;
	color:#353535;
}
.label-droit {
	/*float:left;*/
	margin:0 0 0 120px;
	padding:0;
	wrap-text:normal;
}
.synopsis {
	font-size:12px;
}
.new {
	width:48px;
	height:48px;
	background-image:url("images/new.png");
	float:right;
	margin-top:-5px;
}

	
