@media print{
	#entete h1, 
	#entete2,
	#colGauche,
	#menuhorizontal,
	.spip-admin-float
	{
		display:none;
	}
	
	body, #conteneur, #entete, #entete h2, #contenu2{
		position:static;
		height:auto;
		width:auto;
		left:auto;
		top:auto;
		margin:0;
		padding:0;
		background:none;
	}
	#contenu2 {
		margin-left:0;
	}
	
	body {
		padding-top:20px;
	}
}

.hhMontrer {display:none;}

@media handheld, screen and (max-device-width: 480px){

	#entete h1, 
	#entete2,
	#colGauche,
	#menuhorizontal,
	.spip-admin-float
	{
		display:none;
	}
	
	body, #conteneur, #cadre, #entete, #entete h2, #contenu2{
		position:static;
		height:auto;
		width:auto;
		left:auto;
		top:auto;
		margin:0;
		padding:0;
		background:none;
		background-color:transparent;
	}
	body, a, input, select, #contenu2, #cadre, #conteneur {
		font-size:18px!important;
		width:auto!important;
	}
	
	body {
		padding:8px;
		max-width:480px!important;
		background-color:#ffffff;
	}

	#filArianne a,
	#filArianne,
	.hhPetit	{ 
		font-size:12px!important;
	}
	
	.hhMasquer {display:none!important;}
	table{ page-break-before:avoid;}
	select{width:480px;}
	
	.bottin th{text-align:left;}
	.hhMontrer {display:block!important;}
}


