@media print{
body {
	background-color: #ffffff;
}

/*  DIVERS  */
centrer{
text-align: center;
}




/*   BANDEAU HAUT */

#bandeau {
	position: absolute;
	left: 400px;
	top: 5px;
	height: 80px;
	background:  url() no-repeat fixed center center;
	padding: 5px;
}
html>body .bandeau {
	position: fixed;
}


/*        MENU     */
  /* ImageMenu : le fond de la zonne menu */
div.imageMenu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
	height: 486px;
	background: url('img/IMG_1276-menu.JPG') no-repeat center bottom;
}
html>body .imageMenu {
	position: fixed;
}

   /* Menu : la zonne de texte de menu */
div.menu {
	position: absolute;
	left: 2px;
	bottom: 0px;
	width: 200px;
	/* height: 486px;
*/
}


html>body .menu {
	position: fixed;
}
div.menu p {
	text-align: center;
	vertical-align: bottom;
}
div.menu a {
	background-color: rgb(255,255,204);
	background: url('img/Panneau-Vide-small.png')  no-repeat center;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	display: block;
	font-family: sans-serif;
	font-weight: bolder;
	color: rgb(255,255,255);
}
div.menu a:link , div.menu a:visited , div.menu a:active {
	text-decoration: none;
}
div.menu a:hover {
	text-decoration: underline;
	color: rgb(255,255,0);
}




/* La zonne de contenu qui sera modifié sur chaque page  */

#contenu {
	position: absolute;
	left: 250px;
	top: 120px;
	width: 700px;
	background: rgb(255,204,153) no-repeat scroll center bottom;
	padding: 5px;
}
#contenu>p, #contenu p {
	text-align: justify;
}
#contenu>h1, #contenu h1 {
	text-align: center;
}
}

