/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

body {background:#ffffff;}


/** Conteneur du site */
div#print-container {
	background:#ffffff;
	font-family:Arial, sans-serif; 
	color:#737373;
	width:600px;
	min-height:600px;
	_height:600px;
	margin-left:auto;
	margin-right:auto;
}

div#print-main { 
	border:0px solid #999999;
	color:#000000;
	min-height:600px;
	_height:600px;
}
/*------------------------------------------------------ */


div#print-lnk-close {
	text-align:right; 
	margin:5px 20px; 
	font-size:12px;
}
div#print-lnk-close a {
	color:#362f2d;
}

div#print-logo-header {
	background:url(../../public/images/print/bandeau_top.jpg) no-repeat;
	height:100px;
	margin-bottom:20px;
}

div#print-logo-footer {
	background:url(../../public/images/print/bandeau_bottom.jpg) no-repeat;
	height:100px;
	margin-bottom:20px;
}

div#print-main div.tools_article {
	display:none;
}

div#print-main div.window_print {
	text-align:right;
	border:1px solid;
}

div#print-content {
	width:520px; 
	margin-right:auto; 
	margin-left:auto;
}

div#print-content * {
	color:#000000;
}


div#print-footer div#footer {
	color:#000000;
}

div#print-footer div#footer a {
	color:#000000;
}

div#print-footer div#footer .footer_mediaidea {
	color:#000000;
}
