/* --------------------------
    PHPMyRing - Version 4.1.3
    Utilisez cette feuille de 
    style pour personnaliser 
    le webring.
    Date : 26-04-2005
    ------------------------- /*

/* Cette feuille de style reprends les styles en indiquant leurs couleurs et parfois positions 
   Cette feuille de style est appelée après celle par défaut (styles.css), les styles que vous 
   indiquez ici écraseront ceux de la feuille par défaut.

    _________________________________________________________________
   |                                                                 |
   |      ! ! ! ! !  T R È S   I M P O R T A N T   ! ! ! ! ! !       |
   |   Si vous modifiez cete feuille de style, renomez ce fichier :  |
   |        styles_perso-dist.css ---> styles_perso.css              |
   |                                                                 |
   | Pour éviter tout écrasement lors d'une mise à jour de PHPMyRing |
   |_________________________________________________________________|
*/

body {
  color: #400080;
  background-image:url(../images/ap.png);
  background-repeat: repeat-y;
  background-position: left;
  background-color: #cdd9e6;
}

/* Titre du webring */
.titre {
  background-color: #8c9fca;
  border: 2px #000000 outset;
  padding-top: 1em;
  padding-bottom: 1em;
}

table {
  color: #400080;
  }

input {
  color: #000080;
  background-color: transparent;
}

textarea{
  color: #000080;
  background-color: transparent;
}


.tablewebring {
  color: #330099;
  border: #000000;
}


.description_site_liste {
  color: #0000A0;
}


.infos_site {
  color: #004080;
}


.visites_site {
  color: #257478;
}

.tableau-inscription {
   border: 1px dotted #898989;
}

.titre-tableau-inscription {
  background-color: #5b82dd;
  color: #ffffff;
}

.titre-item-tableau-inscription {
    background-color: #98addd;
}

.item-tableau-inscription {
  color: #0C214D;
  border:1px dashed #373737;
}

.message_acc {
  color: #000000;
  background-color: #c9c9c9;
}

.table_admin {
  border: #000000;
}


.haut_table_admin {
  color: #ffffff;
  background-color: #98addd;
}


.table_liste_ad {
  border: #000000;
}

.haut_table_liste_ad {
  background-color: #FF9900;
  color: #330099;
  border: #000000;
}


.administration {
  border-color: #808080;
}


.titre-administration {
  background-color: #5b82dd;
  color: #ffffff;
}


.pied-de-page {
  background-color: #8c9fca;
  border: 1px #000000 solid;
}


/* -- 
   Tableau de la liste des sites du webring
   -- */

div.table_liste {
  border: #000000;
  border-style: dashed;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}


div.ligne_liste {
  background-color: #92afdd;
}


.tableau-auth {
  color: #000000;
  background-color: transparent;
  border-color: #D4D0C8;
}

.titre-tableau-auth {
  color: #FFFFFF;
  background-color: #5b82dd;
}

.nb_visites {
  color: #000000;
}

.formsearch {
  background-color: transparent;
  border-color: #000000;
}

.titre-resultats-recherche {
  background-color: #5b82dd;
  border-color: #000000;
}

.resultats-recherche {

}

.formulaire_modif {
  border-color: #000000;
}

.formulaire_modif_item {
  border-color: #929292;
}

.formulaire_modif_item-titre {
 background-color: #98addd;
}