* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #C40109;
	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: 5px;
	width: 800px;
	height: 620px;
	margin-top: 0px;
	margin-left: -400px;
	text-align: left;
	padding: 0px;
}

#container-A4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 660px;
	height: 580px;
	margin-top: 0px;
	margin-left: -330px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.navigation, a.navigation:visited {
	display: block;
	width: 174px;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/navigation-puce-off.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
a.navigation:hover, a.navigation-selected, a.navigation-selected:visited, a.navigation-selected:hover {
	display: block;
	width: 174px;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFCA24;
	text-decoration: none;
	background-image: url(../img/navigation-puce-on.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

input.bouton {
	font: bold 11px verdana,arial,helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #C40109;
	border: 1px solid #79110F;
	cursor: hand;
}

.input-text {
	font-family: verdana,arial,helvetica, sans-serif,sans;
	font-size: 11px;
	color: #8F1D1D;
}

h1 {
	position: absolute; 
	width: 530px; 
	height: 70px; 
	left: 255px; 
	top: 51px;
	font: bold 17px verdana,arial, helvetica, sans;
	color: #8F1D1D;
	padding: 0px;
	margin: 0px;
}
h2 {
	position: absolute; 
	width: 180px; 
	height: 25px; 
	font: bold 15px verdana,arial, helvetica, sans;
	color: #961E1D;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}

