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

body {background-color:#fff; color:#404040}

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

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

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

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

    #footer, #footer a {color:#9f9f9f;}
    #footer a:hover {color:#404040;}
	#footer #noeye::selection {	background: #222; color:#222; }
	#footer #noeye::-moz-selection { background: #222; color:#222; }

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

#col-top, #col-bottom, #col {background-color:#E9FAFF;}

#cols3 .col h3 {background-color:#F5F5F5; color:#DD1600; font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal}
#cols3 .col h3 a {color:#DD1600; text-decoration:none;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col .nom img {padding:20px;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {background-color:#F5F5F5; color:#DD1600; font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; font-weight:normal}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#DD1600;}
#cols2 #col-left a:hover.article {color:#000;}
#cols2 #col-left .imgLeft {float:left; margin-right:5px;}

#cols2 #col-right {background-color:#F5F5F5;}
#cols2 #col-right h4 span {background-color:#F5F5F5;}

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

.high {color:#777}

.text { padding:3px;}
.contact { background-color:#f5f5f5}