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

html {
	height: 100%;
}

body {
	background-color: #B7A98C;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

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

a.mentions-legales:hover {
	text-decoration: underline;
	color: #000000;
}

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

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

h1 {
	position: absolute; 
	width: 250px; 
	height: 40px; 
	left: 622px; 
	top: 478px;
	font: bold 19px arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t13 {font-size: 13px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t16 {font-size: 16px;}
.t17 {font-size: 17px;}
.t18 {font-size: 18px;}
.t19 {font-size: 19px;}

.rouge {color: #FF0000;}
.gris {color: #666666;}

.bold {font-weight: bold;}


