/*@include 'tetepied.css';*/

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; /*FFF*/
	color: #000;
	margin: 0;
}
h1 { margin-top: 0; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.6em; }
a { color: #E20078; }
a:hover { text-decoration: none; }
a:visited { color: #AA0000; }

span.remarque { font-size: 0.85em; font-style: oblique;}

#menu {
	width: 20%;
	position: absolute;
	right: 5px;
	top: 1em;
}


table {
	border: 1px solid #CCC;
	border-top: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
	border-collapse: collapse; 
}

table.compo { border:0; }
table.compo tr { border:0; }
table.compo td { border:0; padding: 1em;}
table.compo td.photo { text-align: center; vertical-align: center; color: #CCC; font-weight: bold; }

table.description, table.service, table.procedure {
	width: 100%;
	margin: auto;
}

table.numeros tbody td { border-right: 1px solid #CCC; }

caption {
	margin: auto;
	background-color: #E20078;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	border : 1px solid #E20078;
}

td.nom {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 0.5em;
	/*border-right: 1px solid #CCC;
	border-bottom: 0px;*/
	background-color: #CCC;
	width:20%;
}

td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	text-align: justify;
	/*background-color: #FFF;*/
}

blockquote { font-family: 'Courier New', Courier, fixed; }
li { margin-left: 1em; }

#principal, #services, #procedures, #description, #situation, #historique, #information, #pratique, #sante, #index, #vieadmin, #engis, #reunions {
	margin: auto;
	width: 85%;
	padding: 1em;
	font-size: 0.8em;
	text-align: justify;
	background: url('../pics/fondoblique.png') no-repeat bottom right #FFF;
	color: #000;
	border: 1px groove #E20078;
}

#principal ul.lien, #services ul.lien, #pratique ul.lien, #procedures ul.lien, #information ul.lien  {
	font-size: 0.85em;
	background-color: #EEE;
	padding: 0.4em;
	border: 1px dotted #000;
	width: 33%;
}
#principal .lien li, #services .lien li, #pratique .lien li, #procedures .lien li  {
	/*list-style-type: none;*/
}
#procedures table.procedure {
	margin-bottom: 1em;
}

#index .menu li {
	display: inline;
	list-style-type: none;
	background-color: #EEE;
	font-size: 0.85em;
	padding: 0.2em;
}
#index .menu a       { text-decoration: none; }
#index .menu a:hover { text-decoration: none; background-color: #E20078;}

#principal .lien span, #services .lien span, #pratique .lien span, #index .menu span {
	display: none; /*visibility: hidden;*/
}

#pratique .encadre {
	border: 1px solid #000;
	padding: 0.2em;
	margin-bottom: 1em;
}

#pratique thead td {
	background-color: #CC0000;
	color: #FFDD00;
	font-weight: bold;
}

#pratique table.envir {	padding: 1em; border:0; }
#pratique table.envir tr { border:0;}
#pratique table.envir td { border:0;}
#pratique .bien { width:300px; color:#007000; /*background-color:#CCFFCC;*/ }
#pratique .pasbien { width:300px; color:#700000; /*background-color:#FFCCCC;*/ }
#pratique p.recommandation {
	background-color: #007000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:60%;
	margin:auto;
}
#pratique .bulles em { font-weight: bold; }

p.signature { text-align: right; }

#bourgmestre {
	border : 1px dotted #E20078;
	background-color: #F7F7F7;
	padding: 1em;
	width: 75%;
	margin: auto;
}

#infos {
	padding: 4px;
	margin: auto;
	width: 85%;
	/*font-size: 0.8em;*/
	text-align: justify;
}
#infos h3 {
	color: #FFFFFF;
	background-color: #E20078;
	border-top: 1px groove #FFFFFF;
	border-left: 1px groove #FFFFFF;
	border-right: 1px groove #FFFFFF;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 0.85em;
}
#infos .signature {
	font-size: 0.8em;
	/*font-style: italic;*/
	font-weight: bold;
	text-align: right;
}
#infos .storyContent {
	padding: 1em;
	font-size: 0.85em;
	text-align: justify;
	background-color: #EEE;
	border-bottom: 1px groove #E20078;
	border-left: 1px groove #E20078;
	border-right: 1px groove #E20078;
}
#infos .copyright {
	font-size: 0.7em;
}
#infos .otherNews h3 {
	margin-top: 1em;
}
#infos .otherNews li {
	font-size: 0.85em;
}
#infos .viewAll {
	padding-top: 1em;
	padding-bottom: 1em;
}
#infos h3 {
	margin: 0;
	margin-top: 1em;
}

img.illu { padding: 10px; }