@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	background: url(images/fond.jpg) repeat-x center center;
}
body {
	height: 100%;
	background: url(images/centre.jpg) no-repeat center center;
	}
	body.login {
		background-image: url(images/centre-login.jpg);
	}
h1,
h2 {
	overflow: hidden;
	text-indent: -3000px;
	margin: 0;
}

#login-form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 116px;
	margin-top: -33px;
	width: 159px;
	height: 203px;
	}
	#login-form h3 {
		font-size: 10px;
		line-height: 17px;
		color: #808080;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 20px;
		font-weight: normal;
		}
		#login-form h3 strong {
			text-transform: none;
			color: #6699cc;
			font-size: 23px;
		}
	#login-form fieldset {
		margin-bottom: 10px;
	}
	#login-form p {
		margin-bottom: 10px;
		}
		#login-form p#controls {
			margin-bottom: 0;
		}
	#login-form label {
		display: block;
		font-size: 12px;
		line-height: 15px;
		text-transform: uppercase;
		color: #6699cc;
		font-weight: bold;
	}
	#login-form input.text {
		width: 98%;
		border: 1px solid #6699cc;
	}
