html {
	height: 100%;
}

body {
	background-color: #FECB02;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond-fleur.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 100%;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 580px;
	margin-top: -290px;
	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, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #FF7200;
	text-decoration: none;
}

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

a.navigation, a.navigation:visited {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation:hover, a.navigation-selected, a.navigation-selected:hover, a.navigation-selected:visited {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #425D94;
	text-decoration: none;
}

/* Navigation Niveau 1 */

a.navigation-1, a.navigation-1:visited,a.navigation-2, a.navigation-2:visited,a.navigation-3, a.navigation-3:visited,a.navigation-4, a.navigation-4:visited {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation-1:hover {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FF7200;
	text-decoration: none;
}
a.navigation-2:hover {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FF963B;
	text-decoration: none;
}
a.navigation-3:hover {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #619F60;
	text-decoration: none;
}
a.navigation-4:hover {
	font: normal 13px arial,verdana,helvetica,sans;
	color: #FF7200;
	text-decoration: none;
}

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

input.Bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #0BB121;
	border: 1px solid #006600;
	cursor: hand;
}

div {
/* border: 1px solid #000000; */
}

.t9 {font-size: 9px;}
.t10 {font-size: 10px;}

.blanc {color: #FFFFFF;}
