/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p,  td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0px;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul, .cms_bloc ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc ul li{
	padding-left: 23px;
	/* background: url(http://www.mairie-hanvec.fr/default/CMS/css/common/../../images/wgs1/puce_liste.gif) 7px 7px no-repeat; */
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}

.cms_bloc ol li{
	padding-left: 7px;
}

.cms_part{
	text-align: left;
	margin: 0px auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0px;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0px 15px 0px 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam,
.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0px;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0px 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0px;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	border: 0px;
	margin: 0px auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0px 5px 5px 0px;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
	border-collapse: collapse;
	border-color: #000000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000000 !important;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	float: left;
	padding: 0px 15px 15px 0px;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	float: right;
	padding: 0px 0px 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0px;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}/******  GENERALITE  ******/
body, td, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{ 
	background: #286302 url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/fond.jpg) left top repeat-x;
	text-align: center; 
}
a{
	color: #4676b0;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.mh_contener{
	position: relative;
	z-index: 1;
	margin: 0px auto;
	width: 990px;
	text-align: left;	
}

.cms_bloc_title h2{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 4px 20px;
	color: #89ba36;
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_titre.gif) left 1px no-repeat;
	text-transform: uppercase;	
}

/******  STYLE DES LISTES  ******/

#mh_contenu ul,
#mh_contenu ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}
#mh_contenu ol{
	list-style-position: inside;
}
#mh_contenu ul{
	list-style-type: none;
	_list-style-type: disc;
}

#mh_contenu ul li{
	padding-left: 23px;
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_liste.gif) 7px 7px no-repeat;
	overflow:hidden;
	
	_padding-left: 7px;
	_background: none;	
	_list-style-position: inside;
}
#mh_contenu ol li{
	padding-left: 7px;
}

/******  BANDEAU HAUT  ******/
#mh_bandeau{
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/fond_bandeau.jpg) left top no-repeat;	
	height: 230px;
}
#mh_bandeau h1{
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0px;
	margin: 0px;
	width: 982px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}

/******  FIL D'ARIANE  ******/
#mh_ariane{
	padding: 15px 0px 10px 20px;
	color: #0078b5;
	font-size: 10px;
}
#mh_ariane a{
	color: #0078b5;	
	text-decoration: none;
}
#mh_ariane a:hover{
	text-decoration: underline;
}
#mh_ariane .puce_ariane{
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_sep_ariane.gif) 6px 4px no-repeat;
	padding-left: 20px;	
}
/******  LIEN BANDEAU : ACCUEIL, IMPRESSION, PLAN DU SITE  ******/
#lien_accueil{
	position: absolute;
	left: 13px;
	top: 76px;
	width: 254px;
	height: 120px;	
}
#lien_accueil img{
	width: 254px;
	height: 120px;	
}
a#lien_imprimer,
a#lien_plan_du_site{
	display: block;
	position: absolute;
	bottom: 4px; 
	color:#4676b0;
	text-align: right;
	padding-bottom: 3px;
	font-size: 10px;
}
a#lien_imprimer{
	right: 136px;
	width: 76px;
}
a#lien_plan_du_site{
	right: 28px;
	width: 98px;
}

#mh_page,
#mh_gauche,
#mh_centre,
#mh_droite{	
	position: relative;
	z-index: 1;
	float: left;
}
#mh_page{
	width: 990px;
	min-height: 494px;
	height: auto;
	_height: 494px;
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/fond_page.jpg) left top repeat-y;	
}
#mh_gauche{
	width: 273px;
	padding-left: 14px;
}
#mh_btn_journal{
	padding: 0 0 15px 1px;
}
#mh_centre{
	width: 703px;
	min-height: 200px;
	height: auto;
	_height: 200px;
}
#mh_contenu{
	position: relative;
	padding: 0px 20px 10px 20px;
	line-height: 13px;
}

