body {
background:#e6e5d0 url("../images/background.png") repeat-y; 
background-position:top center;
margin: 0 0 0 0px;
text-align: center; /* pour corriger le bug de centrage IE */
font-size: 0.8em;
} 

a {color: #0000ff;}
a:hover {color: #0099ff; text-decoration:underline;}

#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 800px; /* largeur obligatoire pour être centré */ 
}




/* ************ HEADER ************* */
div#header {
    text-align: left;
    /* background-color: #ffc801; */
    height: 255px;
    margin: 0px;
    padding: 0px;
}


	
/* ************ MAIN ************* */
div#main {
	/* background-color: #ffc801; */
	font-family:Arial,sans-serif, "Trebuchet MS";
	/* font-size:13px; */
	padding: 0 0 0 0px;
    margin-left: 0px;
    margin-right: 0px;
	/* line-height: 140%; */
	/* letter-spacing: 0.1em; */
}

div#main h6 {
    margin: 0;
	position: absolute;
	top: 15px;
	right: 30px;
	font: 1em Georgia, serif;
	font-style: italic;
	color: #000;
	}

	

/* ************ FOOT ************* */
div#foot {
	font-family:Arial,sans-serif, "Trebuchet MS";
	font-size:11px;
    border-top: solid #000 1px;
	border-bottom: solid #000 1px;
    background-color: #ffc801;
    padding: 10px;
    text-align: center;
    clear: both;
} 



/* ************ DEP H2 STYLE ************ */
h2 {
background-position: 0 50%;
background-repeat: no-repeat;
padding-left: 10px;
text-align: left;
font-style: normal;
color: #fff;
background-color: #553100;
}



/* ************ DEP H4 STYLE ************ */
h4 {
padding-left: 10px;
text-align: left;
font-style: normal;
padding-top: 25px;
border-bottom: 1px solid orange;
}



div#header h5 {
	float: right;
	margin: 12px 30px;
	width: 200px;
	height: 22px;
	border: solid #000 1px;
	background-color: #ffc801;
	text-align: center;
	padding: 6px 0 0 0;
	font: 12px Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

div#header h6 {
	float: right;
	margin: 170px -230px 0px 0px;
	font: 10px arial;
	font-weight: bold;
	color: #ffffff;
}



/* ************ TABLEAU TITRE ************ */
table.titre {
	width: 348px;
	height: 100px;
}

table.titre td {
    border: none;
	background-image: url(../images/point-titre.png);
    font-size: 28pt; 
	padding: 0 0 20px 33px;
	text-align: left;
}



/* ************ ENCART TRANSPARENT POUR GRENOUILLE ACTIVE ************ */
#grenouille {
    position: absolute;
    top: 119px;
        }



/* ************ DIV ************ */
div#justify { text-align: justify; }
div#center { text-align: center; }
div#right { text-align: right; font-style: normal; border-bottom: 1px solid orange;}
div#italic 	{ font-style: italic; }



div#box4tab {
	text-align: justify; 
	width: 185px;
	padding: 10px 15px 10px 15px;
 }

 
 
/* ************ mise en forme thumbs / patrimoine communal ************ */
div#slidepc img {
	 margin:4px; 
	 padding:5px;
}
 
 

/* ************ jeu de couleurs pour MENU Hz CSS ************ */ 
#couleur01 { background-color:#ef8900; }
#couleur02 { background-color:#db7f00; }
#couleur03 { background-color:#ca7501; }
	#couleur03b { background-color:#553100; width: 100%; }
	#couleur03c { background-color:#553100; width: 100%; }
#couleur04 { background-color:#bb6d00; }
#couleur05 { background-color:#a76101; }
#couleur06 { background-color:#854d00; }
 
 
 
/* ************ ENTETE ************ */
#container {padding:217px 0px 0px 185px; margin:0 0 0px 0; background: url("../images/banniere.jpg") no-repeat;}



