#marche {
	width:100%;
}

#marche .tableau table {
	width:100%;
	border-collapse: collapse;
}
#marche .tableau .head {
	height:20px;
	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 #ancien, #marche #actuel {
	width:100%;
	margin-bottom:10px;
}

#detail {
	margin-top:5px;
	padding:0 5px;
}
#detail .descr {
	margin-top:8px;
	line-height:18px;
	text-align:justify;
}
#detail .infos {
	margin-top:10px;
}
#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);}