
/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {
background: #000 url(../design/bg.png) repeat-x;
}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {color:#090;}

    #tray {background: url(../fonctions/menu/images/right.png) repeat-x; width:990px; margin:2px 0px 0px -15px; position:relative; height:52px; z-index: 100;}
    #tray1 {background: url(../fonctions/menu/images/right.png) repeat-x; width:990px; margin:2px 0px 0px -15px; position:relative; height:32px; z-index: 100;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */



#cols3 .col h3 {background-color:#EEF8E4; color:#090;}
#cols3 .col h3 a {color:#090;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#519B44;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}

#col_one .title h4 {color:#519B44;}
#col_one .title h4{background-color:#FFF;}

#cols2 #col-left .article {color: #575757;text-decoration:none;}
#cols2 #col-left a:hover.article {color: #575757;}

#col-left-contact .title h4 {color:#519B44;}
#col-left-contact .title  span {background-color:#FFF;}

#cols2 #col-right {background-color:#EEF8E4;}
#cols2 #col-right h4 span {background-color:#EEF8E4;}
#col-left-contact h4 span {background-color:#EEF8E4;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#090}

