@CHARSET "UTF-8";

/* -------------------------------------------
                  COLOURS
 
 Foncé : #4e4e4e
 Moyen : #7a82b1
 Clair : #d9d9d3
 Très clair : #eaeae4
  		
------------------------------------------- */

/* ---------------------------------------- */
/*                 CONTAINER                */
/* ---------------------------------------- */

	/* ---------------------------------------- */
	/*                 BRANDING                 */
	/* ---------------------------------------- */
	
	#branding #photo #banner
	{
		background: #7a82b1 url(../../../custom/banner_default.jpg) center;
	}

	/* ---------------------------------------- */
	/*                 SUB NAV                  */
	/* ---------------------------------------- */

	#nav_sub #nav_sub_category h3 a
	{
		color: #4e4e4e;
	}

	#nav_sub #nav_sub_category ul li a:hover
	{
		background: url(small_arrow.png) no-repeat left;
		background-position: 0.5em;
		background-color: #eaeae4;
	}

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

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

			#content_main #crumbs a:hover,
			#content_main #text a:hover,
			#content_main #comments a:hover
			{
				color: #4e4e4e;
			}

			/* ---------------------------------------- */
			/*                  CRUMBS                  */
			/* ---------------------------------------- */

			#content_main #crumbs .top_left,
			#content_main #crumbs .top_right
			{
				background: transparent url(pin.png) no-repeat scroll 0%;
			}

			/* ---------------------------------------- */
			/*                   TEXT                   */
			/* ---------------------------------------- */
			
			#content_main #text ul li
			{
				list-style-image: url(small_arrow.png);
			}
	
			#content_main #text hr
			{
				background: url(hr.png) no-repeat center;
				border: none;
				width: 400px;
				height: 10px;
			}
						
			#content_main #text table.spip,
			#content_main #text table.spip thead th,
			#content_main #text table.spip tbody td,
			#content_main #text table.spip tbody tr.row_even,
			#content_main #text table.spip tbody tr.row_odd
			{
				border-color: #7a82b1;
			}
			
			#content_main #text table.spip thead tr.row_first
			{
				background-color: #eaeae4;
				border-color: #eea155;
			}
			
			#content_main #text blockquote.spip
			{
				background: transparent url(quote_l.png) no-repeat top left;
			}
			
			#content_main #text blockquote.spip p
			{
				background: transparent url(quote_r.png) no-repeat bottom right;
			}
			
			#content_main #news ul li a
			{
				background-image: url(arrow.png);
			}

			#content_main #articles ul li .infos,
			#content_main #forum_answer ul li .infos
			{
				background: transparent url(line.png) no-repeat bottom center;
			}

			#content_main #articles ul li .infos .titles .title a:hover,
			#content_main #articles ul li .infos .date_author .authors a:hover,
			#content_main #articles ul li .read_more a:hover,
			#content_main #articles ul li .comments a:hover,
			#content_main #forum_answer ul li .infos .titles .title a:hover,
			#content_main #forum_answer ul li .infos .date_author .authors a:hover
			{
				color: #4e4e4e;
			}
									
			#content_main #articles ul li .read_more a
			{
				background-image: url(arrow.png);
			}
									
			#content_main #articles ul li .read_more a
			{
				background-image: url(arrow.png);
			}
			
			#content_main #articles ul li .comments
			{
				background: url(comments.png) no-repeat left;
			}
		
			/* ---------------------------------------- */
			/*                 COMMENTS                 */
			/* ---------------------------------------- */
			
			#content_main #comments h2#comments_nb
			{
				background: url(comments.png) no-repeat left;
			}
			
			#content_main #comments ul#comments_list li .comments_comment
			{
				background-color: #eaeae4;
			}
			
			#content_main #comments ul#comments_list li .authors
			{
				background-image: url(comment.png);
			}
		
		/* ---------------------------------------- */
		/*              SUB CONTENT                 */
		/* ---------------------------------------- */
		
		#content_sub #other_news ul li a,
		#content_sub #other_articles ul li a,
		#content_sub #keywords ul li a,
		#content_sub #other_authors ul li a
		{
			background: url(arrow.png) no-repeat left;
			background-position: 0;
			display: block;
			padding: 0 5px 0 1.3em;
		}
		
		#content_sub #other_news ul li a:hover,
		#content_sub #other_articles ul li a:hover,
		#content_sub #keywords ul li a:hover,
		#content_sub #other_authors ul li a:hover
		{
			background-color: #eaeae4;
		}
