#article
{
	margin: 0;
	padding: 0px 0 0 0;
}

#article h1
{
	background: transparent;
	clear: both;
	margin: 0px 0 0 0;
	padding: 30px 0 0 7px;
	height: 27px;
	color: white;
	font-size: 0.7em;
	font-weight: normal;
}
#article h1 a
{
	color: white;
}
#retour
{
	display: block;
}
#article div.texte
{
	float: left;
	width: 473px;
	
}
#article div.image
{
	float: left;
	margin: 0px 0 0 0px;
	width: 290px;
}
#article div.image img
{
	display: block;
	margin: 0;
	padding: 0 0 57px 2px;
	cursor: pointer;
}
#article div.image ul, #article div.image ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#article div.image ul.notification
{
	width: 50px;
	position: absolute;
	margin-left: 238px;
	width: 150px;
	display: none;
}
div.notification{
	width: 50px;
	
	position: absolute;
	margin: 11px 0 0 554px;
	padding: 10px;
	width: 137px;
	display: none;
}
#article div.image ul.notification li
{
	padding: 10px;
	line-height: 1.5em;
}

#article div.texte div.black.l6
{
	width: 473px;
	margin: 11px 0 0 1px;
}
#article div.texte div.black.l6 a
{
	color: rgb(247,0,24);
}
#article div.texte div.black.l6 a.link_article
{
	color: white;
}
#article div.texte div.black.l6 span.separateur
{
	color: rgb(180,180,180);
}
#article div.texte div.black.l6.first
{
	margin-top: 0px;
}
#article div.texte div.black.l6 p
{
	margin: 0;
	/*padding: 8px 15px 15px 10px;*/
	padding: 6px 15px 15px 8px;
	line-height: 1.5em;
}
#article div.texte div.black.l6 strong
{
	font-weight: normal;
	color: white;

}

/*tableau pour les article de type actu*/
#article table
{
	width: 552px;
	background-color: #000; 
	color: #fff;
	margin: 0px 0 0 1px;
}
#article table tr td
{
	padding: 8px 20px 0px 10px;
	line-height: 1.5em;
	color: rgb(180,180,180);
}
#article table tr td strong
{
	color: rgb(256,256,256);
	font-weight: normal;
}
#article  table tr td a
{
	color: #f70018;
	text-decoration: none;
}
#article  table tr td.date
{
	font-size: 0.7em;
	line-height: 1em;
	padding-bottom: 8px;
}
