html {
	height: 100%;
}
body {
	margin: 0px;
	position: relative;
	padding: 0px;
}

body #bg {
	padding: 0px;
	margin: 0px;
	display: none; 
	z-index: 1; 
	visibility: hidden; 
    position: fixed;
}
#container {
	z-index: 2; 
	overflow: auto; 
	position: relative; 
	height: 100%;
}
#subContainer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px auto; 
	width: 762px; 

}

#logo{
	position: relative;
	height: 52px;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
	color:#00FF00;
}
#logoI{
	height: 50px;
	background-color:#; 
	text-align: center;
	padding:1px;

}
#menu{
	position: relative;
	height: 42px;
	text-align: center;
	padding-top:10px;
	margin-top:0px;

}
#menuI{
	height: 34px;
	text-align: center;
	padding:1px;
	background-color:#BF3C38; 
		  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

#main{
	position: relative;
	height: 560px;
	text-align: center;
	padding-top: 10px;
	margin-top:0px;
	background-color:#; 
}
#mainI{
	height: 556px;
	text-align: center;
	padding:1px;
	margin-top:0px;
	background-color:#BF3C38; 
			  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}
#adresse{
	position: relative;
	height: 47px;
	text-align: center;
	padding-top:10px;
	margin-top:0px;

}
#adresseI{
	height: 39px;
	text-align: center;
	padding:1px;
	background-color:#BF3C38; 
		  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

.paddingleft {
	padding-left: 15px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
.red {
	color: #B4001C;
}

#menu a {
	font-size: 12px;
	color: #B4001C;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #B4001C;
}
#menu a:hover {
	text-decoration: underline;
	color: #B4001C;
}
#menu a:active {
	text-decoration: none;
	color: #B4001C;
}

html, body{
	scrollbar-3dlight-color : ;
	scrollbar-arrow-color : #B4001C;
	scrollbar-base-color :  #ffffff;
	scrollbar-darkshadow-color : ;
	scrollbar-face-color :  #ffffff;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color :  #ffffff;
	scrollbar-track-color :  #ffffff;
}

