/* --------------------------
    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 {
margin:0;
padding:0;
font-family:verdana, arial, sans-serif;
color:#ffffff; 
background-color:#000000;
}

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

table {
  color: #ffffff;
  }

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

textarea{
  color: #00cc00;
  background-color: transparent;
}


.tablewebring {
  color: #ffffff;
  border: #00cc00;
}


.description_site_liste {
  color: #eeeeee;
}


.infos_site {
  color: #ffffff;
}


.visites_site {
  color: #ffffff;
}

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

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

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

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

.message_acc {
  color: #00cc00;
  background-color: #c9c9c9;
}

.table_admin {
  border: #00cc00;
}


.haut_table_admin {
  color: #ffffff;
  background-color: #112211;
}


.table_liste_ad {
  border: #00cc00;
}

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


.administration {
  border-color: #808080;
}


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


.pied-de-page {
  background-color: #111111;
  border: 1px #00cc00 solid;
}


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

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


div.ligne_liste {
  background-color: #111111;
}


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

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

.nb_visites {
  color: #00cc00;
}

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

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

.resultats-recherche {

}

.formulaire_modif {
  border-color: #00cc00;
}

.formulaire_modif_item {
  border-color: #222222;
}

.formulaire_modif_item-titre {
 background-color: #222222;
}

a:active {
	font-family:verdana, arial, sans-serif;
	color:#00cc00; 
	text-decoration: none; 
}
a:hover {
	font-family:verdana, arial, sans-serif;
	color:#ffffff; 
	text-decoration: underline; 
}
a:link {
	font-family:verdana, arial, sans-serif;
	color:#00cc00; 
	text-decoration: none; 
}
a:visited {
	font-family:verdana, arial, sans-serif;
	color:#00cc00; 
	text-decoration: none; 
}
