/* Merci à Cyrrus (n°17697), Feldspath (n°34422), breizhou13 (n°50233) et P'kunk (n°68622) qui m'ont aidé (enfin leurs CSS surtout...) quand j'étais un peu coincé. 
Ils ont des très jolis profils alors allez les voir :) */




/* Page */
body {
	font-family: "Arial", Times, serif;
	font-size: 0.8em;
	background: url(http://img180.imageshack.us/img180/1980/fond01ll3.jpg);
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 215px;
}




/* Liste d'option, N° de troll... */
input, select, option {
	color: #FFFFFF;
	font-family: "Arial", Times, serif;
	font-weight: bold;
	background-color: #000000;
	border-width: 1px;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-style: inset;
	border-width: 1;
}




/* Liste d'options */
option {
	padding-left: 3px;
}




/* Case du n° de troll */
input {
	position:fixed;
	color: #FF0000;
	text-align: center;
	font-size: 13px;
	top: 83px;
	left: 105px;
}

input#ai_IDPJ, input#ai_IDPJ_Events {
	width: 50px;
}




/* Cadre n° de troll */ 
form#formView {
	color: #CC3333;
	position:fixed;
	margin-top: 66px;
	margin-left: -215px;
	text-align: left;
	padding: 3px;
	height: 18px;
}




/* Nom de troll */
h1 {
	position:fixed;
	margin-top: -15px;
	margin-left: -215px;
	background: url(http://img244.imageshack.us/img244/8425/fond02mq5.jpg);
	border: 1px solid #242424;
	text-align: center;
	padding: 17px;
	margin-bottom: 15px;
	font-size: 300%;
	width: 175px;
}




/* Partie "Profil / Evénements / Classements" */
#pjLinkProfil {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:108px;
	left:0px;
	text-align: center;
	padding: 3px;
	list-style: none;
}




/* Lien "Evénements" */
#pjLinkEvents {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:131px;
	left:0px;
	text-align: center;
	padding: 3px;
	list-style: none;
}




/* Lien "Classement" */
#pjLinkClassement {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:154px;
	left:0px;
	text-align: center;
	padding: 3px;
	list-style: none;
}




/* Titres "Profil" / "Description" */
h2 {
	text-align: center;
	font-size: 130%;
}

#descriptionTitre:before {
	content:"Sa ";
}




/* Texte : "Toutes les informations..." */
#disclaimer {
	visibility:hidden;
	font-size: 0px;
}




/* Texte de Mountyzilla */
div#infosVue {
	text-align: center;
	color: #000000;
}




/* Liens */
a, a:link, a:active, a:visited {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.mh_trolls_1 { 
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}

a.mh_trolls_1:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.mh_monstres { 
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

a.mh_monstres:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}




/* Partie Troll / n° / Bouton "Afficher" */
form {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	text-align: center;
	padding: 3px;
	margin-left: -215px;
	width: 203px;
}

form label {
	font-weight: bold;
}

form div {
	display: inline;
}




/* Bouton "Afficher" */
form div.submit input {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	color: #CC3333;
	border: 1px solid #242424;
	width: 211px;
	position:fixed;
	top:206px;
	left:0px;
	text-align: center;
	padding: 3px;
	font-size: 13px;
}

form div.submit input:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* Titres du profil */
dl {
	position: relative;
	border: 1px solid #242424;
	border-top-width: 0;
	background-image: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	width: 100%;
}

dt:first-letter {
	color:#FFFFFF;
	font-weight: bold;
}

dt {
	color: #000000;
	float: left;
	clear: left;
	width: 166px;
	font-weight: bold;
	padding: 3px;
	height: 20px;
}

dt.distinctionsHorsJeu, dt.distinctions, dt.maladie, dt.trolligion {
	float: none;
	width: auto;
}

dd.distinctionsHorsJeu, dd.distinctions, dd.maladie, dd.trolligion {
	margin-left: 0px;
	border-left: none;
	background-color: #000000;
	list-style-image:url("http://img350.imageshack.us/img350/5099/tag7lw.jpg");
}

dd {
	background-color: #000000;
	padding: 3px;
	padding-left: 15px;
	margin-left: 156px;
	border-left: 1px solid #242424;
	min-height: 20px;
}

dd ul {
	padding-left: 15px;
}

dd#rangGuilde {
	border-top-width: 0;
}

* html dd {
	height: 20px;
}

dt, dd {
	border-top: 1px solid #242424;
}


dd.equipement li+li+li+li+li+li:after {
	content: " de Baby Gob'";
	font-weight: bold;
}

/* Tag "PNJ" ? */
.pnj {
	font-weight: bold;
}




/* Description */
#description {
	background-color: #000000;
	border: 1px solid #242424;
	padding: 5px;
}




/* Equipement */
dd.equipement ul, dd.possessions ul {
	padding-left: 0;
}

dd.equipement li, dd.possessions li {
	list-style-type: none;
	padding-left: 20px;
}

dd.equipement li {
	background: url(http://img350.imageshack.us/img350/2977/equipement2jb.jpg) no-repeat;
}

dd.equipement li span.magie, dd.possessions li span.magie {
	font-weight: bold;
}

dd.possessions ul li {
	background: url(http://img350.imageshack.us/img350/861/bidouille3tu.jpg) no-repeat;
}




/* Blason */
dt.blason {
	display: none;
}

dd.blason {
	background: transparent;
	border: 0px solid #FFFFFF;
	position:fixed;
	bottom: -6px;
	margin-left: -247px;
}





/* Page des Evènements */
#EventType {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:231px;
	left:0px;
	text-align: center;
	padding: 3px;
	color: #CC3333;
}

#as_EventType {
	text-align: center;
}

div#navigation {
	font-weight: bold;
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:263px;
	left:0px;
	text-align: center;
	padding: 3px;
}

div#navigation span {
	padding-left: 15px;
}

p#suppressionEvents {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

table#events {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table#events th, table#events td {
	border: 1px solid #242424;
	font-size: 100%;
	padding: 2px;
}

table#events th {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
}

table#events td {
	background-color: #000000;
}

table#events td.eventDate {
	text-align: center;
	height: 20px;
}


table#events td.eventType {
	text-align: center;
	height: 20px;
}

table#events td.eventDescription {
	text-align: left;
	height: 20px;
}




/* Page des Classements */
dl#classements dt {
	width: 280px;
}

dl#classements dd {
	margin-left: 286px;
	font-weight: bold;
}




/* Page des mouches */
table#mouches {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table#mouches th, table#mouches td {
	border: 1px solid #242424;
	font-size: 0.8em;
	padding: 2px;
}

table#mouches th {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
}

table#mouches td {
	background: url();
	background-color: #000000;
	text-align: center;
}




/* Lien changement CSS */
#styleSwitcher {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:180px;
	left:0px;
	text-align: center;
	padding: 3px;
}




/* Lien envoyer message */
#envoiMessage {
	background: url(http://img399.imageshack.us/img399/4788/fondvc0.jpg);
	border: 1px solid #242424;
	width: 203px;
	position:fixed;
	top:234px;
	left:0px;
	text-align: center;
	padding: 3px;
}




/* Texte navigation (événements) */
span.pageCourante{
	color: #CC3333;
}

span.pagePrecedente{
	color: #CC3333;
}