#conseilmunicipal {
	width:100%;
}
#conseilmunicipal .titre2 {
	margin-bottom:10px;
}
#conseilmunicipal td {
	padding: 5px;
}
#conseilmunicipal .photo {
	border-right:1px solid #ddd;
}
#conseilmunicipal .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;
}

#conseilmunicipal #groupe {
	width:100%;
	padding-bottom:10px;
}
#conseilmunicipal #groupe img {
	width:100%;
}

#conseilmunicipal #maire,
#conseilmunicipal #maire_adjoint {
	width:100%;
	margin-bottom:10px;
}
#conseilmunicipal #maire table,
#conseilmunicipal #maire_adjoint table {
	width:98%;
	height:100px;
}
#conseilmunicipal #maire .descr,
#conseilmunicipal #maire_adjoint .descr {
	line-height:18px;
	text-align:justify !important;
}
#conseilmunicipal #maire .photo,
#conseilmunicipal #maire_adjoint .photo {
	width:10%;
        height: 100px;
}
#conseilmunicipal #maire .photo img,
#conseilmunicipal #maire_adjoint .photo img {
	margin:0 10px 0 5px;
}
#conseilmunicipal #maire .nom,
#conseilmunicipal #maire_adjoint .nom {
	font-weight:bold;
	font-size:1em;
	padding-bottom:3px;
}
#conseilmunicipal #maire .sep,
#conseilmunicipal #maire_adjoint .sep {
	height:1px;
	margin-bottom:5px;
}

#conseilmunicipal .cm_detail{
	vertical-align:top;
}
#conseilmunicipal .categorie table {
	width:100%;
}
#conseilmunicipal .categorie .personne {
	margin:5px 5px 5px 5px;
}
#conseilmunicipal .categorie .photo {
	font-size:0;
}
#conseilmunicipal .categorie .photo img {
	margin:0 10px 0 0;
}
#conseilmunicipal .categorie .nom {
	font-weight:bold;
	font-size:1em;
	padding-bottom:3px;
}
#conseilmunicipal .categorie .titre {
	padding:3px 0 8px 0;
}
#conseilmunicipal .categorie .sep {
	height:1px;
}

#conseilmunicipal #adjoints,
#conseilmunicipal #conseillers {
	width:100%;
	margin-bottom:10px;
}

#profil {margin-top: 15px;}
#profil .photo {
	float:left;
	margin:0 10px 5px 0;
	width:100px;
	height:100px;
}
#profil .nom {
	font-weight:bold;
	font-size:12px;
}
#profil .titre {
	font-weight:bold;
	font-size:12px;
	margin-top:3px;
}
#profil .descr {
	margin-top:8px;
	line-height:18px;
	text-align:justify;
}
#profil .infos {
	width:100%;
	margin-top:10px;
	display:table;
}
#profil .infos table {
	width:100%;
	margin:0;
}
#profil .infos td {
	line-height:20px;
}
#profil .infos td.intitule {
	width:30%;
	text-align:right;
}
#profil .infos td.intitule p {
	background-color:#ececec;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#profil .infos td.val {
	width:70%;
}
#profil .infos td.val p {
	padding-left:5px;
}

#profil .intro_form {
	width:100%;
	padding:10px 0 5px 0;
	text-align:center;
	font-style:italic;
}
#profil table {width: 100%;}
#profil table .label {
	text-align:right;
	white-space:nowrap;
}
#profil table input, #profil table textarea {
	border:1px solid #4c4c4c;
}
#profil table textarea {
	width:260px;
	height:100px;
}
#profil td.submit {
	text-align:right;
}
#profil .submit input {
	text-align:center;
	background-color:#4c4c4c;
	color:#FFFFFF;
	width:70px;
	padding:1px 0;
}
#profil .red {
	color:#ff0000;
}