/* because padding and margin by default are different in each browser,
it is better to define a value by default here.
Value define after will replace these one.*/

/*body, h1, h2, h3, h4, h5, h6, h7, p, a, ul, ol, li, div, span {
	margin: 0;
	padding: 0;
}*/

.quote {
	text-align: center;
	font-style: italic;
	background-color: transparent;
	color: #663399;
	padding-left: 1em;
}

div#formmail {
	text-align: center;
}

.center {
	text-align: center;
}

.dashed {
	border-style: dashed;
}

.verystrong {
	text-transform:uppercase;
}

.poeme {
	text-align: center;
	font-style: italic;
}

.encart {
	border: 1px dashed #006699;
	margin: 10px 40px;
	padding: 0 10px;
}

div.encart h3 {
	text-align: center
}

h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}

h5.author {
padding: 0 20px 0 120px;
}

h5.Back {
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

h5.download {
	float: right;
}

h5.download a {
	display: block;
	width: 110px;
	padding: 5px 5px 5px 40px;
	background-color: #a9c6e2;
	background-image: url(Images/word32.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}

h5.download:hover, h5.download:active {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.sm {
font-size: 0.9em;
}
acronym {
	border: none;
}

ul.maps li {
	margin: 10px 0 10px 40px;
}

ul.minimenu {
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 20px;
}

ul.minimenu li {
	list-style:none;
	display:inline;
	margin: 10px 10px;
	white-space: normal;
	line-height: 150%;
}

ul.minimenu li a {
	white-space: nowrap;
}

ul.minimenu li a.active { font-weight: bold; text-decoration: none; }

ul.minimenu li ul li {
	list-style:none;
	display: block;
	margin: 20px;
}

.tabs-hide {	display: none }
