body {
	margin: 0;
	padding: 0;
	background: #212121 url("../img_admin/fd_page.gif") repeat-x ;
}

form {
	display:inline;
	margin: 0;
	padding: 0;
}
body, select, td, input, div, textarea{
	font: 11px Arial, Times New Roman, Times, serif;
}
#login {
	width: 280px;
	height: 180px;
	margin: 0 auto;
	padding-top: 65px;
	text-align:center;
	margin-top: 200px;
	background: url("../img_admin/login.png") no-repeat;
}
#envoyer {
	width: 32px;
	height: 22px;
	background: url("../img_admin/login_ok.gif") no-repeat;
}
#bas {
	width: 650px;
	height: 100px;
	padding-top: 200px;
	margin-left: 310px;
	margin: 0 auto;
	text-align:center;
}
#bas a:link, #bas a:visited, #bas a:active {
	text-decoration: none;
	color: #444444;
}
#bas a:hover {
	text-decoration: none;
	color: #444444;
}
#contact a:link, #contact a:visited, #contact a:active {
	text-decoration: none;
	color: #999999;
}
#contact a:hover {
	text-decoration: none;
	color: #863E10;
}

/***********LOGIN********************/
#contenu_information {
	background: #ededed;
	border-radius: 5px;
	color: #7e7e7e;
	margin: 50px auto 100px auto;
	max-width: 430px;
}
.contenu_information_lpdw, .contenu_information_studionet {
min-height: 100px;
padding: 5px;
}
.contenu_login p, .contenu_information_lpdw p, .contenu_information_studionet p, #contenu_information p {
line-height: 20px;
margin: 12px 0;
padding: 0 20px;
}
.contenu_information_studionet a, .contenu_information_studionet a:visited{
color: #004c99;
font-weight: bold;
text-decoration: none;
}
.contenu_information_lpdw a, .contenu_information_lpdw a:visited, .contenu_login a, .contenu_login a:visited, 
#contenu_information a, #contenu_information a:visited  {
color: #a6ce39;
font-weight: bold;
text-decoration: none;
}
#contenu_information hr {
height: 1px;
color: #004c99;
background-color: #004c99;
width: 50%;
border: none;
}