@CHARSET "UTF-8";

/* -------------------------------------------
                  COLOURS
 
 Foncé : #e97a0e
 Moyen : #eea155
 Clair : #f8e2c6
 Très clair : #faefde
  		
------------------------------------------- */

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

	
		/* ---------------------------------------- */
		/*              MAIN CONTENT                */
		/* ---------------------------------------- */
		
				
		#content_main #latest_news ul li.lvtx a,
		#content_main #latest_comments ul li.lvtx a,
		#content_main #latest_articles ul li.lvtx .read_more a,
		#content_main #text ul li.lvtx h3
		{
			background-image: url(arrow.png);
		}
		
		#content_main #latest_news ul li.lvtx a:hover,
		#content_main #latest_comments ul li.lvtx a:hover,
		#content_main #text ul li.lvtx a:hover
		{
			color: #e97a0e;
		}

			/* ---------------------------------------- */
			/*             LATEST ARTICLES              */
			/* ---------------------------------------- */
			
			#content_main #latest_articles ul li.lvtx .infos
			{
				background: transparent url(line.png) no-repeat bottom center;
			}
			
			#content_main #latest_articles ul li.lvtx .infos .titles .title a,
			#content_main #latest_articles ul li.lvtx .infos .date_author .authors a,
			#content_main #latest_articles ul li.lvtx .read_more a,
			#content_main #latest_articles ul li.lvtx .comments a
			{
				color: #262626;
			}
			
			#content_main #latest_articles ul li.lvtx .infos .titles .title a:hover,
			#content_main #latest_articles ul li.lvtx .infos .date_author .authors a:hover,
			#content_main #latest_articles ul li.lvtx .read_more a:hover,
			#content_main #latest_articles ul li.lvtx .comments a:hover
			{
				color: #e97a0e;
			}
			
			#content_main #latest_articles ul li.lvtx .comments
			{
				background: url(comments.png) no-repeat left;
			}
			
			/* ---------------------------------------- */
			/*                   TEXT                   */
			/* ---------------------------------------- */
			
			#content_main #text #site_plan ul li.lvtx ul li
			{
				background-image: url(small_arrow.png);
			}
			
		/* ---------------------------------------- */
		/*              SUB CONTENT                 */
		/* ---------------------------------------- */
		
		#content_sub .read_more a.lvtx
		{
			background: url(arrow.png) no-repeat left;
		}
