/* CSS Document */

/* feuile de style avec images */



body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #9BA8B8;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}


div#header{
	width: 100%;
	margin:0px;
	padding:0px;
	/*	background-image: url(images/fond-header.jpg);*/
	height: 290px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9BA8B8;
	background-image: url(images/fond-header.jpg);
	background-attachment: fixed;
}


div#entete {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4b636d;
	height: 290px;
	font-size:0.8em;
	background-image: url(images/fond-entete.jpg);

}




div#content{
	width: 100%;
	margin:0px;
	padding:0px;
	font-size:1em;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #9BA8B8;
	background-image: url(images/fond-content.jpg);
	background-attachment: fixed;
}




div#page {
	width:970px;
	/* centrage firefox */
	margin-left: auto;
	margin-right: auto;
	/* largeur obligatoire pour centrer le bloc */		
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}


div#nav {
	width:970px;
	padding: 0px;
	vertical-align: middle;
	background-image: url(images/fond-barnav.jpg);
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 60px;
}


div#corp {
	width:100%;
	padding: 0px;
	margin: 0px;

	/* background-image: url(images/fondcorp.jpg); */
}


div#footer{
	width: 100%;
	height: 200px;
	margin:0px;
	padding:0px;
	background-image: url(images/fond-footer.jpg);
	background-color: #9BA8B9;
	background-repeat: no-repeat;
	background-position: center top;
}

div#footerlum{
	width: 100%;
	height: 150px;
	margin:0px;
	padding:0px;
	background-position: top;
	background-repeat: repeat-x;
}

.clearfloats {
	clear:both;
	margin: 0px;
	padding: 0px;
}


div#menu {
	width: 240px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C63;
}




div#contenu {
	width: 650px;
	line-height: normal;
	float: right;
	background-color: #c6b79f;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	background-image: url(images/fond-corp-lueur.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
	-moz-border-radius : 0px 0px 0px 20px;
	-webkit-border-radius : 0px 0px 0px 20px;
	border-radius : 0px 0px 0px 20px;
	-webkit-border-botton-left-radius : 20px; /* pour chrome */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



div#pied {
	height: 150px;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* background-image: url(images/fond-pied.jpg); */	
}
