@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:75%; /* Èquivalent 12px */
	color:#333;
	background:url(fd_bando_h.gif) top left repeat-x;
}

a {
	color:#333;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size: 150%;
	color: #2a418d;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 25px;
	margin-left: 0pt;
}

h2 {
	font-size: 100%;
	color: #2a418d;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	padding-left:15px;
	background: url(puce_jauneV2.png) no-repeat left 3px;
}

div#logo {
	width:866px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:right;
}

div#content {
	width:866px;
	margin-left:auto;
	margin-right:auto;
}

div#colLeft {
	width:576px;
	float:left;
}

div#blocInscription {
	width:255px;
	height:245px;
	background:url(fd_bando_central_d_homepro.gif) no-repeat top left;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	float:right;
}

div#blocInscription p {
	text-align:justify;
}

input#password {
	border: 1px solid #333;
	font-family:arial;
	font-size:75%; /* Èquivalent 12px */
	color:#333;
	width:140px;
}

input#loginButton {
	background-color: transparent;
	background-image: url(bt_ok.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	display: inline;
	width: 18px;
	height: 18px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	cursor: pointer;
	color: #ffffff;
	font-size:80%;
}

p.passwd_error {
	color:red;
	font-weight:bold;
	margin:0px;
	padding-left:68px;
	padding-top:5px;
}

div#formulaire {
	width:495px;
	margin-top:25px;
}

div.label {
	width:110px;
	padding-top:3px;
	height:27px;
	margin-left:15px;
	float:left;
}

div.field {
	width:350px;
	height:30px;
	float:right;
}

input.texte {
	width:340px;
	font-family:arial;
	font-size:100%; /* Èquivalent 12px */
	color:#333;
}

div.field select {
	width:340px;
}

div#error {
	color:#E50000;
	border:1px solid #E50000;
	margin-bottom:30px;
	padding-left:20px;
	margin-left:15px;
}