
/* ------------------------------------------------------------------------------------ HTML */

html
	{
		background-color :	#333333;
	}


/* ------------------------------------------------------------------------------------ STRUCTURE */


#header
	{
		background :		url( "ligne_white_thin.png" ) bottom center no-repeat;
	}

#content
	{
		background :		url( "ligne_white_thin.png" ) bottom center no-repeat;
	}


hr
	{
		background-color :	#FFFFFF;
	}
	
#logo
	{
		background :		url( "wassingue_medium_white.png" ) no-repeat;
	}

#logo_title, #logo_title b
	{
		color :			#FFFFFF;
	}

#bulle, #bulle_login
	{
		color :			#333333;
	}

#bulle
	{
		background :		url( "bulle_blanc.png" ) no-repeat;
	}

.link
	{
		color :			#FFFFFF;
	}

.link:hover, .link_current, .link_current:hover
	{
		color :			#333333;
		background-color :	#FFFFFF;
		text-decoration :		none;
	}


/* ------------------------------------------------------------------------------------ CUSTOM STICKERS */

.printed_zone_menu
	{
		background :		url( "Wass-Bande-PrintedZone_menu.png" ) top right no-repeat;
	}

#custom_stickers_swf
	{
		float :			left;
		width :			600px;
		height :			950px;
	}

#custom_stickers_right
	{
		float :			left;
		width :			270px;
		height :			950px;
		padding-left :		30px;
		background :		url( "Wass-Bande-PrintedZone.png" ) top right no-repeat;
	}

.custom_stickers_right_blok
	{
		height :			60px;
		font-size :			12pt;
		font-weight :		bold;
		font-style :		italic;
		color :			#333333;
	}

.custom_stickers_right_blok span
	{
		font-size :			12pt;
		font-weight :		bold;
	}

#sticker_pdf_file_download_link
	{
		display :			block;
		width :			250px;
		padding :			10px;
		font-size :			10pt;
		font-weight :		bold;
		color :			#FFFFFF;
		background-color :	#D4A700;
	}

#sticker_pdf_file_download_link:hover
	{
		color :			#D4A700;
		background-color :	#FFFFFF;
		text-decoration :		none;
	}

.custom_stickers_right_txt_blanc
	{
		color :			#FFFFFF;
	}

