*{
	margin	: 0;
	padding	: 0;
}

body{
	font		: 70% verdana,arial,sans-serif;
	text-align	: center;
	background	: #14305c url('../media/img/login/bg_body.jpg') top left repeat-x;
	color		: #565656;
}

img {
	border		: 0;
}

input, select, textarea {
	font		: 100% Verdana,Arial,Sans-serif;
}

.clear {
	clear		: both;
	visibility	: hidden;
}


.hide {
	display		: none;
}

.visible {
	display		: block;
}

.UCase {
	text-transform: uppercase;
}

.LCase {
	text-transform: lowercase;
}

/* =================================== */
/* ============ STRUCTURE ============ */
/* =================================== */



div#container {
	text-align	: left;
	width		: 550px;
	margin		: 0 auto;
	margin-top	: 63px;
	background	: #fff;
}

div#header {
	position	: relative;
}

div#header h1 {
	height		: 133px;
	line-height	: 133px;
	background	: transparent url('../media/img/login/top.gif') top left no-repeat;
	text-indent	: -3000px;
}

div#wrapper {
	float		: left;
	width		: 100%;
}

div#content {
	margin		: 0 90px;
	padding		: 10px;
}

div#content button {
	display		: block;
	background	: transparent url('../media/img/login/bt_ok.gif') top right no-repeat;
	width		: 146px;
	height		: 20px;
	border		: none;
	text-indent	: -3000px;
	cursor		: pointer;
}

div#content input {
	width		: 100px;
}

div#content input#memoire {
	width		: 14px;
}

div#content table {
	margin		: 0 auto;
}

div#content table td {
	padding		: 1px;
}

div#content p {	
	margin-top	: 6px;
	text-align	: justify;
}

div#left {
	float		: left;
	width		: 90px;
	height		: 314px;
	line-height	: 314px;
	margin-left	: -550px;
	background	: transparent url('../media/img/login/bg_left.jpg') top left no-repeat;
}

div#right {
	float		: left;
	width		: 90px;
	height		: 314px;
	line-height	: 314px;
	margin-left	: -90px;
	background	: transparent url('../media/img/login/bg_right.jpg') top left no-repeat;
}

div#bottom {
	clear		: left;
	width		: 100%;
	height		: 103px;
	line-height	: 5px;
	font-size	: 1px;
	background	: transparent url('../media/img/login/bottom.jpg') top left no-repeat;
}