#M_marches{
	background:url(../images/titre-actualite-des-marches.png) left top no-repeat;
	padding-top:35px;
  width:230px;
}

#M_marches table{
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
	background:#F0F0F0;
	margin-bottom:5px;
}

#M_marches td{
	border-left:1px solid #969696;
	border-top:1px solid #969696;
	font-size:9px;
	padding:2px;
}

#M_marches td.image{
	padding:0px;
}

#M_marches .row{
	background:url(../images/separateur.png) left top repeat-x;
	margin-top:9px;
	padding-top:12px;
	font-size:11px;
}


#M_marches .titre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:2px;
	font-size:11px;
}

#M_marches .row .contenu{
	padding-bottom:6px;
}

#M_marches .row .contenu a:hover{
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;
}

#M_marches .row .contenu a{
    color: #000000;
    text-decoration: none;
}

