/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input{font-family:"Calibri"; font-weight:bold; }
html{width:100%; height:100%; background-color:#000000;}

body{width:923px; height:624px; margin:auto; background-image:url("/gfx/background.gif");}

#contenu{width:276px; height:486px; margin:auto;}

#logo {
	padding-left:1px;
	padding-top:104px;
	float: left;
}
#erreur{display:block; height:30px; float:left; width:260px; text-align:center; margin:auto; font-family:"calibri"; font-weight:bold; color:#B60C18; font-size:12px;}
#identif{
	padding-left:45px;
	margin-top:10px;
	float:left;	
}

.login{
	display:block;
	font-size:17px;
	font-family:"Calibri";
	color:#000000;
	font-weight: bold;
	width:180px;
	height:20px;
}

.login1{
	display:block;
	font-size:11px;
	font-family:"Calibri";
	color:#000000;
	font-weight: bold;
	width:200px;
	height:15px;
	padding-top: 3px;
	padding-bottom:3px;
	float: left;
}
.login1:hover{color:#9a1726;}

.login2{
	font-size:17px;
	font-family:"Calibri";
	color:#000000;
	font-weight: bold;
	width:180px;
	height:20px;
	padding-left:60px;
	padding-bottom:3px;
	float: left;
}
.login2:hover{color:#9a1726;}

.champ{
	display:block;
	font-size:17px;
	font-family:"Calibri";
	color:#000000;
	font-weight: bold;
	width:160px;
	height:20px;
	padding-top: 3px;
	padding-bottom:3px;

}

.champ1{
	display:block;
	font-size:17px;
	font-family:"Calibri";
	color:#000000;
	font-weight: bold;
	width:160px;
	height:20px;
	padding-top: 3px;
	padding-bottom:3px;
	float:left;
}

.ok{
	background-image: url(/gfx/ok.gif);
	width: 28px;
	height: 22px;
	background-repeat: no-repeat;
	margin-top: 4px;
	float: left;
}
.ok:hover{background-image:url(/gfx/ok_r.gif); float:left;}
#bout {
	width: 69px;
	float: right;
}
