/* Feuille de style pour le site Guild Wars. */

/* ------------------------------------------------------------------------------------------- */
/* Titres et sous-titres. */

h1, h2, h3, .Copyright {
  font-family: Segoe UI, Arial;
  font-weight: normal;
}

h1 {
  color: #C0C0C0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

h2 {
  color: #F5C67A;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-decoration: underline;
}

.Copyright { 
  color: #C0C0C0;
  font-size: 9px;
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
}

/* ------------------------------------------------------------------------------------------- */
/* Hyperliens. */

a:visited, a:link, a:active {
  color: #C0C0C0;
  text-decoration: underline;
  text-transform: none;
}

/* ------------------------------------------------------------------------------------------- */
/* Tables. */

.List_Select {
  background-color: #404040;
}

.List_Normal {
}

.List_Alt {
  background-color: #404040;
}

/* ------------------------------------------------------------------------------------------- */
/* Pagination. */

.Pager_Table, .Pager_Page, .Pager_CurPage {
  font-size: 10px;
}

.Pager_Table {
  background-color: #404040;
  color: #FFFFFF;
}

.Pager_Page {
  background-color: #C0C0C0;
  color: #404040;
  cursor: pointer;
}

.Pager_Page:hover {
  background-color: #404040;
  color: #C0C0C0;
  cursor: pointer;
}

.Pager_CurPage {
  background-color: #808080;
  color: #C0C0C0;
  cursor: default;
}

/* ------------------------------------------------------------------------------------------- */
/* Boîtes de dialogue. */

.DlgTitle, .DlgContent {
  color: #000000;
  text-align: left;
}