/******  ACTUALITES  ******/
#mh_actualites{
	width: 240px;
	height: 148px;	
	background: #69a72b url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/fond_actu.jpg) -1px top no-repeat;
	margin: 10px 0 15px 2px;
	padding-top: 65px;
}
#mh_actus{
	padding-right: 10px;
}
.actu_date{
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_date.jpg) left top no-repeat;
	color: #FFF;
	padding-left: 18px;
}
.actu_titre{
	padding: 4px 0px 6px 18px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.actu_resume img{
	float: right;
	margin: 0px 0px 0px 5px;
}
.actu_resume{
	color: #063670;
	padding: 0px 0px 5px 20px;
}
.actu_description img{
	float: right;
	margin: 0px 0px 15px 15px;
}
.actu_savoir_plus{
	text-align: right;
}
.actu_savoir_plus a{
	color:#063670;
	font-weight: bold;
}

/******  PIED DE PAGE  ******/
#mh_footer{
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/fond_footer.jpg) left top no-repeat;
	padding: 12px 6px 14px 0px;
	color: #FFFFFF;
	text-align: right;
}
#mh_footer a{
	text-decoration: none;
	color: #FFFFFF;
}
#mh_footer a:hover{
	text-decoration: underline;
}
#mh_footer a.lien_footer{
	font-weight: bold;
}
#mh_footer img{
	margin-bottom: -3px;
}#mh_menu{
	padding: 1px;	
	margin: 5px 0px 0px 0px;	
	border: #becad6 1px solid;
	width: 241px;
}
#mh_menu ul,
#mh_menu li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#mh_menu li a{
	display: block;
	text-decoration: none;
}
#mh_menu li{
	width: 241px;
}
#mh_menu li.niv1{
	margin-bottom: 2px;
}
#mh_menu li.last{
	margin-bottom: 0px;
}

#mh_menu li a.niv1,
#mh_menu li a.niv2,
#mh_menu li a.niv3{
	border-left: #325da3 12px solid;
}
#mh_menu li a.niv1:hover,
#mh_menu li a.niv1_on,
#mh_menu li a.niv2,
#mh_menu li a.niv3{
	border-left-color: #193a74;
}
#mh_menu li a.niv1{
	width: 209px;
	min-height: 18px;
	height: auto;
	_height: 18px;
	line-height: 18px;
	padding: 5px 6px 6px 14px;
	background: #6898d2;
	font-weight: bold;
	color: #FFFFFF;
}
#mh_menu li a.niv1:hover,
#mh_menu li a.niv1_on,
#mh_menu li.niv1_on{
	background: #3f6fa9;
}

#mh_menu li a.niv2{
	width: 197px;
	min-height: 18px;
	height: auto;
	_height: 18px;
	line-height: 18px;
	padding: 3px 6px 3px 26px;
	font-weight: bold;
	color: #8abefd;
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_menu_niv2.gif) 14px 9px no-repeat;	
}
#mh_menu li a.niv2:hover,
#mh_menu li a.niv2_on{
	color: #FFF;
}

#mh_menu li a.niv3{
	width: 190px;
	min-height: 16px;
	height: auto;
	_height: 16px;
	line-height: 16px;
	padding: 1px 6px 1px 33px;
	color: #8abefd;
	background: url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_menu_niv3.gif) 21px 8px no-repeat;	
}
#mh_menu li a.niv3:hover,
#mh_menu li a.niv3_on{
	color: #FFF;
}.surtitre{
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

.soustitre{
	color: #89ba36;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.accroche{
	color: #89ba36;
	font-weight: bold;
}

.intertitre{
	color: #0078b5;
	font-weight: bold;
	background: transparent url(http://www.mairie-hanvec.fr/default/CMS/css/tpl3/../../images/hanvec/puce_intertitre.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 17px;
}

.mise_en_avant{
	color: #47850a;
}


.legende{
	font-size: 10px;
	font-style: italic;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
}

/* #TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
} */

#TB_window a {color: #666666;}
#TB_window a:hover {color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
}

.TB_overlayMacFFBGHack {background: url(http://www.mairie-hanvec.fr/lib/default/css/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_caption, #TB_closeWindow{
	padding: 11px 15px 10px 15px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
