
body, h1, h2, h3, p, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
}
.body {
	color: #000000;
	text-align: center;
	background: #ffffff;
}
a, a:link, a:visited, a:active {
	color: #03368f;
	text-decoration: none;
}
a: hover {
	color: #000000;
}
.mainDiv {
	width: 620px;
	text-align: left;
	margin: 20px auto 20px auto;
}
.mainDivHeader {

	/*width: 100%;*/
	display: flex;
    margin-bottom: 10px;

}
.headerInfos {
	width: 270px;
	float: left;

}
.headerInfos .nbre {
	font-weight: bold;
	margin-bottom: 5px;
}
.headerLogo {
	background-image: url("/data/dataimages/upload/logoConseilCommunalPrint.png");
	background-repeat: no-repeat;
	background-position:left top;
    height: 110px;
    width: 330px;

}
.headerLogo img{
	width: 100px;
}
h1 {
    font-weight: bold;
    text-align: center;
	font-size: 1.8rem;
	margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
.mainDivIntro {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.mainDivIndex {
	float: left;
	width: 100%;
	margin: 0px 0px 50px 0px;
	background: #eceded;
	padding: 10px 0px 10px 0px;
	/* display: none; */
}
.mainDivIndex li {
	/*list-style-type: decimal;*/
	margin-bottom: 7px;
}
.mainDivCenter {
	float: left;
	margin: 0px 0px 30px 0px;
}
.centerGroup h2 {
    display: flex;
    flex: auto;
    font-weight: bold;
	/*height: 28px;*/
	line-height: 28px;
	font-size: 1rem;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.centerGroup h2 .number {
    font-weight: bold;
    min-width: 25px;
    text-align: left;
}

.centerGroup h2 .title {
    font-weight: bold;
}

.centerGroup h3 {
    margin-bottom: 5px;
}

.centerGroup ul
{
	margin: 0px 0px 0px 25px;
    padding-left: 0px;

}
.centerGroup li {
	/*list-style-type: decimal;*/
	list-style-type:none;
	margin-bottom: 7px;
}
.centerGroup a {
	display: block;
	margin-bottom: 5px;
    margin-left: 25px;
}
.centerGroup li a {
    margin-left: 0px;
}

.mainDivFooter {
	float: left;
	background: #eceded;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}
.mainDivFooter h2 {
	height: 28px;
	line-height: 28px;
	color: #03368f;
	font-size: 1rem;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.mainDivFooter h3 {
	color: #03368f;
}
.mainDivFooter p {
	margin: 0px 0px 10px 0px;
}
.mainDivEnd {
	float: left;
	width: 100%;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}
.endInfos {
	font-size: 12px;
	float: left;
}
.endDate {
	font-size: 12px;
	float: right;
	text-align: right;
}
table, tr, td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
td
{
	vertical-align:top;
}
.table-cell
{
	display:table-cell;

}
.theme-num
{
	min-width: 30px;

}
.theme-alpha
{
	width: 20px;

}
.label
{
	width: 55px;
	display:inline-block;
}
.head-commune
{
    font-weight: bold;
}
.head-comment
{
	text-align:left;
	margin-bottom: 35px;
}
.info-file
{
	white-space: nowrap;
}
.embargo
{
	color: #dd2211;
	display: block;
	margin-top:5px;
}
.mainDivHeaderDate
{
	text-align:right;
	margin-bottom: 30px;
    flex-grow: 1;
}
.signatures {
    margin-top: 40px;
    display: flex;
    justify-content: end;
    align-content: flex-end;
}
.bottom-signature
{
    display: inline-block;
	margin-bottom: 40px;
	margin-left: 70px;
	/*width: 240px;*/
}
.member-function
{
	display:block;
}
.member-name
{
	display:block;
	margin-top: 20px;
}
.no-wrap
{
	white-space:nowrap;
}
