* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #C8C9CA;
	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: 0;
	width: 800px;
	height: 580px;
	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;
}

div.background-middle{background:url(/img/background-repeat.jpg) repeat-y top left;}
div.background-bas{padding:0px 0px 55px 0px;background:url(/img/background-footer.jpg) no-repeat bottom left;}

div.background{background:url(/img/background.jpg) no-repeat top left; padding:42px 280px 25px 27px;}
div.background 			  { height: 483px;}/* (IE 6) */
html>body div.background  { height: auto; min-height:483px;} /* Nav recents*/
*+html>body div.background{ min-height: 483px;}/* IE 7 */ 

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:hover, a.navigation:visited {
	font: normal 12px arial,verdana,helvetica,sans;
	color: #444444;
	text-decoration: none;
	line-height: 14px;
}
a.navigation:hover {
	font: normal 12px arial,verdana,helvetica,sans;
	color: #444444;
	text-decoration: underline;
	line-height: 14px;
}

#menu-navigation {
	background-color:#e4e180;
	position:absolute;
	top:65px;
	left:558px;
	width:110px;
	border-top: solid 1px #494946; 
	border-bottom: solid 1px #494946; 
	padding-top:10px;
}
#menu-navigation img {
	float:left;
	margin:2px 5px 0 2px;
	width: 9px; 
}
#menu-navigation a {
	float:left;
	width: 94px; 
}

.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: #D1D133;
	border: 1px solid #444444;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #444444;
}

.t10 {font-size: 10px;}
.t9 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;font-weight:normal}

