html {
	
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, Sans;
	line-height:16pt;
	font-size:10pt;
	background-image:url(../gfx/fond.png);
	overflow-x: hidden;
	overflow-y : scroll;

}

body {
	
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;

}

input {
	border:1px solid #aaaaaa;
}
input.text {
width:150px;
}
p {

	margin:0px;
	padding: 1px;

}

a {
	
	color:#4d4c4a;
	text-decoration:none;
	font-weight: bold;

}

a:hover {

	color:#000000;
	text-decoration:underline;

}

img {

	border: none;
	vertical-align:center;
}

h1 {
	color: #4d4c4a;
	font-size:16pt;
}


label {
	float: left;
	padding-right:10px;
	width: 200px;
	text-align:right;

}

select {
	width: 160px;
	border:1px solid #aaaaaa;
}

.logo {
	
	width: 500px;
	height: 100px;
	position: absolute;
	top:10px;
	left: 15px;
}

.title {
	position: absolute;
	width: 473px;
	text-align :right;
	top:85px;
	left:0px;
}


.login {

	position: absolute;
	right:10px;
	top:35px;
	z-index:5;

}

.menu {

	position:absolute;
	left: 15px;
	top:160px;
	
}

.content {
	
	width:76%;
	margin-left:20%;
	padding-top:160px;
	display:table;
	padding-bottom:100px;
}

.show {
	display:none;
}

.beta {
	color:#cc1111;
	font-weight:bold;
}
