/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
/* bloc_mairie_entete */
.bloc_mairie_entete{
	background:#fbe7be;
	width:150px;
	text-align:left;
}

.puce_mairie{
	float:left;
	display:block;
	margin-top:3px;
	height:8px;
	width:8px;
	background:url(../images/puce_orange_claire.jpg) no-repeat;
}

.bloc_mairie_entete span.titre_contenu{
	font-size:100%;
	text-transform:uppercase;
	color:#FFFFFF;
	min-height:26px;
	width:139px;
	padding:5px 0 2px 3px;
}


.bloc_mairie_entete .titre{
	background:url(../images/header_mairie.jpg) no-repeat;
	width:139px;
	height:21px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:14px 0 0 11px;
}

.bloc_mairie_entete .corps{
	color:#333333;
	font-size:80%;
	padding:5px 5px 5px 13px;
}

.bloc_mairie_entete .corps a{
	color:#333333;
}


.bloc_mairie_entete .bottom{
	background:url(../images/bottom_bloc_orange.jpg) no-repeat;
	height:4px;
	width:150px;
	margin-bottom:-12px;
}

html>body .bloc_mairie_entete .bottom{
	margin-bottom:0px;

}

/* bloc_mairie */
.bloc_mairie{
	margin:0;
	padding:0;
	background:#fbe7be;
	width:150px;
	text-align:left;
}

.bloc_mairie .corps{
	color:#333333;
	font-size:80%;
	padding:5px 5px 5px 13px;
}

.bloc_mairie .bottom{
	margin:0;
	padding:0;
	background:url(../images/bottom_bloc_orange.jpg) no-repeat;
	width:150px;
	margin-bottom:-12px;
}

html>body .bloc_mairie .bottom{
	margin-bottom:inherit;

}

html>/**/body .bloc_mairie .bottom{
	height:4px;
	margin-bottom:0px;

}

/* bloc_textimage_vert */
.bloc_textimage_vert{
	width:150px;
	text-align:left;
	margin-bottom:10px;
}

.bloc_textimage_vert .titre{
	/*background:url(../images/header_vert.jpg) no-repeat;*/
	width:139px;
	height:20px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:5px 0 0 11px;
}

.bloc_textimage_vert img{
	border:none;
}


