* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond-page.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 900px;
	height: 100%;
	margin: 0;
	margin-left: -450px;
	text-align: left;
	padding: 0;
}

#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: #393826;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #000000;
}

a.navigation, a.navigation:visited {
	display: block;
	position: absolute;
	width: 172px;
	height: 20px;
	left: 478px;
	font: normal 14px arial,verdana,helvetica,sans;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.navigation:hover, a.navigation-selected, a.navigation-selected:hover, a.navigation-selected:visited {
	display: block;
	position: absolute;
	width: 172px;
	height: 20px;
	left: 478px;
	font: normal 14px arial,verdana,helvetica,sans;
	color: #FF6500;
	text-decoration: none;
	background-color: #FFFFFF;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #0BB121;
	border: 1px solid #006600;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #19171b;
}

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: 530px; 
	height: 25px; 
	left: 255px; 
	top: 136px;
	font: bold 19px "trebuchet ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a.Lien-Agence,a.Lien-Agence:visited,a.Lien-Agence:visited {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #ff6500;
	text-decoration: none;
}