/* ************ MENU Hz CSS ************ */
ul#le-menu { list-style-type:none;width:100%;position:relative;height:27px;font-family:Arial,sans-serif;font-size:10.9px;font-weight:bold;margin:0;padding:11px 0 0 0; }
ul#le-menu li { display:block;float:left;margin:0px;height:27px; }
ul#le-menu li.left { margin:0; }
ul#le-menu li a { display:block;float:left;color:#fff;/*background:#ef8b01;*/line-height:27px;text-decoration:none;padding:0 0 0 12px;height:27px; }
ul#le-menu li a.right { padding-right:19px; }

ul#le-menu li a:hover { background:#291900; /*width:126px;*/ border-right: solid #000 1px;}

ul#le-menu li a.current { color:#854d00;background:#e6e5d0; }
ul#le-menu li a.current:hover { color:#854d00;background:#e6e5d0; }

div#menu ul ul,
div#menu ul li:hover ul ul ,
div#menu ul ul li:hover ul ul {display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul { display: block;		width: 150px;	padding: 0px; margin: 0px; position: absolute; top: 38px; border-right: solid #000 1px; border-bottom: solid #000 1px; border-left: solid #000 1px; border-top: solid #553100 0px; }



/* ************ priorité CSS sur FLASH ************ */
div#z-index01 {position: relative; z-index: 1;}
div#z-index02 {position: relative; z-index: 2;}
div#z-index03 {position: relative; z-index: 3;}



/* ************ POPUP CSS ************ */

		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 700px;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
	


/* ************ BULLE CSS +++ HOVER +++ ************ */
    a.bulle {
      position:relative;
      font-family:arial, verdana, sans-serif; 
      text-align:center; 
      font-size:1.2em;
    }
    
    a.bulle:hover {
       background: none; 
       z-index: 50; 
    }
    
    a.bulle span { 
      display: none;
    }
    
    a.bulle:hover span {
       display: block; 
       position: absolute;
       top: -10px; 
       left: 40px;
       font-family:arial, verdana, sans-serif; 
       text-align:justify; 
       font-size:12px;
	   color: #000000;
       font-weight:normal;
       width:500px;
       background: #e0e0e0;
       padding: 5px;
       border: 1px solid #553100;
       border-left: 10px solid #553100;
    }


	
/* ************ ILLUSTRATION ************ */
.illustration01 { 
float:right; 
padding:7px; 
background: #fff;
}



/* ************ Gallery ************ */
.thumbnail
{
float: left;
border: 1px dashed #555555;
margin: 1px 4px 4px 4px;
padding: 3px 3px 0px 3px;
background:#e6e5d0;
}
.clearboth { clear: both; }



/* ************ TABLEAU ACCUEIL MUNICIPAL ************ */
table.AccueilMunicipal th {
	width: 450px;
	height: 25px;
	color: #fff;
	background-color: #553100;
    padding: 3px 3px 3px 3px;
}

table.AccueilMunicipal td {
    border: 1px solid;
	background-color: #fff;
    padding: 3px 3px 3px 3px;
	font-weight: bold;
	text-align: left;
}


dl {padding-left: 0px;}
dt {background-color:orange; font-style: normal;}





/* ************ TABLEAU PATRIMOINE COMMUNAL ************ */
table.PatrimoineCommunal td {
    border: 2px solid;
	background-color: #e6e5d0;
	width:130px;
	height:130px;
    font-weight: bold;
	text-align: center;
	}
table.PatrimoineCommunal td:hover {
    background-color: orange;
    }
	



/* ************ Listes à puces non ordonnées ************ */
.cercle {list-style-type: circle;}
.carre {list-style-type: square;}
.none {list-style-type: none; font-style: normal; line-height: 3.0;}




img.floatLeft { 
    float: left; 
    margin: 4px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 0px 8px 0px 0px; 
}



.floatRight { 
    float: right; 
    margin: 4px; 
}

.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 0px 4px 0px 0px; 
}


pre { font-size: 1.1em; }


.nom {
	font-weight: bolder;
	margin-left:15px;
}

.center { text-align: center; }


.back-main-tab
td {
background-color: orange;
border: thin solid #6495ed;
width: 50%;
}






