@charset "utf-8";

#news {
	margin-bottom: 20px;
}

#news ul {
}

#news li {
	padding: 5px 0 15px 85px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: solid 2px #A30103;
	margin: 10px 0;
	list-style: none;
  min-height: 55px;
}

#news li.peugeot {
	background-image: url(../images/i_peugeot.gif);
}

#news li.citroen {
	background-image: url(../images/i_citroen.gif);
}

#news li.nf {
	background-image: url(../images/i_nf.gif);
}

#news li.last {
	margin-bottom: 0;
}

#news h2 {
	font-size: 120%;
	padding: 10px 5px;
	color: #1B1F65;
	border-bottom: solid 2px #B1C6E3;
}

#news th, #news td {
  padding: 5px;
}


#news #date {
	text-align: right;
	padding: 10px 0;
	margin-bottom: 20px;
}

.news-txt {
	float: left;
	width: 450px;
}

.news-photo {
	float: right;
	width: 400px;
}


#camera-txt {
	float: left;
	width: 560px;	
}

#camera-photo {
	float: right;
	width: 300px;	
}
