/* CSS Document */
/* CSS issu des tutoriels css.alsacreations.com */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	margin-top:0px;
	padding: 0;
	background-color: #f6f5ec;
	background-repeat: repeat-x;
}

/*-- position de l'image d'entete + le fond gris d'entete --*/
#header {
	margin-left:17px;
	background-color:#FFFFFF;
	width:951px;
	height:240px;
}

/*-- contient et positionne le menu horizontal + les 2 blanc --*/
#conteneur_menu {
	/*border:#FFFF00 solid 1px;*/
	position:absolute;
	width:983px;
	/*height:30px;*/
	left: 0px;
	top:212px;
	z-index:20;
	height: 30px;
	z-index:0;
}

/*-- blancs de chque coté du menu horizontal --*/
#blancg {
	background-color:#ffffff;
	width:10px;
	height:28px;
}
#blancd {
	background-color:#ffffff;
	width:10px;
	height:28px;
	position:absolute;
	left:792px;
	top:0px;
}

/*-- position du menu horizontal --*/
#menus {
	/*border:#FFFF00 solid 1px;*/
	position: absolute;
	width:951px;
	height:0px;
	left: 25px;
	top:0;
}
#menusA {
	/*border:#FFFF00 solid 1px;*/
	position: absolute;
	width:410px;
	height:30px;
	left: 390px;
	top:0px;
}

/*-- petit conteneur permettant de gérer les 2 colonnes 
et la partie centrale qui pousse le footer vers le bas --*/
#conteneur {
	position: relative;
	width: 990px;
	margin: auto;
	background-image:url(images/landseer_fond.png);
	background-repeat:repeat;
}

/*-- zone centrale modifable --*/
#centre {
	
	margin-left:235px;
	margin-right: 0px;
	margin-top:20px;
	width:715px;

}


/*-- colonne de droite --*/
#droite {
	margin-right:0px;
	position: absolute;
	left:17px;
	width: 198px;
	height:654px;
	background-color: #FEFFFF;
	top: 244px;
}
/*-- pied de page --*/
#pied {
	
	height: 35px;
	width:951px;
	background:#FFFFFF
	color:#666666;
	font-size: 10px;
	vertical-align:top;
}
