/* home */

body {
	text-align: center;
	margin-top: 10px;
	font: 0.9em Arial;
}

#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {}

	#header a { float: left; }
	
	#header h1 {
		text-indent: -1000em;
		float: right;
		width: 635px;
		height: 78px;
		background: #FFF url('../images/interface/accueil/slogan.gif') no-repeat left top;
	}
	
#center {}

	#center #back {	
		width: 900px;
		height: 270px;
		background: #FFF url('../images/interface/accueil/fond.jpg') no-repeat left top;
	}
	
	#center #nav {}
	
		#center #nav ul { list-style: none; }
		
		#center #nav li { float: left; }
		
		#center #nav li a {
			display: block;
			height: 69px;
			text-indent: -1000em;
		}
		
		#center #nav li a.bois {
			width: 151px;
			background: #FFF url('../images/interface/accueil/bouton-bois.gif') no-repeat left top;
		}
		
		#center #nav li a.pvc {
			width: 145px;
			background: #FFF url('../images/interface/accueil/bouton-pvc.gif') no-repeat left top;
		}
		
		#center #nav li a.alu {
			width: 188px;
			background: #FFF url('../images/interface/accueil/bouton-alu.gif') no-repeat left top;
		}
		
		#center #nav li a.portes {
			width: 222px;
			background: #FFF url('../images/interface/accueil/bouton-portes.gif') no-repeat left top;
		}
	
		#center #nav li a.fermetures {
			width: 194px;
			background: #FFF url('../images/interface/accueil/bouton-fermetures.gif') no-repeat left top;
		}
	
#footer { padding-top: 60px; }

	#footer #menu { float: left; }
	
		#footer #menu ul { list-style: none; }
	
		#footer #menu li { line-height: 20px; }
	
	#footer #content-footer {
		float: left;
		margin: 0 50px;
		width: 400px;
	}
	
	#footer #espace_client {
		float: right;
		width: 233px;
		height: 108px;
	}
