@charset "utf-8";
/* CSS Document */

table.bottin tr{ border-bottom:1px solid;}
table.bottin th,
table.bottin caption{ padding:2px; border-bottom:2px solid; vertical-align:top; font-weight:bold;}
table.bottin td{ padding:2px; vertical-align:top; border-bottom:1px dotted gray;}

.btnEdit:hover{
	background-color:#666666;
}

optgroup {
	font-style:normal;
	font-weight:bold;
}

.scrMasquer {display:none!important;}

@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;}
}


