/*
 * CRAIE O.S.B.L. — CSS (Supplementary code for printing)
 * Coded by Laurent LaSalle using jQuery 1.2.3
 *
 * May 27th 2008
 */

img.print {
	display: block;
}

img.screen {
	display: none;
}

body {
	background-color: #fff !important;
	color: #000;
}

a, a:visited {
	color: #fff;
	color: inherit;
}

div#accueil h2, 
div#menu {
	color: #666 !important;
}

div#top {
	width: 8.5in;
	background: transparent !important;
	overflow: hidden;
}

div#accueil {
	background: url(../images/logomini_print.png) no-repeat 320px 0;
}

div#menu ul {
	background: url(../images/craiemini_print.png) no-repeat -20px 325px;
}

span.ent {
	background: url(../images/ent_print.png) no-repeat center;
}

span.ens {
	background: url(../images/ens_print.png) no-repeat center;
}

div.serv_ent h4 {
	background: url(../images/ent_print.png) no-repeat left top;
}

div.serv_ens h4 {
	background: url(../images/ens_print.png) no-repeat left top;
}

div#bulletin {
	background: transparent;
}

div.content {
	background: url(../images/fond_print.png) no-repeat right bottom;
}

div.content p.footer {
	height: 300px;
}

ul li, 
div.details ul li {
	list-style-image: none;
}