/* CSS Document */
html, body { 
   height: 100%; 
}
body {
	background:url(../images/fond.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#343434;
	text-align:justify;
	}
div#page {
	width:1150px;
	height:966px;
	margin-left: auto;
	margin-right: auto;	
	padding:0px 10px 0px 10px;
	}
div#haut {
	background:url(../images/haut.jpg);
	background-color:#FFFFFF;
	width:1150px;
	height:150px;
	}
div#menu-haut {
	background:url(../images/menu.jpg);
	background-color:#FFFFFF;
	width:1150px;
	height:70px;
	float: left;
	}
div#bandeau {
	background-color:#FFFFFF;
	width:1150px;
	height:110px;
	text-align:center;
	float: left;
	}
div#centre {
	background-color:#FFFFFF;
	width:1150px;
	height:591px;
	float: left;
	}
div#centre-texte {
	background-color:#FFFFFF;
	width:890px;
	height:581px;
	float:left;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	vertical-align: middle; display: inline;
	}
div#centre-gauche {
	background:url(../images/cadre/cadre-fengshui-2.jpg) no-repeat center;
	width:250px;
	height:581px;
	float:left;
	}
div#centre-gauche-2 {
	background:url(../images/cadre/cadre-fengshui-1.jpg) no-repeat center;
	width:250px;
	height:581px;
	float:left;
	}
div#gauche-texte {
	color:#ffffff;
	width:230px;
	padding-right:10px;
	padding-left:10px;
	height:570px;
	text-align:justify;
	font-size:12px;	
	}
div#bas {
	width:900px;
	height:45px;
	color:#FFFFFF;
	text-align:center;
	float: right;
	}
a.lien-vert {
	text-decoration: none;
	color: #9bb90f;
	}
a.lien-vert:hover {
	text-decoration: underline;
	color: #eb731e;
	}
a.lien-vert:active {
	text-decoration: none;
	}
a.lien-violet {
	text-decoration: none;
	color: #7a4f97;
	}
a.lien-violet:hover {
	text-decoration: underline;
	color: #eb731e;
	}
a.lien-violet:active {
	text-decoration: none;
	}
a.lien-noir {
	text-decoration: none;
	color: #000000;
	}
a.lien-noir:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.lien-noir:active {
	text-decoration: none;
	}
a.lien-blanc {
	text-decoration: none;
	color: #ffffff;
	}
a.lien-blanc:hover {
	text-decoration: underline;
	color: #000000;
	}
a.lien-blanc:active {
	text-decoration: none;
	}
.texte-vert {
	color:#7f9762;
	}
.texte-services {
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
	}