#argus ul
{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#argus ul a {
	text-decoration: none;
	font-weight: normal;
	color: #8c8fb2;
}

#argus ul li.red a {
	color: #a90f0f;
}

#argus ul li.green a {
	color: #1f8d09;
}

#argus ul li.orange a {
	color: #d88503;
}



#argus ul a:hover {
	text-decoration: underline;
}

#argus ul li {
	vertical-align: middle;
	width: 230px;
	height: 18px;
}

#argus ul li img
{
	float: right;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
}

#argus ul li img.avisRedac {
	margin: 0 0 0 5px;
	cursor: pointer;
}


#argus ul li div
{
	float: right;
}

#argus ul li.head
{
	color: #928892;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 3px;
	height: 15px;
}

#argus ul li div.date
{
	text-align: right;
	width: 50px;
	padding-left: 15px;
	color: #8d8d8d;
	font-size: 11px;
}

#argus ul li a.prix
{
	float: right;
	text-align: right;
	width: 45px;
/*	color: #d38831; */
	padding-left: 15px;
	font-weight: normal;
}

#argus ul li.head div.date
{
	text-align: center;
	width: 53px;
	padding-left: 15px;
}

#argus ul li.head div.prix
{
	text-align: center;
	width: 45px;
}

#argus ul li.separator
{
	line-height: 1px;
	height: 1px;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 3px;
}

#argus ul li.bottom
{
	border-top: 1px dotted #c4c4c4;
	padding-top: 1px;
	text-align: right;
}

#argus ul li.bottom a
{
	color: #928892;
	font-weight: normal;
	font-size: 10px;
}

#argus #topArgus
{
	width: 230px;
	height: 36px;
	background: url( http://www.mac4ever.com/images/css/topArgus.gif ) 0 10px no-repeat;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	cursor: pointer;
}

div.avis 
{
	
	width: 230px;
	margin : 5px 0 ;
}




div.avisContent {
	border : dashed 1px green ;
	width: 220px;
	margin: 0;
	padding : 5px;
}

.greenAvisContent {
	color: green;
}

.orangeAvisContent {
	color: #d88503;
}

.redAvisContent {
	color: red;
}

div.avisBottom {
	width: 204px;
	height: 20px;
}

.greenAvisBottom {
	background: url( http://www.mac4ever.com/images/css/bottomBulleGreen.png ) 0 0 no-repeat;
}

.orangeAvisBottom {
	background: url( http://www.mac4ever.com/images/css/bottomBulleOrange.png ) 0 0 no-repeat;
}

.redAvisBottom {
	background: url( http://www.mac4ever.com/images/css/bottomBulleRed.png ) 0 0 no-repeat;
}

