body {
		background-color: #ccc;
}

#connexion {
	margin: 0 auto;
	width: 955px;
}

#connexion #footer {
	color: white;
	padding-top: 0.5em;
	text-align: center;
}

#connexion #footer a {
	border-bottom: 1px solid;
	color: white;
}

#connexion #footer a:hover {
	border-bottom: 1px dotted;
}

#connexion #container {
	background: white url('/images/notice.png') no-repeat right center;
	border: 1px solid #942C42;
	padding: 1em;
}

#connexion h1 {
	margin: 0.5em auto;
}

#connexion #login_wrapper {
	background-color: #F9F6F7;	
	border: 1px solid #942C42;	
	margin: 1em 300px 1em auto;
	padding: 1em;
	width: 50%;
}


#connexion #header {
	background: #942C42 url('/images/header.png') no-repeat center;
	color: white;
	height: 120px;
	position: relative;
}

#connexion #header #language_selector {
	position: absolute;
	right: 1em;
	top: 1em;
}

#connexion #header #language_selector li {
	display: inline;
}

#connexion #header #language_selector a {
	border: none;
	padding-right: 0.5em;
}