body {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 10;
	background-attachment: fixed;
	background-image: url(/aiwifi/wlogin/site-doc/images/fond.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01395C;
	text-align: center;
	}

#container {
	margin: 0px auto;
	padding: 0;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#entete {
	text-align: right;
	padding: 20px;
	height: 50px;
}

#login  {
	position: relative;
	left: 20px;
	top: 10px;
	padding: 40px 0px 0px 5px;
	background-image: url(/aiwifi/wlogin/site-doc/images/login.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 724px;
	color: #FFFFFF;	
}


#main {
	position: relative;
	top: -370px;
	left: 250px;
	width: 490px;
}


.headline {
	font-size: 15px;
	font-weight: bold;
	color: #01395C;
	padding: 2px;
	background-color: #CCCCFF;
}
.bodytext {
	font-size: 11px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;	
}


a:link,
a:visited,
a:active {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #900;
}



.body_action {
	text-align: center;
}

.body_note {
	background: #ccc;
	border: 1px solid #000;
	padding: 2px;
	margin: 0px 40px 0px 40px;
	font-weight: normal;
	text-align: center;
}

.body_img {
	text-align: center;
}

.form_table {
	border: 0px;
	width: 220px;
}

.form_label {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}

.form_input {
	font-size: 10px;
	margin: 0px 4px 0px 6px;
	padding: 0px 0px 0px 2px;
}

.form_submit {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin-top: 4px;
}
p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navlist{
	position: relative;
	left: 20px;
	top: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	width: auto;
	height: 400px;
	width: 200px;
	
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/

}
#navlist li {
	margin: 0 0 3px 5;
}
#navlist a {
	/*/*/display: block;
	padding: 0px 2px 2px 10px;
	width: 180px;
	border: 1px solid #003366;
	background-color: #E2EAEC; 
	color: #003366;
	margin: 5px;
	}
#navlist a:link, #navlist a:visited {
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #E2EAEC;
	background-color: #003366; 
	color: #E2EAEC;
	}
.warning {
	font-size: 11px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #CC0033;
	font-weight: bold;
	text-align: center;
}
.ok {
	font-size: 11px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #00cc33;
	font-weight: bold;
	text-align: center;
}

