* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 580px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #393826;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #000000;
}

a.navigation, a.navigation:visited {
	display: block;
	font: bold 15px georgia,arial,verdana,helvetica,sans;
	color: #300800;
	/* color: #FF0000; */
	text-decoration: none;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
}
a.navigation:hover {
	display: block;
	font: bold 15px georgia,arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
}
a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	display: block;
	font: bold 15px georgia,arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/puce.gif);
	background-position: right 7;
	background-repeat: no-repeat;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #A2260E;
	border: 1px solid #330801;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #A2260E;
}

h1 {
	position: absolute; 
	width: 530px; 
	height: 70px; 
	left: 255px; 
	top: 51px;
	font: bold 19px "trebuchet ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	position: absolute; 
	width: 356px; 
	height: 20px; 
	left: 330px; 
	top: 116px;
	font: bold 15px georgia,arial,verdana,helvetica,sans;
	color: #300800;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.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;}

