@charset "utf-8";
/* CSS Document */

#ephemeride { 
	z-index:2;
	position:absolute;
	display: block;
	left:50%;
	margin-left:330px;
	margin-top:15px;
	background-image: url(http://www.gerardmer.net/images/fond/ephemeride2.png); 
	background-repeat: no-repeat;
	width:156px; height:100px; 
	font-family: Arial;
}

fieldset {
	color:white;
	line-height:0.9em;
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:15px;
}
fieldset legend{
	font-size:1.1em;
	font-weight:bold;
}
fieldset li {
	margin-left:20px;
}


h2{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:white;
	text-indent:20px;
	background-color:#7F2708;
}

#bandeau_bas{
	position:absolute;
	margin-top:617px; 
	background-repeat: no-repeat;
	background-image: url(/images/bandeaux/bandeau-bas.png);
	z-index:4;
}


#ensemble{width:160px;position:fixed;margin-left:-175px;border:1px solid white;background-image:url(/images/divers/fond-sous-menu.jpg);}
#bouton{padding-left:15px;height:20px;}
#sous_menu{height:335px;overflow:auto;text-align:left;}
#sous_menu a:link{color:black;}
#sous_menu a:visited{color:black;}
#sous_menu a:hover{color:white;}
#sous_menu a:active{color:white;}



body{
	margin:0;
	padding:0;
	overflow:hidden;
	color:white;	
	background-color:#2D0C0C;
}

#contenu {
	left:50%;
	margin-left:-500px; 
 	width:1000px; 
	position:absolute;
	overflow:auto;
	bottom:0px;
	background-image:url(http://www.gerardmer.net/images/fond/image-fond.jpg);
	
}

#menu{
	z-index:3;
	left:50%;
	margin-left:-356px;
	position:fixed;
	width:856px;height:45px; /*taille fixe obligatoire pour centrage horizontal*/
	border-top:20px solid #2D0C0C;
  	background-image: url(http://www.gerardmer.net/images/bandeaux/bandeau-haut.png);
	background-repeat:no-repeat;
}

a.logo_ot { 
	z-index:2;
	position:fixed;
	left:50%;
	margin-left:-500px;
	position:fixed;
	background-image: url(http://www.gerardmer.net/images/fond/logo-ot.png); 
	background-repeat: no-repeat;
	width:184px; height:151px; 
}
a.logo_ot:hover { background: url(http://www.gerardmer.net/images/fond/logo-ot.png) -186px 0  }

a.logo_ot_anglais { 
	z-index:2;
	position:fixed;
	left:50%;
	margin-left:-500px;
	position:fixed;
	background-image: url(http://www.gerardmer.net/images/fond/logo-ot-anglais.png); 
	background-repeat: no-repeat;
	width:184px; height:151px; 
}
a.logo_ot_anglais:hover { background: url(http://www.gerardmer.net/images/fond/logo-ot-anglais.png) -186px 0  }

a.logo_ot_neerlandais { 
	z-index:2;
	position:fixed;
	left:50%;
	margin-left:-500px;
	position:fixed;
	background-image: url(http://www.gerardmer.net/images/fond/logo-ot-neerlandais.png); 
	background-repeat: no-repeat;
	width:184px; height:151px; 
}
a.logo_ot_neerlandais:hover { background: url(http://www.gerardmer.net/images/fond/logo-ot-neerlandais.png) -186px 0  }


#tableau_affichage_details_adherents {
	border: 1px solid orange;
	width: 300px;
	border-collapse:collapse;
	margin-left:30px;
	background-color:#2d0c0c;
}
#tableau_affichage_details_adherents td{
	border: 1px solid orange;
	width: 50%;
}

#tableau_affichage_tarifs_adherents {
	border: 1px solid orange;
	width: 270px;
	border-collapse:collapse;
}
#tableau_affichage_tarifs_adherents td{
	border: 1px solid orange;
}

#tableau_affichage_details_meubles {
	border: 1px solid orange;
	border-collapse:collapse;
	background-color:#2d0c0c;
}
#tableau_affichage_details_meubles td{
	border: 1px solid orange;
}

#petit_bandeau_affichage_maj{
	background-color:#7F2708;
}

#petit_bandeau_haut{
margin-top:190px;
	z-index:1;
	left:50%;
	margin-left:-500px;
	position: fixed;
	width:1000px;
	height:10px;
	background-image: url(http://www.gerardmer.net/images/fond/petit-bandeau-haut.png);
	background-repeat: no-repeat;
}
