#perso_general_gauche {
	position:relative;
	padding-left: 58px;
	padding-right: 60px;
	text-align: left;
	zoom:1;
}

/* ###########################  actualité #########################*/

#image_actu {
	margin:0px;
	padding:0px;
	border:1px solid #f2f2f2;
	opacity : 0;
	filter : alpha(opacity=0);
}

#titre_actu{
	color:#6f919d;
	height:22px;
	overflow: hidden;
}
.titre_actu {
	font-weight: bold;
	font-variant: small-caps;
}

.date_actu {
	font-family:Verdana;
	font-size: 10px;
}

#texte_actu {
	padding-top:8px;
	color:#6f919d;
}
#masque_archive {
	position:absolute;
	width:546px;
	height: 251px;
	left:28px;
	top:22px;
	overflow: hidden;
}
#archive {
	position:absolute;
	top:1px;
	left:525px;
	padding-top:3px;
	padding-left:35px;
	padding-right:25px;
	height: 247px;
	color:#7f9aa8;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url("./img/fond_actu.png");

}
#archive a{
	color:#9c9e9f;
}
#bouton_archive {
	position: absolute;
	right:350px;
	top:-38px;
	font-size: 10px;
	color:#7f9aa8;
}

.boxlisting {
	/*border-bottom:1px dotted #BFBFBF; */
	height:15px;
	padding-top:3px;
	padding-left:10px;
	padding-bottom: 3px;
	background-image:url("./img/fleche.gif");
	background-repeat:no-repeat;
	background-position:left;
	width: 230px;
	background-color: #fcfcfc;
	}

.boxlisting p{
	padding:0px;
	margin: 0px;
	padding-left:5px;
	}

#listingnews {
	float:left;
	height:320px;
	width:370px;
	overflow:auto;
	margin-right: 60px;
	padding-right:5px;
}
#test {
	background-color: red;
}

