body {
	text-align:center; /*center hack*/	
	background-color:floralwhite;
}	
h1 {
	margin-top:1em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;	
	background-color:antiquewhite;
	padding-bottom: 4px;
}
.mytool {
	display:inline-block;
	padding:1.5em;
}

img {
	border : 0px;
}
img.main {
	float:right;
	margin-left:4px;
	height:48px;
	margin-top: 3px;
}
div#ErrDiv {
	width: 100%;
	color:red;
	font-weight:900;
	background-color:yellow;
	/*height : 0px;*/
}
div.break, .clear {
	clear : both;
}
.aide {
	font-style:italic;
	color:blue;
}
.aide img {
	margin-top: 3px;
}
span.attention {
	font-style:italic;
	color:red;
}
.hid {
	display:none;
}
.red, .red a, .error {
	color:red;
}
.edit, .admin {
	background-color:#fec;
}

th, div.tit {
	background-color : #ddd;
	font-weight: bold;
}
div.dat, div.tit {
	overflow-wrap: break-word;
}