body { /*fond général*/
	background-color: Black;
	background-position: 95% 3%;
	color: #b6a58a;
}

	a {
		color:#d5c9b1;
		font-weight:bold;
		text-decoration:none;
	}

	a:hover { /*lorsqu'on survole un lien*/
	color: Highlight;
}

	span.magie { /*Templates*/
		font-weight:bold;
		color:#d5c9b1;
		font-style:italic;
	}

	h1 {
	/*Nom du Troll*/
	margin-top: 1%;
	margin-left: 8%;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 40px;
	font-family: papyrus;
	padding: 20px 10px 10px;
	color: Highlight;
}

	ul#pjLinks, form#formView, form#formEvents { /*Liens Profil-Evenement-Classement*/
		border:1px solid #d5c9b1;
		-moz-border-radius: 10px;
		position:absolute;
		width:40%;
		right:10px;
		text-align:center;
		font-weight:bold;
		padding-left:0;
		padding-right:0;
		padding-top:5px;
		padding-bottom:5px;
	}

	ul#pjLinks {
		top:0;
	}

	ul#pjLinks li {
		list-style-type:none;
		display:inline;
		padding:10px	
	}

	ul#pjLinks a {
		font-size:0.8em;
	}

	form#formView, form#formEvents {
		font-size:0.8em;
	}

	form#formView {
		top:60px;
	}

	form#formEvents {
		top:100px;
		width:65%;
	}

	form#formView div, form#formEvents div {
		display:inline;
		width:100%;
	}

	form#formView input, form#formEvents input, form#formEvents select, form#formView label {
		background-color:transparent;
		text-align:center;
		border:none;
		font-weight:bold;
		color:#d5c9b1;
		width:25%;
	}

	form#formEvents select {
		width:30%;
	}

	form#formView div.submit input,
	form#formEvents div.submit input {
		color:#d5c9b1;
	}

	form#formView div.submit input:hover,
	form#formEvents div.submit input:hover {
	color: Highlight;
}

	h2 { /* A faire disparaitre pour plus de clarté*/
		display:none;
	}

	h2#descriptionTitre {
	color: Navy;
}

	dl#profil { /*Encadré du Profil*/
		background-color:transparent;
		border:solid 2px #b6a58a;
		-moz-border-radius: 10px;
		width:55%;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
	}

	dt, dd {
		text-align:left;
		font-size:0.8em;
		margin-bottom:1%;
	}

	dt {
		float:left;
		clear: left;
		width:50%;
		color:#d5c9b1;
		font-weight:bold;
		font-style:italic;
	}

	dt:first-letter {
		color:#b6a58a;
	}

	dt.blason, dt.equipement, dt.possessions, dt.maladie , dt.email , dt.numero , dd.numero { 
	display: none
	}
	
	dd.distinctions {
	margin-top: 25px;
	}
	dd.distinctions ul li {
		list-style: circle;
	}
	
	dd.trolligion ul li {
		list-style: none;
	}
	
	dd.race {
	margin-top: 25px;
	color: Highlight;
	font-weight: bold;
	font-family: papyrus;
	}

	dd.race:after { /* rajoute un suffixe à la ligne Race*/
	font-weight: bolder;
	content: "us Kastarus";
	font-family: papyrus;
	color: Highlight;
	}
	
	dd.email { /*disparition de la ligne Email*/
		display: none
	}
	
	dd.maladie ul li {
		list-style: square;
	}
	
	dd#rangGuilde {
		font-style: italic;
	}

	dd.deces {
		margin-bottom:2%;
	}

	dd.blason { /*Positon du blason*/
	background-color: transparent;
	background-repeat: no-repeat;
	border-style: none;
	-moz-border-radius: 10px;
	position: absolute;
	right: 20px;
	top: 150px;
	
	}
	dd.blason:hover {
		background-color:transparent;
	}
	dd.equipement, dd.possessions {
		margin-left:2%;
	}
	
	dd.equipement {
	padding: 10px 0px 5px 20px;
	}
	
	dd.equipement ul li {
		list-style: circle;
	}
	
	dd.possessions {
	padding-top: 5px;
}
	dd.possessions ul li {
		list-style: square;
	}


	p#disclaimer, div#description, p#suppressionEvents {
		border:1px dotted #d5c9b1;
		padding:5px;
		font-size:0.8em;
	}
	
	blockquote {
	width: auto;
	height: 160px;
	padding-left: 5px;
	border: 3px groove Highlight;
	-moz-border-radius: 10px;
	background-color: transparent;
	color: Highlight;
	overflow: auto;
}
	p#disclaimer {
		color:#d5c9b1;
		margin-top:10%;
		font-style:italic;
		text-align:center;
	}

	p#disclaimer:after {
		content:". [Si ce profil ne s'affiche pas correctement, veuillez utiliser un navigateur internet digne de ce nom].";
	}

	div#description {
	margin-top: 5%;
	border: groove;
}

	div#styleSwitcher {
		margin-top:5%;
		text-align:center;
	}

	table#events {
		border: 1px dotted ;
		color:#b6a58a;
		border-collapse:collapse;
	}

	table#events thead {
	font-size: 0.9em;
	font-weight: bold;
	color: #d5c9b1;
}

	table#events tbody {
	font-size: 0.7em;
}
	
	table#events td.eventDescription a.mh_trolls_1 {
	color: Highlight;
	font-family: papyrus;
}
	dl#classements {
		width:50%;
		border:1px solid #d5c9b1;
		-moz-border-radius: 10px;
		padding:5px;
	}

	dl#classements dt {
		width:85%;
	}

	dl#classements dd {
		font-weight:bold;
	}