/* CSS Document */

/* ==== ACTUALITE ==== */

/* TEXTES */

#actualite #box-gauche {
	float: left;
	width: 400px;
	height: 100%;
	padding: 0;
	margin: 0;/*
	background: #ff9;*/
	}
#actualite ul li {
	list-style-image: url(../pics/arrow1a.gif);
	list-style-type: square;
	padding: 0 0 0 0;
	margin: 0 7px 0 0;
	}

/* IMAGES 150x150 */

#actualite #box-droite {
	float: right;
	width: 300px;
	margin: 0 10px 0 0;/*
	background: #0ff;*/
	}
.actu-box-img {
	display: block;
	width: 280px;
	padding: 0 0 0 0;
	margin: 10px 0 15px 0;
	}
#actualite .actu-img img {
	border: 1px solid #fff;
	}
#actualite .actu-lgd {
	float: left;
	width: 110px;
	height: 100%;
	text-align: right;
	font: normal 12px/1.3em arial;
	color: #fff;
	margin: 0 10px 0 0;/*
	background: #ff0;*/	
	}
#actualite .actu-img {
	float: right;/*right*/
	width: 150px;
	padding: 0;
	margin: 0;
	}

/* ====VOIR-CLIP==== */

#voir-clip {
	font-weight: bold;
	margin: 5px 0;
	}

/* ====VENTE==== */

#vente {
	width: 95%;
	font: normal 12px/1.3em arial;
	color: #fff;
	border: 1px solid #f8cf40;
	padding: 7px;
	margin: 10px 0;
	}

/* ====LIENS==== */

#voir-clip a:link {color: #fff; text-decoration: underline;}
#voir-clip a:visited {color: #fff; text-decoration: underline;}
#voir-clip a:hover {color: #00f; text-decoration: underline;}

#vente a:link {color: #fff; text-decoration: none;}
#vente a:visited {color: #fff; text-decoration: none;}
#vente a:hover {color: #00f; text-decoration: underline;}


