/* Préférences générales pour l'annuaire */
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin-top: 0px;
        /* Only IE */
        SCROLLBAR-FACE-COLOR: #000099;
        SCROLLBAR-HIGHLIGHT-COLOR: #000099;
        SCROLLBAR-SHADOW-COLOR: black;
        SCROLLBAR-3DLIGHT-COLOR: #000099;
        SCROLLBAR-ARROW-COLOR: white;
        SCROLLBAR-TRACK-COLOR: white;
        SCROLLBAR-DARKSHADOW-COLOR: #000099;
}

/* Global - cadre dans lequele est palcé NETREF */
#global {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
         border: 3px solid #97B4FF;
}
/* Barres de titre : accueil, etc.*/
h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        align: center;
        background-color: #97B4FF;
        text-align:left;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 2px;
}
/* Description catégorie */
h2 {
        margin: 0px;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
}
/* Tableau des catégories sur index.php */
.cat {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
}
/* Style pour lien de catégorie */
a.liencat {
        font-family: verdana;
        font-size: 14px;
        font-weight: bold;
        color: blue;
}
/* passeage de souris sur un lien de categorie */
a:hover.liencat {
        color: red;
}

/* Style pour affichage du nombre de sites des catégories */
.nbcat {
        font-family: verdana;
        font-size:10px;
        font-weight: bold;
      color: red;
}

/* Affichage des elements ayant une url */
.elt_website {
        text-align: justify;
        margin:auto;
        width: 740px;
        background-color:#FBFDFF;
        border: 2px solid #DDE2FF;
        padding: 0px;
        height: auto;
        text-align: left;
        clip:rect(5px auto auto auto);
}
/* Affichages des element sans url */
.elt_note {
        border: 2px dotted #000033;
        padding: 0px;
        background-color: #EAF5FF;
        width: 80%;
        margin: 10px auto 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: left;
}

/* barre d'action des element  */
.elt_action {
        background-color:#DDE2FF;
        font-size: 12px;
        clear:Aucune;
        position: relative;
        padding: 0px;
        margin: 0px;
        height: auto;
        vertical-align: middle;
}
/* contenu d'un cadre de site*/
.elt_contents {
        color: #000000;
        font-size: 10px;
        float: left;
        position: relative;
}
.elt_comment {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #FFFFCC;
        border: 2px solid #FF6633;
        width: 90%;
        margin: 5px;
        padding: 5px;
}

/* Affichage des awards  dans les cadres elements*/
.awards {
        float: right;
        margin: 5px;
        padding: 5px;
        height: auto;
        clear: both;
}
/* Affichage 'Partenaire' */
.parten {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
        color: #CC0033;
}
/* Affichage 'Nouveau' pour les sites */
.new {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FF0000;
}
/* Affichage 'Vu' pour les sites */
.vu {
        font-family: Arial;
        font-size: 9px;
}
/* Avertissement en cas de champ mal/non remplis */
.avert  {
        font-family: Arial;
        font-size: 12px;
        text-align:center;
        font-weight: bold;
        color: #003333;
}
/* Lien de retour */
.retour {
        text-align: center;
}
.retour a {
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        font-style: normal;
        color: #990000;
}
.retour a:hover { color: green; }
/* p_new.php: Affichage de la date */
.date {
        font-family: Arial;
        font-size: 12px;
        color: #0099CC;
        font-weight: normal;
        margin-left: 40px;
}
/* Gestion des pages */
.gestion {
        margin-top: 0px;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        color: #003333;
}
.gestion a {
        color: #990000;
        font-size: 12px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
}
.gestion a:hover {
        color: #F881A2
}
/* p_alpha.php: Affichage de la liste alphabétique */
#alpha {
        text-align: center;
}
#alpha a {
        text-decoration: none;
        color: #990000;
        font-size: 12px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
}
#alpha a:hover {
        color: #F881A2;
}
/* Cadres pour commentaire, vote, suggestion */
#cad {
        width: 230;
        padding: 3px;
        border: 1px solid #97B4FF;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
/* Texte: 'Page générée en...' */
#generated {
        font-family: Arial;
        font-size: 11px;
        color: #0066CC;
        text-align: center;
        margin-top: 0px;
}
/* Images */
img {
        vertical-align: middle;
        border: none;
}
/* Drapeaux pour select avec langue pour mozilla */
.drapfr { background-image:url("../inc/-drap-/fr.gif"); background-repeat:no-repeat; background-position:right; }
.drapen { background-image:url("../inc/-drap-/en.gif"); background-repeat:no-repeat; background-position:right; }
.drapde { background-image:url("../inc/-drap-/de.gif"); background-repeat:no-repeat; background-position:right; }
.drapse { background-image:url("../inc/-drap-/se.gif"); background-repeat:no-repeat; background-position:right; }
.drapit { background-image:url("../inc/-drap-/it.gif"); background-repeat:no-repeat; background-position:right; }
.drapsp { background-image:url("../inc/-drap-/sp.gif"); background-repeat:no-repeat; background-position:right; }
.drappo { background-image:url("../inc/-drap-/po.gif"); background-repeat:no-repeat; background-position:right; }
.draptr { background-image:url("../inc/-drap-/tr.gif"); background-repeat:no-repeat; background-position:right; }
/* Liens */
a {                color: #990000;
        font-size: 12px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        }

a:hover {  color: #F881A2}


.lien_1 {  font-family: arial; font-size: 14px; font-weight: bold; text-decoration: none; font-style: normal; color: #003366; clip:     rect(   )}
.lien_1:hover {color : red;}

.lien_2 {  font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; font-style: normal; color: #000099; clip:     rect(   )}
.lien_2:hover {color : red;}

.lien_3 { font-family: arial; font-size: 11px; font-weight: bold; text-decoration: none; font-style: normal; color: #990000; clip:     rect(   )}
.lien_3:hover { color : green; }

.lienp { font-family: Arial; font-size: 11px; color: #0066CC }
.liencom { font-family: Arial; font-size: 9px; color: #000066}

.lien_part { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color: #CC0033; }

.T1 {  font-family: Arial; font-size: 13px; font-weight: bold; color: #000033; text-transform: none; text-align: left; text-indent: 20pt}
.T2 {  font-family: Arial; font-size: 12px; color: #0099CC; font-weight: normal; margin-right: 35px; margin-left: 40px; vertical-align: middle; padding-top: 3px; padding-bottom: 3px}

.texte {  font-family: Arial; font-size: 15px; clip:  border:#c5ccd2; left: 20px; text-align: justify; color: #333333}
.textecent { font-family: Arial; font-size: 12px; text-align:center; font-weight: bold; color: #003333; }

.visit {  font-family: Arial; font-size: 9px; }

/* tableau de formulaire */
.barre1 {
        border: 2px solid #97B4FF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
tr.barre1 {
        font-family: Arial;
        font-size: 12px;
        font-style: normal;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        background-color: #97B4FF;
        padding: 2px;
}
/***/

/* FORMULAIRES */
input,select,textarea {
        border:2px solid #999999;
        background-color:#E9E9FC;
        font-family: Verdana, Arial, Geneva;
        font-size: 12px;
}
.check {
        border:0px;
        background-color:#E2F0FE;
}
/* fin form */

.alert {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FF0000;
}
/* message RSI - affichage lors des modification rapides*/
.message_info {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: center;
        height: 17px;
        width: 40%;
        background-color: #FFCC66;
        background-position: center;
        font-size: 11px;
        font-weight: bold;
        visibility:hidden;
}
/* Frame ouverture Iframe*/
.ifr_on {border: solid 1px #000066}
.ifr_off {border: solid 0px}