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

* { font-family:"Verdana";  color: #666; }


a:link { font-family:"Verdana"; font-size: 11px; color: #666; text-decoration:none;}
a:visited { font-family:"Verdana"; font-size: 11px; color: #666; text-decoration:none;}
a:hover{ font-family:"Verdana"; font-size: 11px; color: #666; text-decoration:underline;}


body {
	background-color: #165671;
	margin: 0px;
	padding: 0px;
	}
	
#global {
	width: 450px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -225px;
	}
	
#top_1 {
	color: #999;
	font-size: 11px;
	height: 60px;
	width:450px;
	text-align:left;
	background:url(../images/top1_index.png) no-repeat #175470;
	}
	

#top {
	width: 450px;
	position: relative;
	height: 90px;
	background: url(../images/top2_index.png) no-repeat #175470;
	color: #999;
	font-size: 11px;
	text-align: center;

	}
		
#middle {
	width: 450px;
	height: 150px;
	background: url(../images/middle_index.png) no-repeat #FFF;
	font-size: 9px;
	color:#f1f1f1;
	position: relative;
	}

	#middle img{
		width: 450px;
		height:150px;
		position: absolute;
		z-index: 1000;
		top:0px;
		left:0px;
		}


#bottom {
	width: 450px;
	height: 150px;
	font-size: 10px;
	background: url(../images/bottom_index.png) no-repeat #FFF;
	text-align: center;
	color: #999;
	}
fieldset { position: absolute; left:90px; top:0px; width: 250px; height: 125px; border: 1px solid #175470; background-color:#FFF; padding: 10px; }
legend { padding-left:5px; padding-right: 5px; color:#175470; }
label { width: 90px; float: left;}
input[type="text"] { width: 100px; color: #8dbe48; font-family:"Courier New"; font-size:11px;}
input[type="password"] { width: 100px; color:#8dbe48; font-family:"Courier New"; font-size:11px;}
input[type="submit"] { width:45px; color:#175470; font-weight:bold; margin-left: 90px; cursor:pointer;}
.input_norm { width:150px; border:1px solid #dedede; margin: 0px 0px 10px 0px;}
.input_focus { width:150px; border:1px solid #8dbe48; margin: 0px 0px 10px 0px;}
dd {margin:0px 20px; padding:0px;}

#erreur { width: 300px; height: 30px; margin-left:auto; margin-right:auto; margin-top: 50px; text-align:center; color:#ff0000; display:block; border: 1px solid #a8c54c; background-color:#fff; padding: 20px; font-weight:bold;}