@import url("nc-common.css");

/* -- Balises générales et importées -- */

body {
	background-color: #2E63A8;
}

div.butcont {
	background: url(images/bt_2.gif);
}

/* -- Bandeau de décor -- */

applet#jretest {
	position: absolute;
	top: 0px; left: 0px;
	width: 1px; height: 1px;
}

img.decor, div.decor {
	display: block;
	position: absolute;
}

img#top-left {
	top: 89px;
	right: 50%;
}

img#top-right {
	left: 50%;
}

img#middle-left {
	top: 180px;
	right: 50%;
}

div#bg-middle-left {
	top: 180px;
	right: 50%;
	width: 50%;
	height: 69px;
	background: url(../images/login/log_bandeau_g.gif) top left repeat-x;
}

img#middle-right {
	top: 180px;
	left: 50%;
}

div#bg-middle-right {
	top: 180px;
	left: 50%;
	width: 50%;
	height: 69px;
	background: url(../images/login/log_bandeau_d.gif) top left repeat-x;
}

img#bottom-right {
	top: 249px;
	left: 50%;
}

div#bandeau {
	bottom: 50%;
	width: 100%;
	height: 249px;
}

div.title, div.subtitle {
	position: absolute;
	color: white;
	left: 50%;
}

div.title {
	top: 35px;
	font-size: 20px;
	font-weight: bold;
	width: 350px;
}

div.subtitle {
	top: 60px;
	font-size: 12px;
	width: 320px;
}

/* -- Formulaire -- */

div#login {
	top: 50%;
	width: 100%;
	height: 215px;
}

div#errormessage, div#infomessage, form {
	border: white 1px solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

div#errormessage, div#infomessage {
	width: 190px;
	margin-top: 5px;
	padding: 5px;
	color: white;
}

div#errormessage {
	background: #C20810;
	font-weight: bold;
}

div#infomessage {
	font-size: 10px;
	background: url(../images/login/log_fdfenetre.gif) bottom left repeat-x;
}

form {
	width: 200px;
	height: 133px;
	margin-top: 30px;
	margin-bottom: 0px;
	background: url(../images/login/log_fdfenetre.gif) top left repeat-x;
}

#fieldset {
	border: none;
	padding: 0px;
	margin-top: 20px;
}

#fieldset p {
	margin: 0px 0px 2px 0px;
	clear: both;
	text-align: left;
}

#fieldset p label {
	float: left;
	width: 85px;
	text-align: right;
	margin-top: 2px;
	padding-right: 5px;
	line-height: 18px;
}

#fieldset p input {
	width: 90px;
	background: white;
	border: #4f6e97 1px inset;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #2E63A8;
}

div#lost {
	text-align: right;
	font-size: 9px;
	margin: 1px 15px 1px 0px;
}

div#lost a {
	color: white;
}

div#validatebutton {
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	width: 80px;
}
div#newuserbutton {
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	width: 90px;
}

img.butlp {
	float: left;
	width: 3px;
	height: 17px;
}

img.butrp {
	float: right;
	width: 4px;
	height: 17px;
}

div.butcont {
	font-size: 12px;
	background: url(../images/bt_2.gif);
	font-weight: bold;
	height: 17px;
	margin: 0px 4px 0px 3px;
}

input.hiddensubmit {
	position: absolute;
	width: 1px;
	height: 1px;
}

/* -- Erreurs -- */

div#errordetails {
	position: absolute;
	display: none;
	left: 5%; top: 5%; width: 90%; height: 90%;
	background: #7195C4;
	border: white 1px solid;
	font-size: 12px;
	z-index: 1;
}

div#detmessage {
	position: absolute;
	width: 100%; height: 49px;
	border-bottom: white 1px solid;
	overflow: auto;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}

div#detmesspadding {
	padding: 5px 10px;
}

div#detstack {
	position: absolute;
	top: 50px; bottom: 30px;
	width: 100%;
	height: auto;
	font-family: 'Courier New', Courier, monospace;
	white-space: nowrap;
	overflow: auto;

	/* IE hack : il ne comprend pas le top et le bottom en même temps !! */
	height: expression(((document.body.clientHeight*0.9) - 81) + "px");
}

div#detbutfoot {
	position: absolute;
	left: 0px; bottom: 0px;
	width: 100%; height: 29px;
	border-top: white 1px solid;
}

div#detbutton {
	position: absolute;
	right: 6px; top: 6px;
	width: 80px;
	text-align: center;
}

img.chevrons {
	vertical-align: top;
}
