#citiescommunity {
	width:100%;
}
#citiescommunity .photo {
	width:20%;
	float:right;
}
#citiescommunity .nom {
	font-weight:bold;
	font-size:1em;
	margin-bottom: 10px;
}

#citiescommunity .infos  {
	width:80%;
	float:left;
}
#citiescommunity .infos table {
	width:100%;
	margin:0;
}
#citiescommunity .infos td {
	line-height:20px;
}
#citiescommunity .infos td.intitule {
	width:25%;
	text-align:right;
}
#citiescommunity .infos td.intitule p {
	background-color:#ececec;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#citiescommunity .infos td.val {
	width:70%;
}
#citiescommunity .infos td.val p {
	padding-left:5px;
}
#citiescommunity ul {
	list-style-type: none;
}
#citiescommunity li {
	padding:2px 0 2px 20px;
}