@CHARSET "ISO-8859-1";

body {
	background: white;
	background-image: url(/img/manette3.jpg);
	background-repeat: no-repeat;
	background-position: 50px 100px;
}

h1 {
	color: #ff00ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;	
	position: relative 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
} 

ul.MainMenu {
	margin: 0;
	padding: 0;
	
	
}

a.MainMenu {
	color: black;
	font-size: 20px;
	text-decoration: none;
}

li.MainMenu {
	list-style: none;
	margin: 0;
	float: left;
	display: block;
  	height: 20px;
  	padding: 5px;
}


div.GreyBox {
	background-color: #e0e0e0;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.5; 
	border: 1px solid #c0c0c0;
  	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	zoom: 1;
	behavior: url(/css/border-radius.htc);
	z-index: 0;
	
}

div.Main {
	position: absolute;
	right: 20px;
	left: 30%;
	top: 150px;
	bottom: 20px;
	height: 80%;
	min-height: 80%;
	vertical-align: top;
}

div.Logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 400px;
	height: 120px;
	vertical-align: top;
}

div.TextBox {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	border: 0;
	padding: 1em;
	/* for IE */
  	filter:none;
  	/* CSS3 standard */
  	opacity:1;
	z-index:1; 
	
}

