﻿/*
 *		JoomSpirit CSS file for color
 *
 */


div#top {
background: #fd9400 url(../images/fond_orange.jpg) 0 0 repeat-x;
border-bottom: 15px solid #7F0000;(b6d30e)
}

h1, h2 {
color: #9bb50c;
}

h3, h4 {
color: #6fff0f;
}

h2.contentheading {
background: transparent url(../images/logo_orange.gif) 0 0 no-repeat;
padding-left: 10px;
}

.article-tools {
background-color:#F9E0AA; (e9f8eb)
}

/* nav left  */

#content_left ul li a{
background-color: #d07900;

}

#content_left ul li a:hover, #content_left ul .active a {
background-color: #fd9400;
border-left:10px solid #d07900;
padding-left:10px;
}

/*  module  */

div.default h3.module span span{
color: #fd9400;
}

/*  link   */

/**  READ ON  **/

a.readon, a.readmore {
margin-left:25px;
height:20px;
padding-left : 25px;
background: transparent url(../images/readmore_green.gif) 0 0 no-repeat;
}

a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited {
	color: #9bb50c;
}

a.readon:hover, a.readmore:hover {
	background: transparent url(../images/readmore_green.gif) 0 -20px no-repeat;
	color: #6fff0f;
}
