@charset "UTF-8";
/* FEUILLE de style de lecran de connexion */

body {
	background-color:#EFF2F3;
	width:960px;
	margin:auto;
	position:relative;
}
#haut {
	background-image: url(/images/haut.png);
	background-repeat: no-repeat;
	background-position: center;
	height:40px
}
#banner {
	background-image:url(/images/fond.png);
	background-repeat:repeat-y;
	background-position:center;
}
#general {
	width: 960px;
	padding-top:30px;
	padding-bottom:20px;
	background-image:url(/images/fond.png);
	background-repeat:repeat-y;
	background-position:center;
}
#bas {
	background-image: url(/images/bas.png);
	background-repeat: no-repeat;
	background-position: center;
	height:40px
}
#logoNavigation {
	height:110px;
	position: relative;
}

#logo {
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 340px;
	height: 110px;
	margin-left:10px;
}

#imgBanner {
	position: absolute;
	left :700px;
	top :50px;
}
.separator {
	background-image: url(/images/separator.png);
	background-repeat: no-repeat;
	background-position: center;
	height:2px
}
#blocconnexion {
	margin-top: 150px;
}

#boiteconnexion{
	/* by Raymond */
	width: 255px;
	margin: 0 auto;
}

#blochaut {
	background-image:url(/images/login1.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 18px;
}

#bloccentre {
	background-image:url(/images/login2.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align: right;
	height: 100%;
	/*width: 300px;*/
	margin: 0 auto;
}

#blocbas {
	background-image:url(/images/login3.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 18px;
}

#erreurauth {
	font-weight:bold;
	color:#FF0000;
	padding-bottom: 20px;
	text-align: center;
}

/* by Raymond */
label {
	text-align: right;
	padding-right: 5px;
	display: block;
	width: 70px;
	float: left;
}

.txtIn input {
	display: block;
	float: left;
}

br {
	clear: left;
}