
   
a:hover   { text-decoration: underline; }
a:link {  }
a:active {  }
    
body { 	
  cursor: url('https://i.goopics.net/N4xeY.png'), pointer;  /* Curseur de la souris*/
  background-color:#000000;
  background-size: 100%;
  background-image:url('https://i.goopics.net/XJjRj.jpg'); /*image de fond d'écran*/
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  text-align:center;
  color: #000000;
}

td {
	font-family: times, arial, sans-serif;
	font-size: 12px;
}

.mh_links { color:#0000FF; text-decoration:none; font-weight:bold}

.mh_tdborder {
  background-color:transparent;
}

/*S'applique à tous les titres.*/
.mh_tdtitre {
  background-color:transparent; padding:5px; vertical-align:top; 
  color: #ffffff; 
}

/*S'applique à toutes les cases du tableau description du Troll.*/
.mh_tdpage {
  /*background-color:#ffffff; opacity: 0.4;  /* Rend transparent le fond et le contenu*/
  /*background-color: rgba(255, 255, 255, 0.2);   /*Rend transparent le fond uniquement, mais ne fonctionne pas sur les anciens IE*/
  /*background-color:#DAF7A6; opacity: 0.4;  /* Rend transparent le fond et le contenu*/ 
  background-color: rgba(218, 247, 166, 0.2);   /*Rend transparent le fond uniquement, mais ne fonctionne pas sur les anciens IE*/
  color: #000000;
}

/*Titre contenant le nom du Troll. On peut y afficher une banière.*/
.mh_titre1 { 
  font-size:108px; 
  font-weight:bold;  
  color:#FFD800;  
  font-family: "Gabriola", arial, sans serif;  
  height: 150;
}


/* Utilisé uniquement pour le titre "Son Profil Général :" */
.mh_titre3 { font-size:16px; font-style:normal; line-height:normal; font-weight:bold; color: #ffffff;}

 /* Inutilisés*/
.mh_titre2 { font-size:24px; font-style:normal; line-height:normal; font-weight:bold; }
.mh_titre4 { font-size:14px; font-style:normal; line-height:normal; font-weight:bold; }



a.mh_form_submit:visited, a.mh_form_submit:link, a.mh_form_submit:focus { color: #FFFFFF; padding:3px; }


.mh_textbox {
	border: 1px solid #1E2A63;
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 1px;
}
 
/*Utilisé uniquement pour le bouton "Afficher" à coté du numéro de Troll*/

.mh_form_submit {
background-color:transparent;
padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 1;
text-align: center;
font-style: bold;
color: #ffffff;
border: 0px solid #ffffff;
}

.mh_textbox {
color: #ffffff;
background-color:transparent;
border: 0px solid #ffffff;
text-align: left;
}

 
.mh_textareabox {
	border: 1px solid #1E2A63;
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 4px;
}

.mh_selectbox {
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 1px;
}
 

.mh_monstres { color: #000000; text-decoration: none; font-weight: bold; } 
.mh_trolls_0 { color: #000000; text-decoration: none; font-weight: bold; }
.mh_trolls_1 { color: #000000; text-decoration: none; font-weight: bold; }



/*Puce de la liste des pièces d'équipement utilisé. 
  Remplace les petits carrés verts.
*/
img[src*="bullet_green.jpg"] {
  width:0;
  height:16px;
  padding-left:16px;   
  background: url("https://i.goopics.net/eeXOP.png") no-repeat;
}

/*Chevron gauche pour changer de page sur la liste des événements.
  Remplace l'image du chevron.*/
img[src*="flecheg.jpg"] {
  width:0;    
  height:37px;      
  padding-left:35px;     
  background: url("https://i.goopics.net/wRa5y.png") no-repeat;
}
/*Chevron droite pour changer de page sur la liste des événements.
  Remplace l'image du chevron.*/
img[src*="fleched.jpg"] {
  width:0; 
  height:37px;
  padding-left:30px;   
  background: url("https://i.goopics.net/dGeOO.png") no-repeat;
}


/* colorer le texte qu'on selectionne en noir sur fond blanc*/
::-moz-selection{
background-color:#ffffff;
color:#000000;
}