/* Reset */

	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

#container_login {
	text-align: center ;
	font-family: arial;
	font-size: 14px;
	width: 300px;
	margin: 30px auto;
}
#container_login dt {
	font-weight: bold;
}

#container_login dd {
	font-weight: bold;
	margin: 10px auto;
}

#container_login dd input {
	margin: auto;
	width: 50%;
	padding: 8px;
	display: block;
	background-color: #FFF;
	border: solid 1px #888;
	border-radius: 3px;
}

#container_login dd input:hover, #container_login dd input:focus {
	border: solid 1px #CCC;
}

#connexion_submit {
	margin: 20px auto;
	width: 50%;
	padding: 8px;
	display: block;
	border: solid 3px #CCC;
	border-radius: 3px;
	
	background-color: #222;
	color: #EEE;
}
#connexion_submit:hover, #connexion_submit:focus {
	background-color: #EEE;
	color: #222;
	border: solid 1px #222;
}
