#marche {
	width:100%;
}
#marche .titre2 {
	margin-bottom:15px;
}

#marche .sepv {
	padding:0 !important;
	font-size:0;
	background:url('http://static.reseaudescommunes.fr/default/images/design/pointille_v.png');
	background-repeat:repeat-y;
	background-position:top center;
}
#marche .lien_suite {
	margin-top:3px;
}

#marche .tableau table {
	width:100%;
	border-collapse: collapse;
}
#marche .tableau .sep {
	background-position:center center;
	padding:0;
}
#marche .tableau .head {
	height:20px;
	background-color:#ececec;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	border: 1px solid #ddd;
	background: #ddd;
}
#marche .tableau td {
	padding:5px;
	border: 1px solid #ddd;
}

#marche .texte {
	width:55%;
	text-align:justify;
}
#marche .date, #marche .categorie, #marche .fin, #marche .entreprise {
	text-align:center;
}
#marche .date {
	width:15%;
}
#marche .categorie {
	width:15%;
}
#marche .fin {
	width:15%;
}
#marche .entreprise {
	width:30%;
}

#marche #actuel {
	width:100%;
	margin-bottom:10px;
}
#marche #ancien {
	width:100%;
	margin-bottom:10px;
}

#detail .titre {
	background-image:url(http://static.reseaudescommunes.fr/default/images/design/ico_puce_liens.png);
	background-position:5px 4px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:23px;
	background-color:#ececec;
	font-weight:bold;
	font-size:1em;
	line-height:20px;
}
#detail .descr {
	margin-top:8px;
	line-height:18px;
	text-align:justify;
}
#detail .infos {
	margin:10px 0;
}
#detail .infos table {
	width:100%;
	margin:0;
}
#detail .infos td {
	line-height:20px;
}
#detail .infos td.intitule {
	width:30%;
	text-align:right;
	background-color: #ECECEC;
}
#detail .infos td.intitule p {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#detail .infos td.val {
	width:70%;
}
#detail .infos td.val p {
	padding-left:5px;
}

#detail .icon{
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:20px;
	line-height:16px;
	display:block;
}
#detail .icon-phone{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_phone.png);
}
#detail .icon-fax{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_fax.png);
}
#detail .icon-email{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_email.png);
}
