A:link {text-decoration: none; color:#000099}
A:visited {text-decoration: none; color:#000099;}
A:active {text-decoration: none; color: #000099;}
A:hover {background: #000099; text-decoration: none; color:#ffffff;}
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: #FFFFFF;
}

#global {
	text-align: left;
	position:absolute;
	left: 50%;
	top: 0;
	width: 780px;
	height: 470px;
	margin-top: 0px; /* moitié de la hauteur */
	margin-left: -390px; /* moitié de la largeur */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}
#globalInput1 {
	text-align: left;
	top: 0;
	width: 100%;
	height: 470px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	height:33px;
	z-index:1;
}
.contenue{
	left:0px;
	top:20px;
     width: 780px;
}
.contenueInput1{
	left:0px;
	top:20px;
     width: 780px;
}
.connection {

	top:86px;
	position: absolute;
	width:373px;
	height:120px;
	background-color:#ffffff;
	left: 208px;
}
