html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond.jpg);
	background-position: 0 0;
	background-repeat: 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;
	color: #6C4E36;
	text-decoration: none;
}

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

a.navigation-deroul, a.navigation-deroul:hover, a.navigation-deroul:visited {
	font: bold 12px arial,verdana,helvetica;
	color: #FFFFFF;
	text-decoration: none;
}

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

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

.input-text {
	font-family: "trebuchet ms", arial,verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #472303;
}

.rose {color: #FBE4F6;}

.t11 {font-size: 11px;}
.t15 {font-size: 15px;}
.t17 {font-size: 17px;}

.120pc {line-height: 120%;}
.130pc {line-height: 130%;}

a,a:visited {
	text-decoration: underline;
}
a:hover {text-decoration: none;}
