body {
	margin: 0px;
	background-color: #f3edaf;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #FFCC99;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}
td {
	font-family: "URW Chancery L", "Comic sans MS", cursive; 
}
.mh_tdtitre {
	background-image: url(http://creatta.free.fr/img/degrade-bleu.png);
	background-color:#EBEDAB ;
}
/*Titre principal (Royaume d'Aubrane)*/
.mh_titre1 {
	font-size: 36px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-family: "URW Chancery L", "Comic sans MS", cursive;
}
body > table.mh_tdborder {
	border: 1px solid black;
	border-collapse:collapse;
}
/*Profil, membre, diplomatie, n° guilde*/
tr.mh_tdtitre {
	font-size: 1.2em;
}
td {
	font-size: inherit;
}
.mh_links {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
}
.mh_links:hover {
	color: #0066ff;
	font-weight: bold;
}
form > table.mh_tdborder {
	border: 1px solid black;
	border-collapse:collapse;
	font-size: 1em;
}
form > table.mh_tdborder td[width='200'] {
	width: 250px;
}
.mh_form_submit {
	cursor:pointer;
	border:outset 2px #000000;
	background:#ffffff;
	color:#060606;
	font-weight:bold;
	padding: 1px 2px;
}
.mh_form_submit:hover {
	border:outset 2px #0000ff;
	background:#5555ff;
}
/* Date création, gestionnaire, ... */
p > table.mh_tdborder {
	border-style: none;
	border-collapse:collapse;
}
.mh_tdtitre[width='150'] {
	background-repeat:no-repeat;
	text-align: right;
	background-position:right top;
	font-size: 1em;
}
.mh_tdtitre[width='150'] + td.mh_tdpage {
	background-repeat:no-repeat;
	text-align: left;
	font-size: 1em;
}

td.mh_tdtitre[width='150'] {
	height: 80px;
	width: 200px;
}
/*Date de création*/
.mh_tdborder  tr:first-child  td.mh_tdtitre[width='150']:first-child {
	background-image: url(http://creatta.free.fr/img/parchemin-0-0.jpg);
	vertical-align: bottom;
}
.mh_tdborder  tr:first-child  td.mh_tdtitre[width='150']:first-child + td.mh_tdpage {
	background-image: url(http://creatta.free.fr/img/parchemin-1-0.jpg);
	vertical-align: bottom;
}
/*Gestionnaire*/
.mh_tdborder  tr:first-child + tr  td.mh_tdtitre[width='150']:first-child {
	background-image: url(http://creatta.free.fr/img/parchemin-0-1.jpg);
}
.mh_tdborder  tr:first-child + tr  td.mh_tdtitre[width='150']:first-child + td.mh_tdpage {
	background-image: url(http://creatta.free.fr/img/parchemin-1-1.jpg);
}
/*Nombre de membres*/
.mh_tdborder  tr:first-child + tr + tr  td.mh_tdtitre[width='150']:first-child {
	background-image: url(http://creatta.free.fr/img/parchemin-0-2.jpg);
}
.mh_tdborder  tr:first-child + tr + tr  td.mh_tdtitre[width='150']:first-child + td.mh_tdpage {
	background-image: url(http://creatta.free.fr/img/parchemin-1-2.jpg);
}
/*Site web*/
.mh_tdborder  tr:first-child + tr + tr + tr  td.mh_tdtitre[width='150']:first-child {
	background-image: url(http://creatta.free.fr/img/parchemin-0-3.jpg);
	vertical-align: top;
	height: 90px;
}
.mh_tdborder  tr:first-child + tr + tr + tr  td.mh_tdtitre[width='150']:first-child + td.mh_tdpage {
	background-image: url(http://creatta.free.fr/img/parchemin-1-3.jpg);
	vertical-align: top;
}

/*Description*/
p > table.mh_tdborder td[colspan='3'] {
	border: 1px solid black;
	border-collapse:collapse;
}

/*Diplomatie : Amis, Ennemis*/
td.mh_tdtitre[colspan='2'] {
	background-image: url(http://creatta.free.fr/img/degrade-bleu.png);
	border: 1px solid black;
	border-collapse:collapse;
}
.mh_tdpage td[colspan='2'] li {
	font-size: 1.2em;
}
/*BBCode*/
blockquote {
	font-style: normal;
	margin: 0px;
	padding: 0px; 
}
blockquote:first-letter {
	font-size: 200%; 
	font-style: italic;
	font-weight: bold; 
	float: left
}