/* 
 CSS Styles pour les pages de login du Guichet Unique
 Auteur: 			P. Golay
 Date de création: 	19.12.2007
 */
body{
	text-align: center;
	background:#FCFCFC;
}
a{
	text-decoration:none;
	font-family:Verdana;
	color:#2D5880;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul li{
	list-style-type: none;
}
label{
}
.formFieldsPanel label {
	width: 50%;
	text-align: right;
	color: #000000;
	margin: 2px 20px 2px auto;
	float: left;
}

#gubase{
	width: 754px;
	border: solid 1px #B0B1BA;
	margin: 0 auto auto auto;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	min-height:450px;
  height: auto !important;
  height: 450px;
}
html #gubase{
	
}
#guheader{
	width: 750px;
	overflow: auto;
	height: 92px;
	color: #000000;
	font:Verdana;
	vertical-align:baseline;
	background: top left no-repeat url('img/header.png');
}
#gutitle{
	float: left;
	margin-top: 72px ;
	margin-left: 3px;
	padding-left: 5px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
#guhelp a{
	width: 50px;
	background: url('img/blackTriangle.gif') right no-repeat;
	margin-top: 96px ;
	margin-right: 10px ;
	float: right;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
.gupaneltitle{
	background:#E8EAEE url('img/underline.jpg') top left no-repeat;
	height: 25px;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}
.gupanel{
	background: #E8EAEE;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

.gupanelcontent{
	margin: 0.5em auto 0.5em auto;
	background: #E8EAEE;
	text-align: center;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	overflow: auto;
}
.gupanelcontent p{
  margin: 4 0 4 0;
}
.inputTextClass{
	background: #FFFFFF;
	color:#2D5880;
	border: #84AED4 1px solid;
	margin: 2px auto 2px 10px;
}
.inputButtonClass{
	margin: 10px 2px 10px 2px;
	background: #B3CDE2;
	color:#2D5880;
	border: #84AED4 1px solid;
	cursor: pointer;
}
.formFieldsPanel{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:80%;
}
.formFieldsPanel .inputTextClass{
	float: left;
}
.formFieldsPanel br{
	clear: both;
}

#configPanel{
	font-size: 12px;
	width: 40%;
}

