/****** color style ******/
/**
 * @author Loops <pierrot at nvision dot lu>
 * 
 * Style sheet used for colors, borders, list and backgrounds.
 *
 *
 * This style sheet should contains CSS propreties :
 *
 *   - color (Couleur du texte)
 *   - text-decoration (Décoration du texte)
 *   - text-shadow (Ombrage du texte)
 *
 *   - border[-top, -left, -right, -bottom] (Bordure en général)
 *   - border[-top, -left, -right, -bottom]-width  (Épaisseur de la bordure)
 *   - border[-top, -left, -right, -bottom]-color (Couleur de la bordure)
 *   - border[-top, -left, -right, -bottom]-style (Type de la bordure)
 *
 *   - background (Arrière-plan en général)
 *   - background-color (Couleur d'arrière-plan)
 *   - background-image (Image d'arrière-plan)
 *   - background-repeat (Effet de répétition)
 *   - background-attachment (Effet de filigrane)
 *   - background-position (Position d'arrière plan)
 *
 *   - list-style (Représentation de liste en général)
 *   - list-style-type (Type de représentation)
 *   - list-style-position (Retrait des listes)
 *   - list-style-image (Graphiques de puces personnalisés)
 *
 *   - border-collapse (modèle de bordure)
 *
 *   - cursor (Curseurs)
 *   - scrollbar (Propriétés Microsoft pour les barres de défilement)
 *
 *   - opacity (Opacité sur Mozilla)
 *
 */
 
body { color: #486671; background-color: #eef0f1 }
#wrap { background: white url(../images/nvision_off.jpg) no-repeat 0 0; }
/* Overwrite hyperlink tags text color */
a { color: #00adef }
a:hover, a:focus, a:active { background-color: #00adef; color: white; text-decoration: none }
a.anchor { color: inherit }
a.anchor:hover { cursor: auto; background: none }
/* Color for titles */
h1, h2, h3, h4, h5, h6 { color: black }

/* Content */
/* Top content */
#main-top h1 { color: #ec008c }
#intro { color: black; background: url(../images/backgrounds/dot-3px.gif) left bottom repeat-x }

/* Footer */
#foot { color: white; background-color: black }