@charset "utf-8";

/***************************************************************************

				print.css

***************************************************************************/



/***************************************************************************

				container

***************************************************************************/



/***************************************************************************

				header

***************************************************************************/

#menu #header {
	display: none;
}



/***************************************************************************

				main

***************************************************************************/

body#index #container #content dl {
	display: list-item;
	height: 375px;
	list-style-image: url('../images/dl-bottom.gif');
	list-style-position: inside;
	letter-spacing: -1000em;
}

body#menu #container ul.item-list {
	display: none ;
}


body#menu {
	background: url('../images/print-bg.gif') 0 0 repeat-y;
}

body#menu #container #content {
	background: none ;
}

body#menu #container #content dl dd h1 {
	display: none;
}

body#menu #container #content dl dd p.txt {
	padding-top: 50px;
}

body#menu #container #content dl dd .profil {
	background: none ;
	background-color: #fcf5df;
}

body#menu #container #content dl dd .profil h2 {
	display: block;
}

body#menu #container #content dl dd .profil p {
	background: none ;
	background-color: #fcf5df;
}

body#menu #container #content dl dd .profil img.img {
	display: none ;
}



/***************************************************************************

				footer

***************************************************************************/

#footer {
	display: none;
}