/* Bloc conteneur et propriété générales des pages */
body {
	margin:1px 0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #6D5D03;
	font-size:14px;
	background-color: #7A9943;
	z-index:1;
}

#global {
	position:relative;
	margin:0 auto;
	padding:0;
	width: 1000px;
	overflow:visible;
	background: url(images/decor/global-arriere-plan.jpg) repeat left top;
}
#global a{ color:#6D5D03; }
#global a:hover{ font-weight:bolder; }

#entete {
	margin:0;
	padding: 0;
	width: 100%;
	height: 149px;
	background-color:#fff;
	background: url(images/decor/entete.jpg) no-repeat right top;
}
#entete h1 {
	position:relative;
	top:19px;
	left:9px;
	margin: 0;
	padding:0;
	width: 167px;
	height: 33px;
	background: url(images/decor/h1.jpg) no-repeat left top;
}

#entete h1 a {
	display: block;
	width: 167px;
	height: 33px;
}

#entete h1 a span { display: none; }
h2 {
	margin: 2em 0 2em 0;
	padding:0; 
	font-size:19px; 
	font-weight:bold;
}
h2.titremenus { display:none; }
h3 {
	margin: 1em 0 0.5em 0;
	padding:0; 
	font-size:16px;
	font-weight:bold;
	clear:both;
	text-decoration:underline;
}
h4 {
	margin: 1em 0 0 0;
	padding:0; 
	font-size:14px;
	font-weight:bold;
}
#corpspage {
	margin:0;
	padding:0;
	width: 100%;
	background: url(images/decor/corpspage-arriere-plan.png) no-repeat left top;
}

#menurubrique {
	margin: 0;
	padding:65px 0 0 0;
	width:210px;
	height:385px;
	list-style-type: none;
}

#menurubrique li {
	position:relative;
	margin: 0;
	padding:0;
}

#menurubrique li a {
	display:block;
	height:40px;
	margin: 0;
	padding:0 0 0 40px;
	text-decoration:none;
	font-weight:bold;
	color:#9A6804;
}

#menurubrique li a:hover {
	color:#6B5D00;
	background: url(images/menu/puce.gif) no-repeat left center;
	z-index:2;
}
#menurubrique li a span {
	position:relative;
	top:20px;
}
#menurubrique li a img {
	position:absolute;
	top:0;
	left:0px;
	border:none;
}

#menulangue {
	position:absolute;
	margin: 0;
	padding:0;
	width:120px;
	top:173px;
	right:95px;
}
#menulangue li {
	margin: 0;
	padding:0;
	float: left;
	width: 33px;
	list-style-type: none;
}
#bouton7_Francais { }
#bouton7_Francais a span {
	padding:1px 3px;
	border:1px solid #6B5D00;
	font-weight:bolder;
	font-variant:small-caps;
}
	
#menulangue li			a { display:block; margin:0; width:33px; height:30px; }
#Francais	a { background: url(images/decor/fr_flag.png) no-repeat center center; }
#English	a { background: url(images/decor/uk_flag.png) no-repeat center center; }
#Deutsch	a { background: url(images/decor/de_flag.png) no-repeat center center; }
#Francais	a:hover { background: url(images/decor/fr_flag.png) no-repeat center center; }
#English	a:hover { background: url(images/decor/uk_flag.png) no-repeat center center; }
#Deutsch	a:hover { background: url(images/decor/de_flag.png) no-repeat center center; }
ul#menulangue li		a span { display:none; }

#contenu {
	float:right;
	margin: 0;
	padding:0 50px 0 0;
	width:735px;
	}
#contenu a img {
	border:6px solid #7A9943;
	padding:1px;
	background-color:#F7F28E;
}
#contenu a img.zoom {
	position:absolute;
	margin:0;
	padding:0;
	visibility:hidden;
	z-index:9;
}
#contenu img.bandeau1 {
	position:absolute;
	top:0;
	right:0;
}
#contenu img.bandeau2 {
	position:absolute;
	top:0;
	right:338px;
}


#separation {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}

/* adresse */
#pieddepage {
	position:absolute;
	top:55px;
	left:2px;
	margin: 0 auto;
	padding:0;
	width:186px;
	text-align:center;
	background:url(images/decor/pieddepage-fond.png) no-repeat top center;
}

/* mention legales */
#piedpage {
	margin:0 auto;
	padding:0;
	width:1000px;
	font-size:9px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #66FF66;
}
#piedpage a {
	text-decoration:none;
	color: #66FF66;
}
#piedpage a:hover {
	text-decoration:underline;
}

#meteoconsult {
	display:block;
	width:94px;
	height:39px;
	position:relative;
	top: 0;
	left:40px;
	border:none;
	z-index:9;
	background:url(images/decor/meteo-consult.png) no-repeat top left;
}
#meteoconsult span {
	display:none;
}