/* ========================== PAGE IMPRIMER ========================== */

/*============== GENERAL ==============*/

.format_png {behavior: url("../win_png.htc");}

div * {
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

/* propriétés de la page */

body {
	display:block;
	padding: 0;
	margin: 0 auto;
	font-size:0 !important;
	line-height:0;
	font-family: Arial, Helvetica, sans-serif;
}
	

/*toute les typo même tailles*/
body, body div, body p, body th, body td, body li, body dd { 
   font-size: x-small; 
   voice-family: "\"}\""; 
   voice-family: inherit; 
   font-size: small; 
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {  font-size: small; }

/* Liens non soulignés */

a		{text-decoration:none; cursor:pointer}
a img 	{border:none}
a	{ font-weight:bold; text-decoration:none; cursor:pointer; color: #808080;}
a:hover, a:hover * 	{ font-weight:bold; text-decoration:none; cursor:pointer; color: #FF9100;}
a img {border:none}
.debut hr, .fin hr { visibility: hidden !important; }


/*--------------- page imprimer --------------*/

body.imprimer {
	width:100%;
	text-align : left;
	border:none;
}

.imprimer .bt_imprimer {
	padding: 5px 10px 5px;
	margin: 0 0 10px;
	text-align: right;
	background:#e2017b;
	width: 100%;
}

.imprimer .bt_imprimer a {
	color: #fff;
	padding: 0px 15px 0px 5px;
	font: bold .85em Arial, Helvetica, sans-serif;}
.imprimer .bt_imprimer a:hover, a.imprimer:hover, a.hautdepage:hover {color: #f8c4f6;}

.imprimer .article {
	width: 530px;
	padding : 0 18px;
}

.imprimer .article .chapo {
	width:530px;
	margin: 10px 0 0px;
	padding:0;
	background:#FFFFFF;
	font: bold 1em/130% Verdana, Arial, Helvetica, sans-serif;}
.imprimer .article .cnt, .imprimer .article .ligne {width: 530px;}

h2 {
	font: 18px/180% Arial, Helvetica, sans-serif;
	color: #004d6b;
}
h3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #004d6b;
}
.chapo { font-weight:bold;}
#article, .tit { margin: 0 10px;}
.spip_logos { float: right;}

 @media print {
	* {float: none !important; overflow: visible !important;}
	img.droite, .bt_imprimer { display:none; }
}

