/* 
    Document   : color
    Created on : 27-nov-2008, 21:11:17
    Author     : laurent
    Description:
        Colors and backgrounds for the site
*/

html{}
	body{}
		a{ color: #6B970D; }
		a:hover{ color: #82B70F; }
		h1{ color: #555; background: transparent url('images/titles/h1.png') no-repeat top left; }

		div.background_left{ background: url('images/background_left.jpg') #FFF no-repeat left bottom; }
		div.background_right{ background: url('images/background_right.jpg') #FFF no-repeat right bottom; }
		div.header_left{ background: url('images/left-banner-filler.jpg') #000 no-repeat right top; }
		div.header_filler{ background-color: #000; }

		#doc4{ background-color: transparent; }
			#hd{ background: url('images/top-banner.jpg') #000 no-repeat left top; }
			div.shadow_box{ background: transparent url('images/shadow.png') repeat-y; }
				#bd{ background: transparent url('images/white_90.png'); }
				#ft{ background: transparent url('images/black_80.png'); color: #A9EE23; }
					#ft a{ color: #A9EE23; }

		#menu{}
			#menu .yuimenubar{ background-color: transparent; }
				#menu .yuimenubar .yuimenubaritem{}
				#menu .yuimenubar .yuimenubaritem-selected{ background-color: transparent; }
				#menu .yuimenubar .yuimenubaritem-hassubmenu-selected{ background: url(../resources/yui/build/menu/assets/menubaritem_submenuindicator_selected.png) no-repeat bottom center;}
					#menu .yuimenubar .yuimenubaritem .yuimenubaritemlabel{}
					#menu .yuimenubaritem .yuimenubaritemlabel-selected{ background: url('images/menu/menu-highlight-repeater.png') repeat-x top left; }
			#menu .yuimenu{ background: transparent url('images/black_80.png'); }
				#menu .yuimenu .yuimenuitem{}
					#menu .yuimenu .yuimenuitem .yuimenuitemlabel{ color: #94D112; }
				#menu .yuimenu .yuimenuitem-selected{ background-color: #94D112; }
					#menu .yuimenu .yuimenuitem-selected .yuimenuitemlabel{ color: #FFF; }