/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F1F1F1;
}

#main {
	width:930px;
	height:100%;
	margin:10px;
	padding:8px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
}

#header {
	width:100%;
	margin-bottom:8px;
	float:left;
}

#menu {
	width:100%;
	padding:6px;
	height:20px;
	margin-bottom:12px;
	float:left;
}

#gauche {
	height:100%;
	width:650px;
	padding:6px;
	border:#000000 1px solid;
	float:left;
}

#droite {
	height:100%;
	width:240px;
	padding:6px;
	border:#000000 1px solid;
	float:right;
}

#clear {
	clear:both;
}

#login {
	height:150px;
	float:left;
	width:100%;
	position: relative;
	margin-top:25px;
	margin-bottom:25px;
	color:#000099;
	text-align:center;
}

#footer {
	height:20px;
	float:left;
	width:100%;
	margin-top:25px;
	text-align:center;
	font-size:11px;
	color:#000099;
}

a {
	color:#000099;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}