/*     Pour tout ce qui est en relation avec les dossiers     */

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Titre des doosiers */
div#titre_page {
	margin-top : 6px !important ;	/*firefox*/
	margin-bottom : 10px ;
	padding: 30px 50px 10px 0px ;
	text-align : right ;
	font-size : 1.2em ;
	font-weight : bold ;
	border : 0px solid #cccccc ;
	background : #fff url('/interface/images/template_mai09/ombre_h1.png') no-repeat top left ; 
}

div#titre_page_accueil {
	float : right ;
	width : 400px ;
	margin-top : 6px !important ;	/*firefox*/
	margin-bottom : 10px ;
	padding: 30px 50px 10px 0px ;
	text-align : right ;
	font-size : 1em ;
	font-weight : bold ;
	border : 0px solid #cccccc ;
	background : #fff url('/interface/images/template_mai09/ombre_h1.png') no-repeat top left ;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.bloc_image {
	text-align : center ;
	padding-bottom : 0px ;
	margin-bottom : 0px ;
}

.legende_image {
	text-align : center ;
	font-size : 0.8em;
	font-style: italic ;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.soulignement {
	text-decoration:underline;
}

.importance {
	font-weight : bold ;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.para1 {
	text-align : justify ;
	padding-left: 15px ;
	padding-right: 15px ;
	font-size : 0.8em ;
}

.para2 {
	text-align : justify ;
	padding-left: 15px ;
	padding-right: 15px ;
	font-size : 0.8em ;
	text-indent : 50px ;
}

.para3 {
	text-align : center ;
	padding-left: 15px ;
	padding-right: 15px ;
	font-size : 0.8em ;
}

.para4 {
	text-align : justify ;
	padding-left: 15px ;
	padding-right: 15px ;
	font-size : 0.8em ;
	text-indent : 0px ;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */

img.elu {
	float : left ;
	padding : 10px 20px 20px 0px ;
}

/* Mise en valeur : exemple la div sur la page prévention et sécurité (ville) */
div.focus {
	margin-top : 15px ;
	padding : 10px ;
	background-color : #ececec ;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/* Mise en valeur des blocs contact */
div.bloc_contact {
	margin-top : 15px ;
	padding : 10px ;
	background-color : #ececec ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs contact  pour les ELUS*/
div.bloc_contact_elu {
	margin-top : 15px ;
	padding : 10px ;
	background:#ececec url(/interface/images/fond_elu.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs contact  pour les ELUS -- FICHE*/
div.bloc_contact_elu_fiche {
	margin-top : 15px ;
	padding : 10px ;
	background:#ececec url(/interface/images/fond_elu_fiche.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs contact pour la MAIRIE */
div.bloc_contact_mairie {
	margin-top : 15px ;
	padding : 10px ;
	background:#D6EBFE url(/interface/images/fond_mairie.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs contact pour la MAIRIE */
div.bloc_contact_mairie_vert {
	margin-top : 15px ;
	padding : 10px ;
	background:#CBE2E2 url(/interface/images/fond_mairie_vert.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs contact pour les ASSOS */
div.bloc_contact_asso {
	margin-top : 15px ;
	padding : 10px ;
	background:#D8D9EF url(/interface/images/fond_asso.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}

/* Mise en valeur des blocs RSS */
div.bloc_rss {
	margin-top : 15px ;
	padding : 10px ;
	background:#FFFFCC url(/interface/images/fond_rss.png) no-repeat bottom right ;
	border-top : 1px solid #d1d1d1 ;
	border-left : 1px solid #d1d1d1 ;
	border-right : 1px solid #666 ;
	border-bottom : 1px solid #666 ;
}