html {
	height: 100%;
}

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

#container {
	position: absolute;
	left: 50%;
	top: 5px;
	width: 800px;
	height: 580px;
	margin-top: 5px;
	margin-left: -400px;
	text-align: left;
	padding: 0px;
}

#container-A4 {
	position: absolute;
	left: 50%;
	top: 5px;
	width: 650px;
	height: 580px;
	margin-top: 0px;
	margin-left: -325px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales, span.mentions-legales {
	font: normal 10px arial,verdana,helvetica;
	color: #9C7D68;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: none;
	color: #FEFFF1;
}

a.navigation-deroul, span.navigation-deroul {
	font: normal 13px arial,verdana,helvetica;
	color: #3E281A;
	text-decoration: none;
}

a.navigation-deroul:hover, a.navigation-deroul-selected {
	font: normal 13px arial,verdana,helvetica;
	color: #3E281A;
	text-decoration: underline;
}

a.cgv,a.cgv:visited {
	font: normal 11px arial, verdana, helvetica;
	text-decoration: none;
	color: #FBECCD;
}
a.cgv:hover {
	font: normal 11px arial, verdana, helvetica;
	text-decoration: underline;
	color: #FBECCD;
}


.input-text {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #3E281A;
}
