/* 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. */



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

div#main_print { 
	border:0px solid #999999;
	min-height:600px;
	_height:600px;
}
/*------------------------------------------------------ */


div#logo_print_header {
	background:url(../images/print/bandeau_top.jpg) no-repeat;
	height:120px;
	width:600px;
}

div#logo_print_footer {
	background:url(../images/print/bandeau_down.jpg) no-repeat;
	height:120px;
	width:600px;
}

div#main_print div.tools_article {
	display:none;
}

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