* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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: 20px;
	width: 779px;
	height: 580px;
	margin-top: 0px;
	margin-left: -390px;
	text-align: left;
	padding: 0px;
}

#container-a4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 630px;
	height: 580px;
	margin-top: 0px;
	margin-left: -315px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px verdana,arial,helvetica,sans;
	color: #8D7A52;
	text-decoration: none;
}

a.mentions-legales:hover {
	font: normal 10px verdana,arial,helvetica,sans;
	text-decoration: none;
	color: #FAE09A;
}

a.navigation,a.navigation:visited {
	font: normal 14px "trebuchet ms",verdana,arial,helvetica,sans;
	color: #ACA7A3;
	text-decoration: none;
}
a.navigation:hover {
	font: normal 14px "trebuchet ms",verdana,arial,helvetica,sans;
	color: #DDDDDD;
	text-decoration: none;
}

.form-contact {
	font: normal 12px verdana,arial,  helvetica, sans-serif,sans;
  color:#757678;
	height: 18px;
	border: 1px solid #757678;
}

input.bouton {
	font: bold 11px verdana,arial,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #56462D;
	border: 1px solid #000000;
	cursor: hand;
}

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

