/* MES COULEURS */

/**
* Header color for demo
*
*/
body {
    /*background-color: #88b888;*/
    /*background: #804080 url("images/bg_mag.png") repeat-x top left fixed;*/
    background: #88b888 url("images/bg_b.png") repeat-x top left;
}

.page_margins {
    background-color: #ffe;
}


#footer {
    color:#888;
    background-color: #ffe;
}



#header {
    /*background-color:#88b888;*/
    background: #560556 url("images/blue_h.png") repeat-y top left fixed;
}


#main {
    background-color:#ffe;
}


#col3 a {
    color:#000B28;
}

#col3 a:hover {
    background-color:#ffe;
}



#col3 h1,
#col3 h2,
#col3 h3,
#col3 h4 {
    color:#084;
    border-bottom-color: #CCC;
}

#menu_gauche:before {
    border-bottom-color: #ddd;
}


/* bas du menu */
#menu_gauche:after {
    border-top-color: #fff;
}


#menu_gauche li span { /* used for un-linked menu items */
                       color: #666;
}

/* définition de chaque item : taille, police et bordure */
#menu_gauche li a {
    background: #ffFfED;
    border-bottom-color: #ddf;
    border-top-color:  #fff;
    border-right-color: #ddf;
    color:#008;
}

#menu_gauche li a:hover {
    background: #E9E9C0;
}

#menu_gauche li#current a {
    background: red;
}

#nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url(../yaml/navigation/images/shiny_buttons/background_active.png) repeat-x center right;
    border-left-color: #444;
    border-right-color:  #888 ;
}

#col3 a.important {
    background-color:transparent;
    color: red;
}

p.util {
    color:white;
}

span.erreur {
    color: white;
    background-color: red;
    font-weight:bold;
}

.hlist ul li a.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    color:#FFF;
    background-color: #68696B;
}