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

* { margin:0; padding:0}

html, body {
	 font-family: "Century Gothic", tahoma, Arial, Helvetica, sans-serif; 
	 color: #3a363c;
	 margin: 0;
	 padding: 0;
	 background-color: #fff;
	 font-size: 12px;
}

body {
	position:relative;
}

div#global {
	width: 610px;
	margin: 40px auto;
	padding: 0px;
	border: 1px #cbc8c7 solid;
	overflow: auto;
	overflow: hidden;
	
}

div#bg2 {
	background: url(../images/login_bg2.gif) bottom repeat-x;
	padding: 40px 40px 20px 40px;
	overflow: auto;
	overflow: hidden;
	text-align: left;
}

div#login {
	width: 300px;
	height: 190px;
	background: url(../images/mouse.gif) top left no-repeat;
	margin: 30px 0 40px 0;
	padding: 10px 0px 0px 230px;
	text-align: right;
}


h1 {
	font-family: "Century Gothic",tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px; 
	color: #979799; 
	margin: 0;
	padding: 5px 0; 
	font-weight: normal;
	letter-spacing: 2px;
	width: auto;
}

hr {
	color: #a11d1b; 
	height: 2px; 
}

.bienvenue {
	font-size: 14px;
	color: #979799;
}
.identifiant {
	font-weight: bold;
}

.message {
	color: #a11d1b;
	padding: 10px 0;
}
.logo {
	float: right;
}

div#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

div#footer a { 
	color: #979799;
	text-decoration: none;
}
div#footer a:hover { 
	color: #979799;
	text-decoration: underline;
}