@CHARSET "UTF-8";

/* -------------------------------------------
                  COLOURS

 Foncé : #60b323
 Moyen : #9ce069
 Clair : #e0f4cc
 Très clair : #e7f6d6
  		
------------------------------------------- */

	/* ---------------------------------------- */
	/*                CONTENT                   */
	/* ---------------------------------------- */

	
		/* ---------------------------------------- */
		/*              MAIN CONTENT                */
		/* ---------------------------------------- */
		
				
		#content_main #latest_news ul li.farfadets a,
		#content_main #latest_comments ul li.farfadets a,
		#content_main #latest_articles ul li.farfadets .read_more a,
		#content_main #text ul li.farfadets h3
		{
			background-image: url(arrow.png);
		}
		
		#content_main #latest_news ul li.farfadets a:hover,
		#content_main #latest_comments ul li.farfadets a:hover,
		#content_main #text ul li.farfadets a:hover
		{
			color: #60b323;
		}
		
			/* ---------------------------------------- */
			/*             LATEST ARTICLES              */
			/* ---------------------------------------- */
			
			#content_main #latest_articles ul li.farfadets .infos
			{
				background: transparent url(line.png) no-repeat bottom center;
			}
			
			#content_main #latest_articles ul li.farfadets .infos .titles .title a,
			#content_main #latest_articles ul li.farfadets .infos .date_author .authors a,
			#content_main #latest_articles ul li.farfadets .read_more a,
			#content_main #latest_articles ul li.farfadets .comments a
			{
				color: #262626;
			}
			
			#content_main #latest_articles ul li.farfadets .infos .titles .title a:hover,
			#content_main #latest_articles ul li.farfadets .infos .date_author .authors a:hover,
			#content_main #latest_articles ul li.farfadets .read_more a:hover,
			#content_main #latest_articles ul li.farfadets .comments a:hover
			{
				color: #60b323;
			}
			
			#content_main #latest_articles ul li.farfadets .comments
			{
				background: url(comments.png) no-repeat left;
			}

			/* ---------------------------------------- */
			/*                   TEXT                   */
			/* ---------------------------------------- */
			
			#content_main #text #site_plan ul li.farfadets ul li
			{
				background-image: url(small_arrow.png);
			}
			
		/* ---------------------------------------- */
		/*              SUB CONTENT                 */
		/* ---------------------------------------- */
		
		#content_sub .read_more a.farfadets
		{
			background: url(arrow.png) no-repeat left;
		}
