/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
#alv html {
	color: #000;
	background: #FFF;
}

#alv body,
#alv div,
#alv dl,
#alv dt,
#alv dd,
#alv ul,
#alv ol,
#alv li,
#alv h1,
#alv h2,
#alv h3,
#alv h4,
#alv h5,
#alv h6,
#alv pre,
#alv code,
#alv form,
#alv fieldset,
#alv legend,
#alv input,
#alv button,
#alv textarea,
#alv p,
#alv blockquote,
#alv th,
#alv td {
	margin: 0;
	padding: 0;
}

#alv table {
	border-collapse: collapse;
	border-spacing: 0;
}

#alv fieldset,
#alv img {
	border: 0;
}

#alv address,
#alv caption,
#alv cite,
#alv code,
#alv dfn,
#alv em,
#alv strong,
#alv th,
#alv var,
#alv optgroup {
	font-style: inherit;
	font-weight: inherit;
}

#alv del,
#alv ins {
	text-decoration: none;
}

#alv li {
	list-style: none;
}

#alv caption,
#alv th {
	text-align: left;
}

#alv h1,
#alv h2,
#alv h3,
#alv h4,
#alv h5,
#alv h6 {
	font-size: 100%;
	font-weight: normal;
}

#alv q:before,
#alv q:after {
	content: '';
}

#alv abbr,
#alv acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
#alv legend {
	color: #000;
}

#alv input,
#alv button,
#alv textarea,
#alv select,
#alv optgroup,
#alv option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
#alv input,
#alv button,
#alv textarea,
#alv select {
	*font-size: 100%;
}



/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
#alv {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

#alv * {
	font-size:100%
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
#alv select,
#alv input,
#alv button,
#alv textarea,
#alv button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
#alv table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
#alv pre,
#alv code,
#alv kbd,
#alv samp,
#alv tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Grids
 * @module grids
 * @namespace yui-
 * @requires reset, fonts
 */

/**  
 * Note: Throughout this file, the *property (star-property) filter is used 
 * to give a value to IE that other browsers do not see. _property is only seen 
 * by IE7, so the combo of *prop and _prop can target between IE6 and IE7.
 * 
 * More information on these filters and related validation errors:
 * http://tech.groups.yahoo.com/group/ydn-javascript/message/40059
 */

/**
 * Section: General Rules
 */

/*
body {
	text-align: center;
}*/

/**
 * Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
 */

#doc,#doc2,#doc3,#doc4,
.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
	margin: auto;
	text-align: left;
	width: 57.69em;
	*width: 56.25em;
}

/* 950 Centered (doc2) */
#doc2 {
	width: 73.076em;
	*width: 71.25em;
}

/* 100% (doc3) */
#doc3 {
/**
 * Left and Right margins are not a structural part of Grids. Without them 
 * Grids works fine, but content bleeds to the very edge of the document, which
 * often impairs readability and usability. They are provided because they 
 * prevent the content from "bleeding" into the browser's chrome. 
 */
	margin: auto 10px;
	width: auto;
}

/* 974 Centered (doc4) */
#doc4 {
	width: 74.923em;
	*width: 73.05em;
}

/**
 * Section: Preset Template Rules (.yui-t[1-6])
 */


#alv .yui-b {
	/* to preserve source-order independence for Gecko */
	position: relative;
}

#alv .yui-b {
	/* to preserve source-order independence for IE */
	_position: static;
}

#alv #yui-main .yui-b {
	/* to preserve source-order independence for Gecko */
	position: static;
}

#alv #yui-main,
.yui-g .yui-u .yui-g {
	width: 100%;
}

#alv .yui-t1 #yui-main,
#alv .yui-t2 #yui-main,
#alv .yui-t3 #yui-main {
	float: right;
	/* IE: preserve layout at narrow widths */
	margin-left: -25em;
}

#alv .yui-t4 #yui-main,
#alv .yui-t5 #yui-main,
#alv .yui-t6 #yui-main {
	float: left;
	/* IE: preserve layout at narrow widths */
	margin-right: -25em;
}

/** 
 * For Specific Template Presets
 */

#alv .yui-t1 .yui-b {
	float: left;
	width: 12.30769em;
	*width: 12.00em;
}

#alv .yui-t1 #yui-main .yui-b {
	margin-left: 13.30769em;
	*margin-left: 13.05em;
}

#alv .yui-t2 .yui-b {
	float: left;
	width: 13.8461em;
	*width: 13.50em;
}

#alv .yui-t2 #yui-main .yui-b {
	margin-left: 14.8461em;
	*margin-left: 14.55em;
}

#alv .yui-t3 .yui-b {
	float: left;
	width: 23.0769em;
	*width: 22.50em;
}

#alv .yui-t3 #yui-main .yui-b {
	margin-left: 24.0769em;
	*margin-left: 23.62em;
}

#alv .yui-t4 .yui-b {
	float: right;
	width: 13.8456em;
	*width: 13.50em;
}

#alv .yui-t4 #yui-main .yui-b {
	margin-right: 14.8456em;
	*margin-right: 14.55em;
}

#alv .yui-t5 .yui-b {
	float: right;
	width: 18.4615em;
	*width: 18.00em;
}

#alv .yui-t5 #yui-main .yui-b {
	margin-right: 19.4615em;
	*margin-right: 19.125em;
}

#alv .yui-t6 .yui-b {
	float: right;
	width: 23.0769em;
	*width: 22.50em;
}

#alv .yui-t6 #yui-main .yui-b {
	margin-right: 24.0769em;
	*margin-right: 23.62em;
}

#alv .yui-t7 #yui-main .yui-b {
	display: block;
	margin: 0 0 1em 0;
}

#alv #yui-main .yui-b {
	float: none;
	width: auto;
}

/**
 * Section: Grids and Nesting Grids
 */

/* Children generally take half the available space */
#alv .yui-gb .yui-u,
#alv .yui-g .yui-gb .yui-u,
#alv .yui-gb .yui-g,
#alv .yui-gb .yui-gb,
#alv .yui-gb .yui-gc,
#alv .yui-gb .yui-gd,
#alv .yui-gb .yui-ge,
#alv .yui-gb .yui-gf,
#alv .yui-gb .yui-gh,
#alv .yui-gc .yui-u, 
#alv .yui-gc .yui-g,
#alv .yui-gd .yui-u {
	float: left;
}

/* Float units (and sub grids) to the right */
#alv .yui-g .yui-u,
#alv .yui-g .yui-g,
#alv .yui-g .yui-gb, 
#alv .yui-g .yui-gc, 
#alv .yui-g .yui-gd, 
#alv .yui-g .yui-ge, 
#alv .yui-g .yui-gf, 
#alv .yui-g .yui-gh, 
#alv .yui-gc .yui-u, 
#alv .yui-gd .yui-g,
#alv .yui-g .yui-gc .yui-u,
#alv .yui-ge .yui-u, 
#alv .yui-ge .yui-g, 
#alv .yui-gf .yui-g,
#alv .yui-gf .yui-u,
#alv .yui-gh .yui-u {
	float: right;
}

/*Float units (and sub grids) to the left */
#alv .yui-g div.first, 
#alv .yui-gb div.first,
#alv .yui-gc div.first,
#alv .yui-gd div.first, 
#alv .yui-ge div.first, 
#alv .yui-gf div.first,
#alv .yui-gh div.first,
#alv .yui-g .yui-gc div.first,
#alv .yui-g .yui-ge div.first,
#alv .yui-gc div.first div.first {
	float: left;
}

#alv .yui-g .yui-u,
#alv .yui-g .yui-g,
#alv .yui-g .yui-gb,
#alv .yui-g .yui-gc,
#alv .yui-g .yui-gd,
#alv .yui-g .yui-ge,
#alv .yui-g .yui-gf {
	width: 49.1%;
}

#alv .yui-gb .yui-u,
#alv .yui-g .yui-gb .yui-u,
#alv .yui-gb .yui-g,
#alv .yui-gb .yui-gb,
#alv .yui-gb .yui-gc,
#alv .yui-gb .yui-gd,
#alv .yui-gb .yui-ge,
#alv .yui-gb .yui-gf,
#alv .yui-gc .yui-u, 
#alv .yui-gc .yui-g,
#alv .yui-gd .yui-u {
	width: 32%;
	margin-left: 1.99%;
}

/* Give IE some extra breathing room for 1/3-based rounding issues */
#alv .yui-gb .yui-u {
	*margin-left: 1.9%;
	*width: 31.9%;
}

#alv .yui-gc div.first, 
#alv .yui-gd .yui-u {
	width: 66%;
}

#alv .yui-gd div.first {
	width: 32%;
}

#alv .yui-ge div.first, 
#alv .yui-gf .yui-u {
	width: 74.2%;
}

#alv .yui-ge .yui-u,
#alv .yui-gf div.first {
	width: 24%;
}

#alv .yui-gh .yui-u {
	width: 79.2%;
}

#alv .yui-gh div.first {
	width: 20%;
}

#alv .yui-g .yui-gb div.first,
#alv .yui-gb div.first, 
#alv .yui-gc div.first, 
#alv .yui-gd div.first {
	margin-left: 0;
}

/**
 * Section: Deep Nesting 
 */

#alv .yui-g .yui-g .yui-u,
#alv .yui-gb .yui-g .yui-u,
#alv .yui-gc .yui-g .yui-u,
#alv .yui-gd .yui-g .yui-u,
#alv .yui-ge .yui-g .yui-u,
#alv .yui-gf .yui-g .yui-u {
	width: 49%;
	*width: 48.1%;
	*margin-left: 0;
}

#alv .yui-g .yui-g .yui-u {
	width: 48.1%;
}

/*SF 1927599 from 1.14 to 2.6.0*/
#alv .yui-g .yui-gb div.first,
#alv .yui-gb .yui-gb div.first {
	*margin-right: 0;
	*width: 32%;
	_width: 31.7%;
}

#alv .yui-g .yui-gc div.first, 
#alv .yui-gd .yui-g {
	width: 66%;
}

#alv .yui-gb .yui-g div.first {
	*margin-right: 4%;
	_margin-right: 1.3%;
}

#alv .yui-gb .yui-gc div.first, 
#alv .yui-gb .yui-gd div.first {
	*margin-right: 0;
}

#alv .yui-gb .yui-gb .yui-u,
#alv .yui-gb .yui-gc .yui-u {
	*margin-left: 1.8%;
	_margin-left: 4%;
}

#alv .yui-g .yui-gb .yui-u {
	_margin-left: 1.0%;
}

.#alv yui-gb .yui-gd .yui-u {
	*width: 66%;
	_width: 61.2%;
}

#alv .yui-gb .yui-gd div.first {
	*width: 31%;
	_width: 29.5%;
}

#alv .yui-g .yui-gc .yui-u, 
	.yui-gb .yui-gc .yui-u {
	width: 32%;
	_float: right;
	margin-right: 0;
	_margin-left: 0;
}

#alv .yui-gb .yui-gc div.first {
	width: 66%;
	*float: left;
	*margin-left: 0;
}

#alv .yui-gb .yui-ge .yui-u, 
	.yui-gb .yui-gf .yui-u {
	margin: 0;
}

#alv .yui-gb .yui-gb .yui-u {
	_margin-left: .7%;
}

#alv .yui-gb .yui-g div.first, 
	.yui-gb .yui-gb div.first {
	*margin-left: 0;
}

#alv .yui-gc .yui-g .yui-u,
#alv .yui-gd .yui-g .yui-u {
	*width: 48.1%;
	*margin-left: 0;
}

#alv .yui-gb .yui-gd div.first {
	width: 32%;
}

#alv .yui-g .yui-gd div.first {
	_width: 29.9%;
}

#alv .yui-ge .yui-g {
	width: 24%;
}

#alv .yui-gf .yui-g {
	width: 74.2%;
}

#alv .yui-gb .yui-ge div.yui-u,
	.yui-gb .yui-gf div.yui-u {
	float: right;
}

#alv .yui-gb .yui-ge div.first,
#alv .yui-gb .yui-gf div.first {
	float: left;
}

/* Width Accommodation for Nested Contexts */
#alv .yui-gb .yui-ge .yui-u,
#alv .yui-gb .yui-gf div.first {
	*width: 24%;
	_width: 20%;
}

/* Width Accommodation for Nested Contexts */
#alv .yui-gb .yui-ge div.first, 
#alv .yui-gb .yui-gf .yui-u {
	*width: 73.5%;
	_width: 65.5%;
}

/* Patch for GD within GE */
#alv .yui-ge div.first .yui-gd .yui-u {
	width: 65%;
}

#alv .yui-ge div.first .yui-gd div.first {
	width: 32%;
}

/* @group Clearing */
#alv #hd:after,
#alv #bd:after,
#alv #ft:after,
#alv .yui-g:after, 
#alv .yui-gb:after, 
#alv .yui-gc:after, 
#alv .yui-gd:after, 
#alv .yui-ge:after, 
#alv .yui-gf:after,
#alv .yui-gh:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#alv #hd,
#alv #bd,
#alv #ft,
#alv .yui-g, 
#alv .yui-gb, 
#alv .yui-gc, 
#alv .yui-gd, 
#alv .yui-ge, 
#alv .yui-gf,
#alv .yui-gh  {
	zoom: 1;
}

/***********************************************************************************
 * Section: General AlphaValue Rules 
 ***********************************************************************************/
  
  
#alv h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

#alv h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

#alv h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

#alv h4 {
	/* 13px via YUI Fonts CSS foundation. */
	font-size: 100%;
}

#alv h5 {
	/* 12px via YUI Fonts CSS foundation. */
	font-size: 93%;
}

#alv h6 {
	/* 11px via YUI Fonts CSS foundation. */
	font-size: 85%;
}

#alv h1,#alv h2,#alv h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

#alv h1,#alv h2,#alv h3,#alv h4,#alv h5,#alv h6,#alv strong,#alv dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

#alv .alv-text8 {
	/* 8px via YUI Fonts CSS foundation. */
	font-size: 61.53%;
}

#alv .alv-text9 {
	/* 9px via YUI Fonts CSS foundation. */
	font-size: 65%;
}

#alv .alv-text10 {
	/* 10px via YUI Fonts CSS foundation. */
	font-size: 77%;
}

#alv .alv-text11 {
	/* 11px via YUI Fonts CSS foundation. */
	font-size: 85%;
}

#alv .alv-text12,
#alv .alv-pdf-note {
	/* 12px via YUI Fonts CSS foundation. */
	font-size: 93%;
}

#alv .alv-text13 {
	/* 13px via YUI Fonts CSS foundation. */
	font-size: 100%;
}
#alv .alv-menu-title,
#alv .alv-text14 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

#alv .alv-text15 {
	/* 15px via YUI Fonts CSS foundation. */
	font-size: 116%;
}

#alv .alv-title,
#alv .alv-text16,
#alv .alv-text16-pdf {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

#alv .alv-text17 {
	/* 17px via YUI Fonts CSS foundation. */
	font-size: 130.8%;
}

#alv .alv-text18 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

#alv .alv-text20 {
	/* 20px via YUI Fonts CSS foundation. */
	font-size: 153.85%;
}

#alv .alv-text22 {
	/* 22px via YUI Fonts CSS foundation. */
	font-size: 169.23%;
}

#alv .alv-title-pdf,
#alv .alv-text23 {
	/* 23px via YUI Fonts CSS foundation. */
	font-size: 176.92%;
}

#alv .alv-text25 {
	/* 25px via YUI Fonts CSS foundation. */
	font-size: 192.31%;
}

#alv .alv-text28 {
	/* 28px via YUI Fonts CSS foundation. */
	font-size: 215.38%;
}

#alv .alv-text32 {
	/* 32px via YUI Fonts CSS foundation. */
	font-size: 246.15%;
}

#alv .alv-text36 {
	/* 36px via YUI Fonts CSS foundation. */
	font-size: 276.92%;
}

#alv .alv-text40{
	/* 40px via YUI Fonts CSS foundation. */
	font-size: 307.69%;
}

#alv .alv-text48{
	/* 48px via YUI Fonts CSS foundation. */
	font-size: 369.23%;
}

#alv .alv-text54{
	/* 54px via YUI Fonts CSS foundation. */
	font-size: 415.4%;
}

#alv .alv-text60 {
    /* 60px via YUI Fonts CSS foundation. */
    font-size: 461.54%;
}

#alv .alv-verdana {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#alv optgroup {
	font-weight:normal;
}

#alv abbr,#alv acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

#alv em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

#alv del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

#alv ins {
	text-decoration: underline;
}

#alv blockquote,
#alv ul,
#alv ol,
#alv dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

#alv ol,
#alv ul,
#alv dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

#alv ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

#alv ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

#alv dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

#alv th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: left;
}

#alv caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

#alv sup, sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
	font-size:75%;
}


#alv sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}


#alv p,
#alv fieldset,
#alv table,
#alv pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}

/* Opera requires 1px of passing to render with contemporary native chrome */
#alv button,
#alv input[type="checkbox"],
#alv input[type="radio"],
#alv input[type="reset"],
#alv input[type="submit"] {
	padding:1px;
}

#alv a:hover
{
	text-decoration:none;
}

/***********************************************************************************
 * Section: ShortCut
 ***********************************************************************************/

/* Margin */
#alv .alv-mr0 , #alv .alv-mh0 , #alv .alv-m0 { margin-right:0px; }
#alv .alv-ml0 , #alv .alv-mh0 , #alv .alv-m0 { margin-left:0px;}
#alv .alv-mt0 , #alv .alv-mv0 , #alv .alv-m0 { margin-top:0px;}
#alv .alv-mb0 , #alv .alv-mv0 , #alv .alv-m0 { margin-bottom:0px;}

#alv .alv-mr5 , #alv .alv-mh5 , #alv .alv-m5 { margin-right:5px; }
#alv .alv-ml5 , #alv .alv-mh5 , #alv .alv-m5 { margin-left:5px;}
#alv .alv-mt5 , #alv .alv-mv5 , #alv .alv-m5 { margin-top:5px;}
#alv .alv-mb5 , #alv .alv-mv5 , #alv .alv-m5 { margin-bottom:5px;}

#alv .alv-mr10 , #alv .alv-mh10 , #alv .alv-m10 { margin-right:10px; }
#alv .alv-ml10 , #alv .alv-mh10 , #alv .alv-m10 { margin-left:10px;}
#alv .alv-mt10 , #alv .alv-mv10 , #alv .alv-m10 { margin-top:10px;}
#alv .alv-mb10 , #alv .alv-mv10 , #alv .alv-m10 { margin-bottom:10px;}

#alv .alv-mr-15 , #alv .alv-mh-15 , #alv .alv-m-15 { margin-right:-15px; }
#alv .alv-ml-15 , #alv .alv-mh-15 , #alv .alv-m-15 { margin-left:-15px;}
#alv .alv-mt-15 , #alv .alv-mv-15 , #alv .alv-m-15 { margin-top:-15px;}
#alv .alv-mb-15 , #alv .alv-mv-15 , #alv .alv-m-15 { margin-bottom:-15px;}

#alv .alv-mr20 , #alv .alv-mh20 , #alv .alv-m20 { margin-right:20px; }
#alv .alv-ml20 , #alv .alv-mh20 , #alv .alv-m20 { margin-left:20px;}
#alv .alv-mt20 , #alv .alv-mv20 , #alv .alv-m20 { margin-top:20px;}
#alv .alv-mb20 , #alv .alv-mv20 , #alv .alv-m20 { margin-bottom:20px;}

#alv .alv-mr-25 , #alv .alv-mh-25 , #alv .alv-m-25 { margin-right:-25px; }
#alv .alv-ml-25 , #alv .alv-mh-25 , #alv .alv-m-25 { margin-left:-25px;}
#alv .alv-mt-25 , #alv .alv-mv-25 , #alv .alv-m-25 { margin-top:-25px;}
#alv .alv-mb-25 , #alv .alv-mv-25 , #alv .alv-m-25 { margin-bottom:-25px;}

#alv .alv-mr30 , #alv .alv-mh30 , #alv .alv-m30 { margin-right:30px; }
#alv .alv-ml30 , #alv .alv-mh30 , #alv .alv-m30 { margin-left:30px;}
#alv .alv-mt30 , #alv .alv-mv30 , #alv .alv-m30 { margin-top:30px;}
#alv .alv-mb30 , #alv .alv-mv30 , #alv .alv-m30 { margin-bottom:30px;}

#alv .alv-mh-center { margin-left:auto;margin-right:auto; }
#alv .alv-mh-left { margin-left:0;margin-right:auto; }
#alv .alv-mh-right { margin-left:auto;margin-right:0; }

/* Padding */
#alv .alv-padr5 , #alv .alv-padh5 , #alv .alv-pad5 { padding-right:5px; }
#alv .alv-padl5 , #alv .alv-padh5 , #alv .alv-pad5 { padding-left:5px; }
#alv .alv-padt5 , #alv .alv-padv5 , #alv .alv-pad5 { padding-top:5px; }
#alv .alv-padb5 , #alv .alv-padv5 , #alv .alv-pad5 { padding-bottom:5px; }

#alv .alv-padr10 , #alv .alv-padh10 , #alv .alv-pad10 {	padding-right:10px; }
#alv .alv-padl10 , #alv .alv-padh10 , #alv .alv-pad10 {	padding-left:10px; }
#alv .alv-padt10 , #alv .alv-padv10 , #alv .alv-pad10 {	padding-top:10px; }
#alv .alv-padb10 , #alv .alv-padv10 , #alv .alv-pad10 { padding-bottom:10px; }

#alv .alv-padr15 , #alv .alv-padh15 , #alv .alv-pad15 {	padding-right:15px; }
#alv .alv-padl15 , #alv .alv-padh15 , #alv .alv-pad15 {	padding-left:15px; }
#alv .alv-padt15 , #alv .alv-padv15 , #alv .alv-pad15 {	padding-top:15px; }
#alv .alv-padb15 , #alv .alv-padv15 , #alv .alv-pad15 { padding-bottom:15px; }

#alv .alv-padr20 , #alv .alv-padh20 , #alv .alv-pad20 {	padding-right:20px; }
#alv .alv-padl20 , #alv .alv-padh20 , #alv .alv-pad20 {	padding-left:20px; }
#alv .alv-padt20 , #alv .alv-padv20 , #alv .alv-pad20 {	padding-top:20px; }
#alv .alv-padb20 , #alv .alv-padv20 , #alv .alv-pad20 { padding-bottom:20px; }

#alv .alv-padr25 , #alv .alv-padh25 , #alv .alv-pad25 {	padding-right:25px; }
#alv .alv-padl25 , #alv .alv-padh25 , #alv .alv-pad25 {	padding-left:25px; }
#alv .alv-padt25 , #alv .alv-padv25 , #alv .alv-pad25 {	padding-top:25px; }
#alv .alv-padb25 , #alv .alv-padv25 , #alv .alv-pad25 { padding-bottom:25px; }

#alv .alv-padr30 , #alv .alv-padh30 , #alv .alv-pad30 {	padding-right:30px; }
#alv .alv-padl30 , #alv .alv-padh30 , #alv .alv-pad30 {	padding-left:30px; }
#alv .alv-padt30 , #alv .alv-padv30 , #alv .alv-pad30 {	padding-top:30px; }
#alv .alv-padb30 , #alv .alv-padv30 , #alv .alv-pad30 { padding-bottom:30px; }

#alv .alv-padr35 , #alv .alv-padh35 , #alv .alv-pad35 {	padding-right:35px; }
#alv .alv-padl35 , #alv .alv-padh35 , #alv .alv-pad35 {	padding-left:35px; }
#alv .alv-padt35 , #alv .alv-padv35 , #alv .alv-pad35 {	padding-top:35px; }
#alv .alv-padb35 , #alv .alv-padv35 , #alv .alv-pad35 { padding-bottom:35px; }

#alv .alv-padr40 , #alv .alv-padh40 , #alv .alv-pad40 {	padding-right:40px; }
#alv .alv-padl40 , #alv .alv-padh40 , #alv .alv-pad40 {	padding-left:40px; }
#alv .alv-padt40 , #alv .alv-padv40 , #alv .alv-pad40 {	padding-top:40px; }
#alv .alv-padb40 , #alv .alv-padv40 , #alv .alv-pad40 { padding-bottom:40px; }

#alv .alv-padr45 , #alv .alv-padh45 , #alv .alv-pad45 {	padding-right:45px; }
#alv .alv-padl45 , #alv .alv-padh45 , #alv .alv-pad45 {	padding-left:45px; }
#alv .alv-padt45 , #alv .alv-padv45 , #alv .alv-pad45 {	padding-top:45px; }
#alv .alv-padb45 , #alv .alv-padv45 , #alv .alv-pad45 { padding-bottom:45px; }

/* Border */
#alv .alv-br1-s, #alv .alv-bh1-s, #alv .alv-b1-s, #alv .alv-br1-s td, #alv .alv-bh1-s td, #alv .alv-b1-s td, #alv .alv-br1-s th, #alv .alv-bh1-s th, #alv .alv-b1-s th {border-right: 1px Solid #BFBFBF;}
#alv .alv-bl1-s, #alv .alv-bh1-s, #alv .alv-b1-s, #alv .alv-bl1-s td, #alv .alv-bh1-s td, #alv .alv-b1-s td, #alv .alv-bl1-s th, #alv .alv-bh1-s th, #alv .alv-b1-s th {border-left: 1px Solid #BFBFBF;}
#alv .alv-bt1-s, #alv .alv-bv1-s, #alv .alv-b1-s, #alv .alv-bt1-s td, #alv .alv-bv1-s td, #alv .alv-b1-s td, #alv .alv-bt1-s th, #alv .alv-bv1-s th, #alv .alv-b1-s th {border-top: 1px Solid #BFBFBF;}
#alv .alv-bb1-s, #alv .alv-bv1-s, #alv .alv-b1-s, #alv .alv-bb1-s td, #alv .alv-bv1-s td, #alv .alv-b1-s td, #alv .alv-bb1-s th, #alv .alv-bv1-s th, #alv .alv-b1-s th {border-bottom: 1px Solid #BFBFBF;}

#alv .alv-br2-s, #alv .alv-bh2-s, #alv .alv-b2-s, #alv .alv-br2-s td, #alv .alv-bh2-s td, #alv .alv-b2-s td, #alv .alv-br2-s th, #alv .alv-bh2-s th, #alv .alv-b2-s th {border-right: 2px Solid #BFBFBF;}
#alv .alv-bl2-s, #alv .alv-bh2-s, #alv .alv-b2-s, #alv .alv-bl2-s td, #alv .alv-bh2-s td, #alv .alv-b2-s td, #alv .alv-bl2-s th, #alv .alv-bh2-s th, #alv .alv-b2-s th {border-left: 2px Solid #BFBFBF;}
#alv .alv-bt2-s, #alv .alv-bv2-s, #alv .alv-b2-s, #alv .alv-bt2-s td, #alv .alv-bv2-s td, #alv .alv-b2-s td, #alv .alv-bt2-s th, #alv .alv-bv2-s th, #alv .alv-b2-s th {border-top: 2px Solid #BFBFBF;}
#alv .alv-bb2-s, #alv .alv-bv2-s, #alv .alv-b2-s, #alv .alv-bb2-s td, #alv .alv-bv2-s td, #alv .alv-b2-s td, #alv .alv-bb2-s th, #alv .alv-bv2-s th, #alv .alv-b2-s th {border-bottom: 2px Solid #BFBFBF;}

#alv .alv-br2-s1, #alv .alv-bh2-s1, #alv .alv-b2-s1, #alv .alv-br2-s1 td, #alv .alv-bh2-s1 td, #alv .alv-b2-s1 td, #alv .alv-br2-s1 th, #alv .alv-bh2-s1 th, #alv .alv-b2-s1 th {border-right: 2px Solid #FFFFFF;}
#alv .alv-bl2-s1, #alv .alv-bh2-s1, #alv .alv-b2-s1, #alv .alv-bl2-s1 td, #alv .alv-bh2-s1 td, #alv .alv-b2-s1 td, #alv .alv-bl2-s1 th, #alv .alv-bh2-s1 th, #alv .alv-b2-s1 th {border-left: 2px Solid #FFFFFF;}
#alv .alv-bt2-s1, #alv .alv-bv2-s1, #alv .alv-b2-s1, #alv .alv-bt2-s1 td, #alv .alv-bv2-s1 td, #alv .alv-b2-s1 td, #alv .alv-bt2-s1 th, #alv .alv-bv2-s1 th, #alv .alv-b2-s1 th {border-top: 2px Solid #FFFFFF;}
#alv .alv-bb2-s1, #alv .alv-bv2-s1, #alv .alv-b2-s1, #alv .alv-bb2-s1 td, #alv .alv-bv2-s1 td, #alv .alv-b2-s1 td, #alv .alv-bb2-s1 th, #alv .alv-bv2-s1 th, #alv .alv-b2-s1 th {border-bottom: 2px Solid #FFFFFF;}

#alv .alv-border-color1, #alv .alv-bb-color1 { border-bottom-color : #B8B9BC; border-bottom-style : solid; border-bottom-width : 1px; }
#alv .alv-border-color1, #alv .alv-bt-color1{ border-top-color : #B8B9BC; border-top-style : solid; border-top-width : 1px; }
#alv .alv-border-color1, #alv .alv-bl-color1{ border-left-color : #B8B9BC; border-left-style : solid; border-left-width : 1px; }
#alv .alv-border-color1, #alv .alv-br-color1{ border-right-color : #B8B9BC; border-right-style : solid; border-right-width : 1px; }

#alv .alv-border-color2, #alv .alv-bb-color2 { border-bottom-color : #DEDEDE; border-bottom-style : solid; border-bottom-width : 1px; }
#alv .alv-border-color2, #alv .alv-bt-color2{ border-top-color : #DEDEDE; border-top-style : solid; border-top-width : 1px; }
#alv .alv-border-color2, #alv .alv-bl-color2{ border-left-color : #DEDEDE; border-left-style : solid; border-left-width : 1px; }
#alv .alv-border-color2, #alv .alv-br-color2{ border-right-color : #DEDEDE; border-right-style : solid; border-right-width : 1px; }

/* Largeur */
#alv .alv-width100 { width:100%; }

/* Visibilité */
#alv .alv-hide, .alv-hide { display: none;}
#alv .alv-show, .alv-show { display: block;}

/* Element selectionnable */
#alv .alv-expand,
#alv .alv-collapse,
#alv .alv-pointer, .alv-pointer {
	cursor: pointer;
}
/* font */
#alv .alv-italic { font-style:italic; }
#alv .alv-bold { font-weight: bold }
#alv .alv-underline { text-decoration:underline; }

/* liens */
#alv a.alv-hover-underline:hover { text-decoration:underline; }

/* Position */
/* le alv-center va centrer l'élément. Si on l'applique sur un div, le div sera centré ainsi que le contenu du div */
/* Pour centrer uniquement le div, il faut utiliser alv-div-center */
/* idem pour left et right alv-div-right et alv-div-left */
#alv .alv-center, #alv .alv-center th, #alv .alv-center td { text-align:center; }
#alv .alv-right { text-align:right; }
#alv .alv-left { text-align:left; }
#alv .alv-justify{ text-align:justify; }

#alv div.alv-center, #alv .alv-div-center { margin-left:auto; margin-right:auto;}
#alv div.alv-right, #alv .alv-div-right { margin-left:auto; margin-right:0;}
#alv div.alv-left, #alv .alv-div-left { margin-left:0;margin-right:auto;}

#alv .alv-fright { position: relative; float:right;}
#alv .alv-fleft { position: relative; float:left;}

#alv .alv-middle { vertical-align:middle;}
#alv .alv-top {	vertical-align:top;}
#alv .alv-bottom { vertical-align:bottom;}

/* Curseurs */
#alv .alv-hover-pointer:hover{
	cursor: pointer;
}

/***********************************************************************************
 * Section: Fond d'écran
 ***********************************************************************************/
 
#alv #alv-mbg1 { background:#FFFFFF url(../images/alv/background/mbg1.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important; position: relative; }
#alv #alv-mbg2 { background:#FFFFFF url(../images/alv/background/mbg2.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important; position: relative; }
#alv #alv-mbg7 { background:#FFFFFF url(../images/alv/background/mbg7.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important; position: relative; }

#alv .alv-gbg1-r, #alv .alv-gbg1-l, #alv .alv-gbg1-tl, #alv .alv-gbg1-tr, #alv .alv-gbg1-br, #alv .alv-gbg1-bl, #alv .alv-gbg1, #alv .alv-gbg1-t, #alv .alv-gbg1-b  { background-color:#FFFFFF;}
#alv .alv-gbg1-t, #alv .alv-gbg1-b { margin: 0px 13px 0px 13px; /* Le 13 px est la largeur de l'image*/	height:13px; /* Le 13 px est la hauteur de l'image*/ }
/*#alv .alv-gbg1-tl {	background: url(../images/alv/background/gbg1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; }
#alv .alv-gbg1-tr {	background: url(../images/alv/background/gbg1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: right -23px; }
#alv .alv-gbg1-bl { background:url(../images/alv/background/gbg1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: 0 -46px; _background-position: 0 -42px;}
#alv .alv-gbg1-br { background: url(../images/alv/background/gbg1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: right -70px; _background-position: right -66px;}
#alv .alv-gbg1-l  {	background: url(../images/alv/background/gbg1-l.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y scroll left top; }
#alv .alv-gbg1-r  {	background: url(../images/alv/background/gbg1-r.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y scroll right top; }*/
#alv .alv-gbg1-c  { margin: 0px 13px 0px 13px; /* Le 13 px est la largeur de l'image*/ }

#alv .alv-gbg2 {background:#FFFFFF url(../images/alv/background/gbg2.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll left top;}

#alv .alv-gbg3-r, #alv .alv-gbg3-l, #alv .alv-gbg3-tl, #alv .alv-gbg3-tr, #alv .alv-gbg3-br, #alv .alv-gbg3-bl, #alv .alv-gbg3, #alv .alv-gbg3-t, #alv .alv-gbg3-b  { background-color:#BFBFBF;}
#alv .alv-gbg3-t, #alv .alv-gbg3-b { height: 5px;  }
/*#alv .alv-gbg3-tl {	background: url(../images/alv/background/gbg3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; }
#alv .alv-gbg3-tr {	background: url(../images/alv/background/gbg3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: right -23px; }
#alv .alv-gbg3-bl { background:url(../images/alv/background/gbg3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: 0 -46px; _background-position: 0 -42px; }
#alv .alv-gbg3-br { background: url(../images/alv/background/gbg3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat; background-position: right -70px; _background-position: right -66px;}
#alv .alv-gbg3-l  {	background: url(../images/alv/background/gbg3-l.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y scroll left top; }
#alv .alv-gbg3-r  {	background: url(../images/alv/background/gbg3-r.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y scroll right top; }*/
#alv .alv-gbg3-t, #alv .alv-gbg3-b, #alv .alv-gbg3-c  { margin: 0px 5px 0px 5px; }

#alv .alv-gbg4
{
    display:inline-block;
    padding:0; 
    background-color:#7F7F7F;
    text-align:center;
}

#alv .alv-gbg5
{
    display:inline-block;
    padding:0; 
    background-color:#DADADA;
    text-align:center;
}

#alv .alv-gbg6 {
    background: url(../images/alv/background/img_joinnow1.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left top;
    color: #FFF;
}

#alv .alv-gbg7 {
    background: url(../images/alv/background/img_joinnow2.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left top;
    color: #FFF;
}
#alv .alv-bg-img-gray {
	background:transparent url(../images/alv/background/bpnl-h.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll left -245px;
}
/********************************************************************
* Structure générale du site
*********************************************************************/

#alv .alv-footer,
#alv .alv-global{
	margin:0 auto;
	width:990px;
}

#alv .alv-global{
	background:transparent url(../images/global-shadow.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y scroll center top;
}

#alv .alv-footer{
	background:transparent url(../images/bg_footer.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat scroll left top;
}

#alv .alv-footer a {
	padding-right: 5px;
	padding-left:5px;
}

#alv .alv-public-menu {
	background: transparent url(../images/alv/menu/menu-public.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll 0 0;
	 *z-index: 100;
}

#alv .alv-public-menu ul{
	height: 26px;
	_height: 25px;
	line-height: 26px;
	margin: 0 auto;
	_padding-top: 7px;
}

#alv .alv-public-menu li {
	display: inline;
	list-style-type: none;
	font-size: 90%;
}

#alv .alv-public-menu a{
	padding: 5px 0px;
	*padding: 6px 0px;
}

#alv .alv-public-menu .SubMenu a {
	padding: 6px 0px;
	_white-space: nowrap;
}
#alv .alv-public-menu .SubMenu,
#alv .alv-public-menu .SubMenu ul {
	height: 26px;
	line-height: 26px;
}

#alv .alv-public-menu .SubMenu {
	background-image: none;
	float: none;
	font-size: 80%;
	margin: 0px;
	position: absolute;
	width: 980px;
	z-index: 110;
}

#alv .alv-public-menu .SubMenu li.active,
#alv .alv-public-menu .SubMenu ul,
#alv .alv-public-menu .SubMenu .ender{
	background: none;
}
#alv .alv-public-menu .SubMenu a {
	padding: 3px 10px;
}

#alv .alv-public-menu #submnu2 ul {
	padding-left: 100px;
	_width: 500px;
}

#alv .alv-public-menu #submnu4 ul {
	_width: 500px;
}

#alv .alv-userinput {
    width: 90%;
    margin: 0 4%;
}

#alv .alv-public-bgtop {
    background: #616161 url(../images/alv/background/mbg5.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important;
}

#alv .alv-mbg6 {
    background: #FFFFFF url(../images/alv/background/mbg6.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important;
}

/* Personalisation menu 2 */

#alv .alv-public-menu ul.menu2 {
    font-size: 100%;
    font-weight: bold;
    font-family: 'Arial Black';
}

#alv .alv-public-menu ul.menu2 li {
    position:relative;
}

#alv .alv-public-menu ul.menu2 li a {
   color:white;
   padding-top:6px;
}

#alv .alv-public-menu ul.menu2 li.menu-is-open a {
    color: black;
}

#alv .alv-public-menu .SubMenu.sub-menu2 {
    font-size: 100%;
    width: auto;
    left: 0;
    top: 20px;
    font-weight: normal;
}

#alv .alv-public-menu .SubMenu.sub-menu2 li {
    display: block;
    white-space: nowrap;
    border-top: 1px solid white;
    padding:0 15px 0 6px;
}

#alv .alv-public-menu .SubMenu.sub-menu2 li:hover {
    background-color: #DDDDDD;
}

#alv .alv-public-menu .SubMenu.sub-menu2 li a {
    color: black;
    display:inline-block;
    width:230px;
}

#alv .alv-public-menu .SubMenu.sub-menu2 li.active a {
    color: black;
    font-weight: bold;
}


#alv .alv-public-menu .SubMenu.sub-menu2 li img.lock {
    display: inline-block;
    width:17px;
    position:relative;
    top:4px;
}


/***********************************************************************************
 * Section: Grid
 ***********************************************************************************/

#alv .alv-ghts th, #alv .alv-ghts th img { vertical-align:bottom; }
#alv .alv-ghs th { font-weight:bold; }
#alv .alv-ghs th img { vertical-align:middle; }
#alv .alv-ghs.t4 th, #alv .alv-ghs.t4 th img { vertical-align:bottom; }
#alv .alv-grs { background: #EFF0F1;}
#alv .alv-gars { background: #FFF; }
#alv .alv-ghts, #alv .alv-ghs, #alv .alv-grs, #alv .alv-gars, #alv .alv-ghts th, #alv .alv-ghs th, #alv .alv-grs td, #alv .alv-gars td { height: 20px;}
#alv .row25 .alv-ghts, #alv .row25 .alv-ghs, #alv .row25 .alv-grs, #alv .row25 .alv-gars, #alv .row25 .alv-ghts th, #alv .row25 .alv-ghs th, #alv .row25 .alv-grs td, #alv .row25 .alv-gars td { height: 25px;}
#alv .row30 .alv-ghts, #alv .row30 .alv-ghs, #alv .row30 .alv-grs, #alv .row30 .alv-gars, #alv .row30 .alv-ghts th, #alv .row30 .alv-ghs th, #alv .row30 .alv-grs td, #alv .row30 .alv-gars td { height: 30px;}
#alv .row40 .alv-ghts, #alv .row40 .alv-ghs, #alv .row40 .alv-grs, #alv .row40 .alv-gars, #alv .row40 .alv-ghts th, #alv .row40 .alv-ghs th, #alv .row40 .alv-grs td, #alv .row40 .alv-gars td { height: 40px;}
#alv td.alv-num, #alv th.alv-num, #alv td.alv-pos, #alv th.alv-pos ,#alv td.alv-neg, #alv th.alv-neg, #alv td.alv-num div, #alv th.alv-num div, #alv td.alv-pos div, #alv th.alv-pos div,#alv td.alv-neg div, #alv th.alv-neg div  { text-align:right; }
#alv td.alv-num div, #alv th.alv-num div, #alv td.alv-pos div, #alv th.alv-pos div, #alv td.alv-neg div, #alv th.alv-neg div { margin-left:auto;margin-right:0}
#alv .alv-grs a, #alv .alv-gars a {	color : Black; }
#alv .alv-grs a.alv-cp, #alv .alv-gars a.alv-cp { font-weight:bold; }

#alv .alv-row30 .alv-grs, #alv .alv-row30 .alv-gars, #alv .alv-row30 .alv-grs td, #alv .alv-row30 .alv-gars td, #alv .alv-row30 .alv-ghs th { height: 30px; }
#alv .alv-row25 .alv-grs, #alv .alv-row25 .alv-gars, #alv .alv-row25 .alv-grs td, #alv .alv-row25 .alv-gars td, #alv .alv-row25 .alv-ghs th { height: 25px; }
#alv .alv-row40 .alv-grs, #alv .alv-row40 .alv-gars, #alv .alv-row40 .alv-grs td, #alv .alv-row40 .alv-gars td, #alv .alv-row40 .alv-ghs th { height: 40px; }

#alv table td.PagerPageExtender{ width: 15%;}

#alv .alv-pdf-tr td,
#alv .alv-pdf-atr td,
#alv .alv-pdf-tr th {
	height:23px;
	padding: 0 4px;
}

#alv .alv-pdf-tr-t1 td,
#alv .alv-pdf-atr-t1 td,
#alv .alv-pdf-tr-t1 th {
    height: 23px;
}

#alv .alv-pdf-atr td {
	background-color:#F1F1F1;
}

#alv .alv-gh12 th {
	background-color: #575757;
	color: White;
	font-weight: bold;
	height: 30px;
	padding: 0 4px;
}

#alv .alv-gh12 th a {
	color: White;
}

#alv .alv-gh12 th img {
	vertical-align: middle;
}

#alv .alv-cells-padh td, #alv .alv-cells-padh th {
	padding-left: 4px;
	padding-right: 4px;
}

/***********************************************************************************
 * Section: Input
 ***********************************************************************************/

#alv .alv-input1 {
	border:1px solid #CCCCCC;
	padding-left:2px;
}

#alv .alv-input1 option {
	padding-left:2px;
}

#alv .alv-input1.hovered {
	background-color:#E3EDEC;
	cursor:text !important;
	color:Black !important;
}


/***********************************************************************************
 * Section: Boutons
 ***********************************************************************************/

/* Boutons Horizontaux */
#alv ul.alv-h  { float: left; }
#alv ul.alv-h li { display: inline;	float: left; }

/* Bouton Type 1 */

/* Un bouton seul */
#alv a.alv-btn1  {
	background: url(../images/alv/btns/btn1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	display:block;
	height: 22px;
	text-decoration:none;
	padding-top:4px;
	width: 112px;
	text-align:center;
}

/* Liste de boutons */

#alv ul.alv-btn1 li {
	list-style: none;
	margin-bottom:10px;
	margin-right:10px;
	text-align: center;
	vertical-align: middle;
}

#alv ul.alv-btn1 li a {	
	background: url(../images/alv/btns/btn1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	display:block;
	height: 22px;
	text-decoration:none;
	padding-top:4px;
	width: 112px;
}

#alv a.alv-btn1.uchk,
#alv ul.alv-btn1 li a.uchk {
	color: #7A7C81;
}

#alv a.alv-btn1.uchk:hover,
#alv ul.alv-btn1 li a.uchk:hover {
	background: url(../images/alv/btns/btn1_hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	color: #36373A;
	font-weight: normal;
}

#alv a.alv-btn1.chk,
#alv ul.alv-btn1 li a.chk {
	font-weight: bold;
}

#alv a.alv-btn1.clicked,
#alv ul.alv-btn1 li a.clicked {
	background: url(../images/alv/btns/btn1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	font-weight: bold;
}

/* Bouton Type 2 */

#alv ul.alv-btn2 li {
	background: none;
	clear: left;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
	width:250px;
}

#alv ul.alv-btn2 li a.header {
	float: left;
	font-weight: bold;
	height: 17px;
	padding: 8px 10px 10px 10px;
	width: 175px;
}

#alv ul.alv-btn2 li a.header.uchk
{
	background: url(../images/alv/btns/btn2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #7A7C81;
}

#alv ul.alv-btn2 li a.header.uchk:hover {
	background: url(../images/alv/btns/btn2_hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #36373A;
}

#alv ul.alv-btn2 li a.header.clicked
{
	background: url(../images/alv/btns/btn2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

#alv ul.alv-btn2 li ul {
	background: none;
	float: none;
	margin: 0 0 0 15px;
	padding: 0;
	width: 180px;	
}

#alv ul.alv-btn2 li ul li {
	background: none;
}

#alv ul.alv-btn2 li ul li a {
	padding-left:5px;
	display:block;
	width:175px;
	color:Black;
}

#alv ul.alv-btn2 li ul li a.uchk:hover {
	color: #FFF;
	font-weight: bold;
}
#alv ul.alv-btn2 li ul li a.chk {
	font-weight: bold;
}

/* Bouton Type 3 */

#alv ul.alv-btn3 {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	width: 200px;
}
#alv ul.alv-btn3  li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	width: 200px;
	float: left;
	clear: left;
	display: inline;
	background: none;
}
#alv ul.alv-btn3  li .header input {
	margin: 0 5px 0 0;
	background: none;
}
#alv ul.alv-btn3  li .header {
	width: 175px;
	height: 17px;
	padding: 8px 10px 10px 10px;
	float: left;
	clear: left;
	display: inline;
	cursor: pointer;
}
#alv ul.alv-btn3  li .subHeader,
#alv ul.alv-btn3  li .subSubHeader {
	height: 15px;
}
#alv ul.alv-btn3  li .header.oneline {
	background: url(../images/alv/btns/btn2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}
#alv ul.alv-btn3  li.hover .header.oneline {
	background: url(../images/alv/btns/btn2_hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#alv ul.alv-btn3 li.chk .header.oneline {
	font-weight: bold;
}
#alv ul.alv-btn3 li .header.twoline {
	background: url(../images/alv/btns/btn2-big.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	height: 36px;
}
#alv ul.alv-btn3  li.hover .header.twoline {
	background: url(../images/alv/btns/btn2-big_hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#alv ul.alv-btn3 li.chk .header.twoline {
	font-weight: bold;
}
#alv ul.alv-btn3 li .subCategory {
	margin: 0 0 0 5px;
	padding: 0;
	width: 160px;
	float: left;
	clear: left;
	background: none;
}
#alv ul.alv-btn3 li .subCategory ul {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}
#alv ul.alv-btn3 li .subCategory ul li {
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
	width: 175px;
	background: none;
	cursor: pointer;
}
#alv ul.alv-btn3  li .subCategory ul li.hover {
	color: #FFF;
	font-weight: bold;
}
#alv ul.alv-btn3 li .subCategory ul li.chk 
{
	background:none;
	font-weight: bold;
}

#alv ul.alv-btn3 li .subCategory input {
	margin: 0 5px 0 0;
	background: none;
	height:15px;
	vertical-align:bottom;
}

#alv ul.alv-btn3 li .subElement {
	margin: 0 0 0 5px;
	padding: 0;
	width: 170px;
	float: left;
	clear: left;
	background: none;
}
#alv ul.alv-btn3 li .subSubElement {
	margin: 0 0 0 5px;
	padding: 0;
	width: 165px;
	float: left;
	clear: left;
	background: none;
}
#alv ul.alv-btn3 li .subElement ul,
#alv ul.alv-btn3 li .subSubElement ul {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}
#alv ul.alv-btn3 li .subElement ul li {
	margin: 0;
    padding :1px 0px 1px 5px;
	width: auto;
	width: 170px;
	background: none;
	cursor: pointer;
}
#alv ul.alv-btn3 li .subSubElement ul li {
	margin: 0;
    padding :1px 0px 1px 5px;
	width: auto;
	width: 150px;
	background: none;
	cursor: pointer;
}
#alv ul.alv-btn3 li .subElement input, 
#alv ul.alv-btn3 li .subSubElement input {
	margin: 0 10px 0 0;
	background: none;
	height:15px;
	vertical-align:bottom;
}
#alv ul.alv-btn3 li .subElement ul li.chk .subHeader, 
#alv ul.alv-btn3 li .subElement ul li .subSubElement ul li.chk .subSubHeader {
	font-weight: bold;
}

/* Bouton Type 4 */

/* Un bouton seul */
#alv a.alv-btn4  {
	background: url(../images/alv/btns/btn4.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	display:block;
	height: 43px;
	padding-top:4px;
	width: 198px;
	text-align:center;
}

/* Liste de boutons */

#alv ul.alv-btn4 li {
	list-style: none;
	line-height: 43px;
	margin-bottom:10px;
	margin-right:10px;
	text-align: center;
	vertical-align: middle;
}

#alv ul.alv-btn4 li a {	
	background: url(../images/alv/btns/btn4.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	display:block;
	height: 43px;
	padding-top:4px;
	width: 198px;
}


#alv a.alv-btn4.uchk.on:hover,
#alv ul.alv-btn4 li a.uchk.on:hover {
	background: url(../images/alv/btns/btn4_hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	color: #36373A;
	font-weight: normal;
}

#alv a.alv-btn4.uchk,
#alv ul.alv-btn4 li a.uchk {
	color: #7A7C81;
}

#alv a.alv-btn4.chk,
#alv ul.alv-btn4 li a.chk {
	font-weight: bold;
}

#alv a.alv-btn4.clicked,
#alv ul.alv-btn4 li a.clicked {
	background: url(../images/alv/btns/btn4_clicked.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left no-repeat;
	color: #FFF;
	font-weight: bold;
}

/*  Bouton Type 5 */

#alv a.alv-btn5 { font-weight:bold; cursor:hand; display:inline-block; }

#alv a.alv-btn5 span {
	position:relative; 
    float:left; 
    padding:0 0 0 13px;        /* Largeur du côté gauche */ 
    vertical-align:middle; 
    background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left 0 no-repeat; 
}
#alv a.alv-btn5:hover span { background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left -64px no-repeat; }

#alv a.alv-btn5 span span  {
	padding:0 13px 0 0;        /* Largeur du côté droit */ 
    background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -128px no-repeat;  
}
#alv a.alv-btn5:hover span span {  background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -192px no-repeat; }

#alv a.alv-btn5 span span span { 
    height:54px;        /* Hauteur du bouton */ 
    padding:0; 
    line-height:54px;    /* Alignement vertical du texte */ 
    background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -256px repeat-x; 
}
#alv a.alv-btn5:hover span span span { background:url(../images/alv/btns/btn5.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -320px repeat-x; }
#alv a.alv-btn5:active span span span {
	height:52px; /* On descend de 2 pixels le texte du bouton */
	padding-top:2px; /* On descend de 2 pixels le texte du bouton */
}

/*  Bouton Type 61 */

#alv a.alv-btn61 { font-weight:bold; cursor:hand; display:inline-block; }

#alv a.alv-btn61 span {
	position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
    vertical-align:middle; 
    background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left 0 no-repeat; 
}
#alv a.alv-btn61:hover span { background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left -162px no-repeat; }

#alv a.alv-btn61 span span  {
	padding:0 8px 0 0;        /* Largeur du côté droit */ 	
    background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -74px no-repeat;  
}
#alv a.alv-btn61:hover span span {  background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -237px no-repeat; }

#alv a.alv-btn61 span span span { 
    padding:0; 
    color:White;
    height:55px;        /* Hauteur du bouton */ 
    line-height:55px;   /* Alignement vertical du texte */ 
    background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -301px repeat-x; 
}
#alv a.alv-btn61:hover span span span { background:url(../images/alv/btns/btn61.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -389px repeat-x; }
#alv a.alv-btn61:active span span span {
	height:51px; /* On descend de 2 pixels le texte du bouton */
	padding-top:2px; /* On descend de 2 pixels le texte du bouton */
}


/*  Bouton Type 71 */

#alv a.alv-btn71 { font-weight:bold; cursor:hand; display:inline-block; }

#alv a.alv-btn71 span {
	position:relative; 
    float:left; 
    padding:0 0 0 8px;        /* Largeur du côté gauche */ 
    vertical-align:middle; 
    background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left 0 no-repeat; 
}
#alv a.alv-btn71:hover span { background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) left -122px no-repeat; }

#alv a.alv-btn71 span span  {
	padding:0 8px 0 0;        /* Largeur du côté droit */ 	
    background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -54px no-repeat;  
}
#alv a.alv-btn71:hover span span {  background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) right -177px no-repeat; }

#alv a.alv-btn71 span span span { 
    padding:0; 
    color:White;
    height:55px;        /* Hauteur du bouton */ 
    line-height:55px;   /* Alignement vertical du texte */ 
    background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -221px repeat-x; 
}
#alv a.alv-btn71:hover span span span { background:url(../images/alv/btns/btn71.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -289px repeat-x; }
#alv a.alv-btn71:active span span span {
	height:51px; /* On descend de 2 pixels le texte du bouton */
	padding-top:2px; /* On descend de 2 pixels le texte du bouton */
}

/* Bouton Type 6 */

#alv a.alv-btn6 {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    height: 30px; /* Hauteur du bouton */
    padding: 0 15px;
    line-height: 30px; /* Alignement vertical du texte */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#alv ul.alv-btn6 li {
	list-style: none;
	margin-bottom:10px;
	margin-right:10px;
}

/* Bouton Type 7 */

#alv a.alv-btn7
{
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	height: 23px; /* Hauteur du bouton */
	padding: 0;
	line-height: 23px; /* Alignement vertical du texte */
	padding-left: 20px;
	padding-right: 20px;
}


#alv ul.alv-btn7 li {
	list-style: none;
	margin-bottom:10px;
	margin-right:10px;
}

/* Bouton Type 8 */

#alv a.alv-btn8
{
	font-weight:bold;
	cursor:hand; 
    display:inline-block;
    height:30px;        /* Hauteur du bouton */ 
    padding:0; 
    padding-left: 20px;
	padding-right: 20px;
    line-height:30px;    /* Alignement vertical du texte */ 
}

#alv ul.alv-btn8 li {
	list-style: none;
	margin-bottom:10px;
	margin-right:10px;
}

/* Bouton Type 9 */
#alv ul.alv-btn9{
    line-height:16px;    /* Alignement vertical du texte */ 
}

#alv ul.alv-btn9 li {
	list-style-type: none;
	line-height:15px;    /* Alignement vertical du texte */ 
	float: left;
	min-width: 120px;
	*width: 120px;
}

/* Bouton Type 10 */
#alv a.alv-btn10
{
	cursor:hand; 
    display:inline-block;
    padding:0 15px; 
    color:Black;
    background-color:White;
    border:2px solid #D9D9D9;
}

#alv a.alv-btn10:hover
{
	color:Black;
    background-color:#D9D9D9;
}

/* Bouton Type 11 */
#alv a.alv-btn11
{
	cursor:hand; 
    display:inline-block;
    padding:0 15px; 
    color:Black;
    background-color:#D9D9D9;
    border:2px solid #D9D9D9;
}

#alv a.alv-btn11:hover
{
	color:Black;
    background-color:White;
}

/* Bouton Type 12 */

#alv a.alv-btn12
{
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	height: 40px; /* Hauteur du bouton */
	padding: 0;
	line-height: 15px; /* Alignement vertical du texte */
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -45px repeat-x;
}

#alv a.alv-btn12:hover  { background:url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; }

/* Bouton Type 14 */

#alv a.alv-btn14
{
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	height: 25px; /* Hauteur du bouton */
	line-height: 25px; /* Alignement vertical du texte */
	padding: 0px 10px;
	background: url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -45px repeat-x;
}

#alv a.alv-btn14:hover  { background:url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; }


/* Bouton Type 15 */

#alv a.alv-btn15
{
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	height: 25px; /* Hauteur du bouton */
	line-height: 25px; /* Alignement vertical du texte */
	padding: 0px 10px;
	background: url(../images/alv/btns/btn15.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -45px repeat-x;
}

#alv a.alv-btn15:hover  { background:url(../images/alv/btns/btn15.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; }

/* Bouton Type 16 */

#alv a.alv-btn16
{
	font-weight: bold;
	cursor: hand;
	display: inline-block;
	height: 40px; /* Hauteur du bouton */
	line-height: 40px; /* Alignement vertical du texte */
	padding: 0px 10px;
	background: url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 -45px repeat-x;
}

#alv a.alv-btn16:hover  { background:url(../images/alv/btns/btn12.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; }

#alv a.alv-border-radius {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* Bouton Type Action */

#alv .alv-btn-action1 {
    display: inline-block;
    background-color: #AFABAB;
    border: 1px solid #D9D9D9;
    color: #FFFFFF;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
}


#alv .alv-btn-action2 {
    display: inline-block;
    background-color: #EEEFF1;
    border: 1px solid #D9D9D9;
    color: #000000;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 3px;
    text-transform: uppercase;
    text-decoration: none;
}

#alv .alv-btn-action2:hover, #alv .alv-btn-action4:hover {
    color: #FFFFFF;
}

#alv .alv-btn-action3 {
    display: inline-block;
    color: #FFFFFF;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 3px;
    text-transform: uppercase;
    text-decoration: none;
}

#alv .alv-btn-action3:hover {
    background-color: #EEEFF1;
    border: 1px solid #D9D9D9;
    color: #000000;
}

#alv .alv-btn-action4 {
    display: inline-block;
    background-color: #EEEFF1;
    border: 1px solid #D9D9D9;
    color: #000000;
    border-radius: 2px;
    height: 50px;
    line-height: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

#alv .alv-btn-content {
    vertical-align: text-bottom;
}
#alv .alv-btn-action1 {
    color: #000000 !important;
}
#alv .alv-btn-action1 .hovered, #alv .alv-btn-action2 .hovered, #alv .alv-btn-action4 .hovered {
    color: #FFFFFF !important;
}

#alv .img_actions {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0.6rem;
    margin-left: 0.2rem;
    text-align: left;
    width: 100px;
}
#alv .img_actions img {
    height: 80%;
}
#alv .img_actions span{
    padding-left: 0.3rem;
    vertical-align: text-bottom;
}

#alv .img_actions_small {
    display: inline-block;
    background-repeat: no-repeat;
    white-space: nowrap;
}
#alv .img_actions_small img{
    height: 80%;
    padding: 3px;
}

#alv .img_actions_small span{
    vertical-align: top;
    padding-left: 0.6rem;
}

#alv .img_actions4 {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

#alv .img_actions4 img {
    height: 50%;
}


#alv .alv-btn-rect3, #alv a.alv-btn-rect3 {
	display: inline-block;
	font-size: 9.6px;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
}

#alv .alv-btn-rect3:hover, #alv a.alv-btn-rect3:hover {
	background-color: #EEEFF1;
	/*border-color: 1px solid #D9D9D9;*/
	border-color: #D9D9D9;
	color: #000000;
}

/***********************************************************************************
 * Section: Pavés
 ***********************************************************************************/

#alv p.alv-pnl1,
#alv div.alv-pnl1
{
    font-weight:bold;
    display:inline-block; 
    padding:0; 
    background:url(../images/alv/background/pnl1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; 
    text-align:center;
    color:#FFF;
}

#alv ul.alv-pnl1 li {
	list-style: none;
	margin-right:10px;
}

#alv p.alv-pnl2,
#alv div.alv-pnl2
{
    font-weight:bold;
    display:inline-block; 
    padding:0; 
    background:url(../images/alv/background/pnl2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; 
    text-align:center;
    color:#FFF;
}

#alv ul.alv-pnl2 li {
	list-style: none;
	margin-right:10px;
}

#alv p.alv-pnl3
{
    font-weight:bold;
    display:inline-block; 
    padding:0; 
    background:url(../images/alv/background/pnl3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) 0 0px repeat-x; 
    text-align:center;
}


#alv p.alv-pnl4
{
    display:inline-block;
    padding:0 15px; 
    color:Black;
    background-color:White;
    border:2px solid #D9D9D9;
}

/***********************************************************************************
 * Section: JScroll
 ***********************************************************************************/

/* Contenu du div Scrollé */
#alv .jScrollPaneContainer {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

/* Espace alloué pour placé la barre de défilement */
/*#alv .jScrollPaneTrack {
	background: #FFF;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;	
}*/

/* Barre de défilement */
/*#alv .jScrollPaneDrag {	
	background: #FDE3F0;
	border: 1px solid #F9C3DD;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}

#alv .jScrollPaneDragTop, #alv .jScrollPaneDragBottom {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}*/

/* Espace au dessus de la barre de défilement */
/*#alv .jScrollPaneDragTop { top: 0; }*/
/* Espace en dessous de la barre de défilement */
/*#alv .jScrollPaneDragBottom { bottom: 0;}*/

/*  Boutons pour manipuler l'ascenseur */
/*#alv a.jScrollArrowUp, #alv a.jScrollArrowDown {
	display: block;
	height: 9px;
	overflow: hidden; 
	position: absolute;
	right: 0;
	text-indent: -2000px;
}*/

/* Bouton haut pour remonter l'ascenseur de la barre de défilement */
/*#alv a.jScrollArrowUp { top: 0; }*/
/* Bouton bas pour descendre l'ascenseur de la barre de défilement */
/*#alv a.jScrollArrowDown { bottom: 0; }*/

/***********************************************************************************
 * Section: Liste déroulante
 ***********************************************************************************/
/* Liste contenant du texte */
#alv .alv-scroll-text {
	overflow: hidden;
}

/* Liste contenant une suite d'élements */
#alv .alv-scroll-list,
#alv .alv-scroll-list ul,
#alv .alv-scroll-list li {
	list-style: none;
}
 
#alv .alv-scroll-options{
	
}

#alv .alv-options .alv-option,
#alv .alv-scroll-options .alv-scroll-option {
	float: right;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

#alv .alv-options .alv-option.alv-selected,
#alv .alv-scroll-options .alv-scroll-option.on {
	color: #FFF;
	cursor: default;
}

/* Liste de type 0 */
#alv .alv-scroll-list0 {
	width: 250px;
	height: 150px;
	overflow: hidden;
}

/* Liste de type 1 */
#alv .alv-scroll-list1bg{
	width: 210px;
	height: 150px;
	background: url(../images/alv/background/bg_scroll.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat ;
}
#alv .alv-scroll-list1 {
	width: 200px;
	height: 80px;
	overflow-y: scroll;
	float: left;
	*position: relative !important;
}
	
#alv .alv-scroll-list1 ul {
	margin: 0 6px 0 5px;
	border-top: 1px dotted #DFE0E1;
}
#alv .alv-scroll-list1 ul li {
	padding: 2px 0 5px 0;
	border-bottom: 1px dotted #DFE0E1;
}

#alv .alv-scroll-list1 ul li span a img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin: 0 4px 0 0;
}

/***********************************************************************************
 * Section: Menu
 ***********************************************************************************/
/* Menu Horizontal	1 */
#alv .alv-menu-h1{
	background-image: none;
	line-height: 21px;
	*height: 21px;
	position: relative;
	z-index: 90;
}
#alv .alv-menu-h1 .alv-menu-item {
	cursor: default;
	display: inline-block;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	margin-left: 3px;
	width: auto;
	z-index: 90;
}
#alv .alv-menu-h1 .alv-menu-item-first{
	margin-left: 0px;
}
#alv .alv-menu-h1 .alv-menu-h1-bc,
#alv .alv-menu-h1 .alv-menu-h1-bl,
#alv .alv-menu-h1 .alv-menu-h1-br {
	background-color: #DBDCDD;
}
#alv .alv-menu-h1 .alv-menu-h1-bc {
	/*background: transparent url(../images/alv/menu/menu-h1.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x 0 -109px;*/
	font-weight: bold;
	margin: 0px 4px;
	padding: 2px 5px;
	text-align: center;
}

#alv .alv-menu-h1 .alv-menu-h1-bc img{
	padding-right: 1px;
}

#alv .alv-menu-h1 .alv-state-hover {
	cursor: pointer;
}

#alv .alv-menu-h1 .alv-state-selected .alv-menu-h1-bl ,
#alv .alv-menu-h1 .alv-state-hover .alv-menu-h1-bl,
#alv .alv-menu-h1 .alv-state-selected .alv-menu-h1-br ,
#alv .alv-menu-h1 .alv-state-hover .alv-menu-h1-br,
#alv .alv-menu-h1 .alv-state-selected .alv-menu-h1-bc,
#alv .alv-menu-h1 .alv-state-hover .alv-menu-h1-bc {
	background-color: #BFBFBF;
}
#alv .alv-menu-h1 .alv-state-selected .alv-menu-h1-bc{
	color: #000;
}

/* Menu Horizontal	2 */
#alv div.alv-menu-h2{
	background-image: none;
	height: 30px;
	margin: 0px 0px 9px 0px;
}

#alv div.alv-menu-h2 .alv-menu-item {
	cursor: default;
	display: inline;
	float: left;
	line-height: 30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 10px;
	width: 130px;
}

#alv div.alv-menu-h2 .alv-menu-h2-bl,
#alv div.alv-menu-h2 .alv-menu-h2-br,
#alv div.alv-menu-h2 .alv-menu-h2-bc {

}
#alv div.alv-menu-h2 .alv-menu-h2-bl {
	background: transparent url(../images/alv/menu/menu-h2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left 2px;
}

#alv div.alv-menu-h2 .alv-menu-h2-br {
	background: transparent url(../images/alv/menu/menu-h2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat right -60px;
}

#alv div.alv-menu-h2 .alv-menu-h2-bc {
	background: transparent url(../images/alv/menu/menu-h2-c.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x 0 -29px;
	font-weight: bold;	
	margin: 0px 6px;
	text-align: center;
}

#alv div.alv-menu-h2 .alv-state-hover {
	cursor: pointer;
}

#alv div.alv-menu-h2 .alv-state-selected,
#alv div.alv-menu-h2 .alv-state-hover {
background-color: Transparent;
}

#alv div.alv-menu-h2 .alv-state-selected .alv-menu-h2-bl ,
#alv div.alv-menu-h2 .alv-state-hover .alv-menu-h2-bl {
	background: transparent url(../images/alv/menu/menu-h2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left -93px;
}
#alv div.alv-menu-h2 .alv-state-selected .alv-menu-h2-br ,
#alv div.alv-menu-h2 .alv-state-hover .alv-menu-h2-br {
	background: transparent url(../images/alv/menu/menu-h2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat right -155px;
}
#alv div.alv-menu-h2 .alv-state-selected .alv-menu-h2-bc,
#alv div.alv-menu-h2 .alv-state-hover .alv-menu-h2-bc {
	background: transparent url(../images/alv/menu/menu-h2-c.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x 0 -124px;
}
#alv div.alv-menu-h2 .alv-state-hover .alv-menu-h2-bc  a,
#alv div.alv-menu-h2 .alv-state-hover .alv-menu-h2-bc {
	color: #FFF;
}

#alv div.alv-menu-h2 .alv-state-selected .alv-menu-h2-bc a,
#alv div.alv-menu-h2 .alv-state-selected .alv-menu-h2-bc{
	color: #000;
}

/* Menu Horizontal 3 */
#alv .alv-menu-h3{
}

#alv .alv-menu-h3 .alv-state-hover {
	cursor: pointer;
}

/***********************************************************************************
 * Section: Définition du TabContainer
 ***********************************************************************************/
#alv .alv-tbctn .alv-tbpnl,
#alv .alv-tbctn .alv-tbpnl.alv-state-normal,
#alv .alv-tbctn .alv-tbpnl.alv-state-hover { display: none; }
#alv .alv-tbctn .alv-tbpnl.alv-state-selected { display: block; }

/***********************************************************************************
 * Section: Définition de popup
 ***********************************************************************************/
 
#alv-popup-window .alv-popup-window-background {
	background-color:#DBDCDD;
	float:left;
	margin:20px 0;
	width:100%;
}

#alv-popup-window .alv-popup-window-bloc {
	background:#FFFFFF url(../images/alv/background/mbg4.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll left bottom;
	margin:5px 30px;
	padding:15px 5px;
	position:relative;
}

/* Fenêtre de la Popup */
#alv .alv-pop-window {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #000000;
}

/* Titre d'un Popup (en haut à gauche, ajoute une bordure sur la partie gauche */
#alv .alv-pop-title {
	border-left:4px solid #272727;
	margin:0 0 0 30px;
	padding:20px 0 0 5px;
	position:relative;
}

/* Bouton dans la zone de titre d'un Popup à droite (Blanc sur noir) */
#alv a.alv-pop-title-btn {
	background-color:Black;
	color:White;
	float:right;
	font-weight:bold;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	text-transform:uppercase;
}

/***********************************************************************************
 * Section: Définition du page Menu (lorsqu'on passera la page Company sous la charte graphique transformer le PageMenu en une liste de bouton alv-btn
 ***********************************************************************************/

#alv #alv-pageMenu { list-style: none; margin: 0 5px 0 0; padding: 0px 6px 0 0;	 width: 175px;}
#alv #alv-pageMenu ul { margin: 20px 10px 0 10px; padding: 0;width: 145px;}
#alv #alv-pageMenu ul ul { margin: 0 0 0 0px; }
#alv #alv-pageMenu ul li { list-style: none; margin: 0; border-top: 1px solid #F9F9F9; border-bottom: 1px solid #D9DBDD; padding: 5px 0 5px 5px; }
#alv #alv-pageMenu ul li a { color: #909297; font-weight: bold;}
#alv #alv-pageMenu ul li.disabled { font-weight: bold; }
#alv #alv-pageMenu ul ul li { border: 0 none; padding: 5px 0 5px 0px; }
#alv #alv-pageMenu ul ul li a { font-weight: normal; background: url(../images/alv/menu/pageMenu-Arrow.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left; padding: 5px 0 5px 10px; }
#alv #alv-pageMenu ul ul li.on a { font-weight: bold; background: url(../images/alv/menu/pageMenu-Arrow_selected.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left; padding: 5px 0 5px 10px;}
#alv #alv-pageMenu li.hover { background-color: #F9F9FA;}
#alv #alv-pageMenu li.disabled { background-color: Transparent;	cursor: default; }
#alv #alv-pageMenu li.hover a, #alv #alv-pageMenu li.hover li a { color: #616363; }
#alv #alv-pageMenu li.on { background: #FFF; }
#alv #alv-pageMenu li.on ul li a, #alv #alv-pageMenu li.on ul li a {color: #909297;}
#alv #alv-pageMenu li.on ul li.on a { font-weight: bold; }

/***********************************************************************************
 * Section: Liste d'éléments
 ***********************************************************************************/

#alv ul.alv-list1 {
	margin: 0 6px 0 5px;
	border-top: 1px dotted #DFE0E1;
}
#alv ul.alv-list1 li {
	padding: 2px 0 5px 0;
	border-bottom: 1px dotted #DFE0E1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#alv ul.alv-list1 a:hover {
	text-decoration:underline;
}

#alv ul.alv-list2  
{
	margin:0;
}

#alv ul.alv-list2 li,
#alv li.alv-list2
{	
	list-style-type:none;
	padding-left:30px;
	padding-bottom:10px;
}


#alv ul.alv-list3 
{
	margin:0;
}

#alv ul.alv-list3 li,
#alv li.alv-list3
{	
	list-style-type:none;
	background:transparent url(../images/alv/list/list3.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 10px 2px;
	padding-left:30px;
	padding-bottom:10px;
}

#alv ul.alv-list4 {
	
}

#alv ul.alv-list4 > li{
	background-color: White;
	list-style: none; 
	margin-bottom: 10px; 
	width: 200px; 
}

#alv ul.alv-list4 li input {
	margin-right: 5px;
}

#alv ul.alv-list4 li .header{
	border: 1px solid #DEDEDE; 
	cursor: pointer;
	height: 10px; 
	width: 190px;
}

#alv ul.alv-list4 li .header img,
#alv ul.alv-list4 li .header span,
#alv ul.alv-list4 li .header input,
#alv ul.alv-list4 li .subCategory li.alv-hover,
#alv ul.alv-list4 li .subCategory li.alv-hover img,
#alv ul.alv-list4 li .subCategory li.alv-hover span,
#alv ul.alv-list4 li .subCategory li.alv-hover input{
	cursor: pointer;
}

#alv ul.alv-list4 li  .subCategory  li{
	list-style: none; 
}


#alv ul.alv-list5 {
	
}

#alv ul.alv-list5 > li{
	background-color: White;
	list-style: none; 
	margin-bottom: 10px; 
	width: 175px; 
}

#alv ul.alv-list5 li input {
	margin-right: 5px;
}

#alv ul.alv-list5 li .header{
	border: 1px solid #DEDEDE; 
	cursor: pointer;
	height: 10px; 
	width: 165px;
}

#alv ul.alv-list5 li .header img,
#alv ul.alv-list5 li .header span,
#alv ul.alv-list5 li .header input,
#alv ul.alv-list5 li .subCategory li.alv-hover,
#alv ul.alv-list5 li .subCategory li.alv-hover img,
#alv ul.alv-list5 li .subCategory li.alv-hover span,
#alv ul.alv-list5 li .subCategory li.alv-hover input{
	cursor: pointer;
}

#alv ul.alv-list5 li  .subCategory  li{
	list-style: none; 
}

/***********************************************************************************
 * Section: Bordure
Exemple : 
<div class="alv-border1-1">
  <div class="alv-border1-2">
  </div>
<div>

 ***********************************************************************************/



#alv .alv-border1-1
{
	background-position: 0 0;
	border-style: solid;
	border-color: #999999;
	background: #777777 none repeat scroll 0 0;
	display: block;
	margin: 1px;
	padding: 1px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
}

#alv .alv-border1-2
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #555555;
	font-weight: normal;
	position: relative;
}

/***********************************************************************************
 * Section: BlocPanel
 ***********************************************************************************/
 
#alv .alv-bpnl1 table td,
#alv .alv-bpnl2 table td {
      height:20px;
      padding:0 4px;
}

#alv .alv-bpnl1 table,
#alv .alv-bpnl2 table {
	margin-bottom:0px;
}

#alv .alv-bpnth1 th span,
#alv .alv-bpnth1 th a,
#alv .alv-bpnth1 th {
	height:20px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#alv .alv-bpnth2 th {
	height:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
}

#alv .alv-bpnl1-tc,
#alv .alv-bpnl1-3-tc,
#alv .alv-bpnl2-tc{
	position: relative;
}

#alv .alv-bpnl1-tc .alv-title,
#alv .alv-bpnl1-3-tc .alv-title,
#alv .alv-bpnl2-tc .alv-title,
#alv .alv-bpnl3-tc .alv-title,
#alv .alv-bpnl1-tc .alv-title-pdf {
	font-weight: bold;
}
#alv .alv-bpnl1-tc .alv-selected,
#alv .alv-bpnl1-3-tc .alv-selected,
#alv .alv-bpnl2-tc .alv-selected,
#alv .alv-bpnl3-tc .alv-selected {
	margin-top: -1px;
	position: relative;
	padding: 0 5px;	
}
#alv .alv-bpnl1-tc .alv-tools a,
#alv .alv-bpnl1-3-tc .alv-tools a,
#alv .alv-bpnl2-tc .alv-tools a,
#alv .alv-bpnl3-tc .alv-tools a{
	margin: 0 5px;
	font-weight: bold;
} 

#alv .av-bpnl-tools {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* BlocPanel de type 1 */
#alv .alv-bpnl1{
	background-color: #FFF;
}

#alv .alv-bpnl1-tc {
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	*display: inline-block;
}

#alv .alv-bpnl1-tc.pdf {
    border-bottom-width:0;
}

#alv .alv-bpnl1-tc h2,
#alv .alv-bpnl1-tc h4,
#alv .alv-bpnl1-3-tc h2,
#alv .alv-bpnl1-3-tc h4 {	
	margin: 0;
	padding: 0;
	padding-top: 7px;
}

#alv .alv-bpnl1-tc div, 
#alv .alv-bpnl1-3-tc div {
	position: relative;
}

#alv .alv-bpnl1-tc .alv-state-selected,
#alv .alv-bpnl1-tc .alv-selected {
	border-bottom: solid 1px #FFF!important;
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid ;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
}

#alv .alv-bpnl1-tc .alv-tools,
#alv .alv-bpnl1-3-tc .alv-tools {
	padding-top: 4px;
}

/* BlocPanel de type 2 */
#alv .alv-bpnl2{
	background-color: #FFF;
}

#alv .alv-bpnl2-tc {
	border-bottom: solid 1px #7C7C7C;
	*display: inline-block;
}

#alv .alv-bpnl2-tc h2,
#alv .alv-bpnl2-tc h4{
	margin: 0;
	padding: 0;
	padding-top: 7px;
}

#alv .alv-bpnl2-tc div {
	position: relative;
}

#alv .alv-bpnl2-tc .alv-state-selected,
#alv .alv-bpnl2-tc .alv-selected {
	border-bottom: solid 1px #FFF;
	border-left : solid 1px #7C7C7C;
	border-right : solid 1px #7C7C7C;
	border-top : solid 1px #7C7C7C;
}

/* BlocPanel de type 3 */
#alv .alv-bpnl3{
}

#alv .alv-bpnl3-tl {
	margin-bottom: 5px;
}

#alv .alv-bpnl3-tc {
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#alv .alv-bpnl3-tc h2,
#alv .alv-bpnl3-tc h4{
	margin: 0;
	padding: 0;
	padding-top: 7px;
}


/***********************************************************************************
 * Section: MultipleBloc Panel
 ***********************************************************************************/
#alv .alv-mbpnl1 {
}

#alv .alv-mbpnl1 .alv-mbpnl1-h {
	border-bottom-width: 1px;
	border-bottom-style:solid;
	*height: 21px;	
}

#alv .alv-mbpnl1-h .alv-title{
	font-weight: bold;
	padding: 0px 10px;
}

#alv .alv-mbpnl1 .alv-mbpnl1-h .on {
	margin-bottom: -1px;
	border-bottom: solid 1px #FFF;
	border-top-width: 1px;
	border-top-style:solid;
	border-left-width: 1px;
	border-left-style:solid;
	border-right-width: 1px;
	border-right-style:solid;
}

#alv .alv-mbpnl1 .alv-mbpnl1-h-hc {
	
}

/***********************************************************************************
 * Section: Arrow
 ***********************************************************************************/
#alv .alv-arrow{
	height: 20px;
}

#alv .alv-arrow .alv-arrow-blank,
#alv .alv-arrow .alv-arrow-jauge,
#alv .alv-arrow .alv-arrow-right,
#alv .alv-arrow .alv-arrow-left{
	float: left;
	height: 20px;
	width: 10px;
}

#alv .alv-arrow .alv-arrow-down,
#alv .alv-arrow .alv-arrow-up{
	display: block;
	height: 10px;
	width: 20px;
}

#alv .alv-arrow .alv-arrow-blank{
	width: 0px;
}

#alv .alv-arrow .alv-arrow-jauge .alv-arrow-jauge-content{
	margin: 4px 0px;
	height: 12px;
	width: 100%;
}
#alv .alv-arrow .alv-arrow-jauge-content table{
	margin: 0px;
	padding: 0px;
}

#alv .alv-arrow-neg .alv-arrow-right,
#alv .alv-arrow-pos .alv-arrow-left{
	display: none;
}


/***********************************************************************************
 * Section: Graduation
 ***********************************************************************************/
#alv .alv-clickable {
	cursor: pointer;
}
#alv .alv-graduation {
	display: inline;
	height: 50px;
	width: 150px;
}

#alv .alv-graduation .alv-graduation-pointer {
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
}
#alv .alv-graduation .alv-graduation-ruler {
	margin-top: 5px;
}
#alv .alv-graduation .alv-graduation-rond {
	margin-right: 2px;
	position: relative;
}

/************* Positive *************/
#alv .alv-arrow-pos .alv-arrow-right{
	background-position: left -150px;
}
#alv .alv-arrow-pos .alv-arrow-jauge-content{
	background-color: #66FF66;
	color: #000;
}
/************* Negative *************/
#alv .alv-arrow-neg .alv-arrow-left{
	background-position: left -60px;
}
#alv .alv-arrow-neg .alv-arrow-jauge-content{
	background-color: #FF0000;
	color: #FFF;
}

/************* Pink *************/
#alv .alv-arrow-pink .alv-arrow-right{
	background-position: left -90px;
	*background-position: left -89px;
}
#alv .alv-arrow-pink .alv-arrow-jauge-content{
	background-color: #FF6DD2;
}

#alv .alv-arrow-pink .alv-arrow-jauge-break{
	background-position: center -20px;
	background-repeat: no-repeat;
}

#alv .alv-arrow-pink .alv-arrow-left{
	background-position: left -1px;
	*background-position: left top;
}
#alv .alv-arrow-pink .alv-arrow-jauge-content{
	background-color: #FF6DD2;
}

/************* Gray *************/
#alv .alv-arrow-gray .alv-arrow-right{
	background-position: left -120px;
	*background-position: left -119px;
}

#alv .alv-arrow-gray .alv-arrow-up{
	background-position: -120px top;
}

#alv .alv-arrow-gray .alv-arrow-down{
	background-position: -30px top;
}

#alv .alv-arrow-gray .alv-arrow-jauge-break{
	background-position: center top;
	background-repeat: no-repeat;
}

#alv .alv-arrow-gray .alv-arrow-jauge-content{
	background-color: #A6A6A6;
}

#alv .alv-arrow-gray .alv-arrow-left{
	background-position: left -30px;
	*background-position: left -29px;
}
#alv .alv-arrow-gray .alv-arrow-jauge-content{
	background-color: #A6A6A6;
}

/***********************************************************************************
 * Section: DraggablePopup
 ***********************************************************************************/

#alv .draggablewindow
{
	position: absolute;
	z-index: 100;
	color: #618d5e;
	overflow: hidden;
	color: Black;
	background: #BBBBBB none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	margin: 1em 0;
}

#alv .draggablewindowIn1
{
	background-position: 0 0;
	border-style: solid;
	border-color: #999999;
	background: #777777 none repeat scroll 0 0;
	display: block;
	margin: 1px;
	padding: 1px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
}

#alv .draggablewindowIn2
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #555555;
	font-weight: normal;
	position: relative;
}

#alv .draggablewindow div.jqDrag
{
	height: 30px;
	cursor: move;
	margin: 0px;
}

#alv .draggablewindow h1,
#alv .draggablewindow h2
{
	margin: 0px;
	padding: 10px 2px 5px 15px;
	overflow: hidden;
}

#alv .draggablewindow div.jqDrag img
{
	float: right;
	margin: 15px 15px 0 0;
	cursor: pointer;
}

#alv .draggablewindow .Header .right
{
	width: 5px;
	background: url('../images/common/bg_ttr-right-4.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
	height: 30px;
	margin-right: -5px; /margin-right:0px;
}

#alv .draggablewindow .Header .left
{
	width: 5px;
	background: url('../images/common/bg_ttr-left-4.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
	height: 30px;
	margin-left: -5px; /margin-left:0px;
}

#alv .draggablewindow .jqResize
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13px;
	height: 13px;
	cursor: se-resize;
	/*background: url(../images/common/picto_resize.gif) top left no-repeat;*/
}

#alv .draggablewindow .data
{
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	text-align: justify;
	padding:15px;
}
#alv .draggablewindow .data .Bloc
{
	background-color: #FFF;
	position: relative;
	left: -5px;
}

#alv .draggablewindow ul {
	padding: 5px;
	text-align: left;
	margin:0px;
}
#alv .draggablewindow ul.buy {
	border-left: 3px solid #2AA900;
	padding: 5px;
}
#alv .draggablewindow ul.add {
	border-left: 3px solid #99FF33;
	padding: 5px;
}
#alv .draggablewindow ul.reduce {
	border-left: 3px solid #FF99FF;
	padding: 5px;
}
#alv .draggablewindow ul.sell {
	border-left: 3px solid #F43737;
	padding: 5px;
}

#alv .draggablewindow table
{
	color: #000;
}

#alv .draggablewindow table td, .draggablewindow table th
{
	font-size: 1em !important;
}

#alv .draggablewindow table td.center, .window table th.center
{
	text-align: center !important;
}

#alv .draggablewindow table td.Category,
#alv table td.Category
{
	color: #FFF;
	font-weight: bold;
	background: #6A7077;
}

#alv. draggablewindow table td span
{
	font-weight: bold;
}

#alv .draggablewindow .Highlight
{
	background: #575757 none repeat scroll 0%;
	color: #FFFFFF !important;
	font-weight: bold;
}

#alv .draggablewindow li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/***********************************************************************************
 * Section: hr
 ***********************************************************************************/

#alv hr.hr1 
{
	height:1px;
	border:0
}


/***********************************************************************************
 * Section: TabContainer
 ***********************************************************************************/

#alv .alv-menu-ligth .alv-menu-item{
	margin-bottom: -1px;
	padding-bottom: 1px;
	z-index: 90;
}

#alv .alv-menu-degrade1 .alv-menu-item {
	z-index: 1000;
}

#alv .alv-menu-ligth .alv-state-hover {
	cursor: pointer;
}

#alv .alv-menu-degrade1 {
	width: 100%;	
}

#alv .alv-menu-degrade1 .alv-menu-item {
	line-height: 30px;
	*height: 30px;
	padding-bottom: 0px;
}

#alv .alv-menu-degrade2 .alv-menu-item {
	line-height: 25px;
	padding-bottom: 0px;
}

#alv #inANutshell .alv-menu-degrade2 .alv-menu-item{
	line-height: 23px;
}

#alv .alv-menu-degrade1 .alv-menu-item.alv-state-hover,
#alv .alv-menu-degrade1 .alv-menu-item.alv-state-normal,
#alv .alv-menu-degrade2 .alv-menu-item.alv-state-hover,
#alv .alv-menu-degrade2 .alv-menu-item.alv-state-normal{
	background: url(../images/alv/menu/menu_degrade.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) top left repeat-x ;
	margin: 0px 2px;
}

#alv .alv-menu-degrade2 .alv-menu-item.alv-state-selected,
#alv .alv-menu-degrade1 .alv-menu-item.alv-state-selected{
	background-color: #FFFFFF;
}

#alv .alv-tb3-light .alv-tb2-light-tl,
#alv .alv-tb3-light .alv-tbpnl.alv-state-selected  {
	border-left-style: solid;
	border-left-width: 1px;
}

#alv .alv-tb3-light .alv-bpnl1-tc .alv-state-selected,
#alv .alv-tb3-light .alv-bpnl1-tc .alv-selected,
#alv .alv-tb4-light .alv-bpnl1-tc .alv-selected {
	border-bottom: none;
}

#alv .alv-tb3-light .alv-bpnl1-tc .alv-state-selected>div,
#alv .alv-tb3-light .alv-bpnl1-tc .alv-selected>div,
#alv .alv-tb4-light .alv-bpnl1-tc .alv-selected>div {
	border-bottom: solid 1px #FFF;
	margin-bottom: -1px;
}



#alv .alv-menu-tb5 {
	*min-height: 30px;
}

#alv .alv-menu-tb5 .alv-menu-item {
	margin-right: 2px;
	z-index: auto;
}

#alv .alv-menu-tb5.pink .alv-state-selected a, .alv-menu-tb5.pink .alv-state-hover a {
    font-weight:bold;
}

#alv .alv-menu-tb5 .alv-state-normal a {
	color: #7F7F93;
}

#alv .alv-menu-tb5 .alv-state-hover,
#alv .alv-menu-tb5 .alv-state-normal,
#alv .alv-bpnl1-tc .main-control-item {
	background-color: #F2F2F2;
} 

#alv .alv-menu-tb5 {
	border-bottom-color : #BFBFBF;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

#alv .alv-menu-tb5 .alv-state-selected {
	border-left-color : #BFBFBF;
	border-left-style : solid;
	border-left-width : 1px;
}

#alv .alv-menu-tb5 .alv-state-selected {
	border-right-color : #BFBFBF;
	border-right-style : solid;
	border-right-width : 1px;
}

#alv .alv-menu-tb5 .alv-state-selected {
	border-top-color : #BFBFBF;
	border-top-style : solid;
	border-top-width : 1px;
}

#alv .alv-menu-tb5 .alv-state-selected {
	border-bottom: solid 1px #FFF;
}

#alv .alv-bpnl1-tc .main-control-item {
	padding: 5px 5px 0px 5px;
	background-color: #F2F2F2;
	cursor: pointer;
} 

#alv .alv-menu-tb8 .alv-menu-item {
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 6px;
    z-index: auto;
}

 #alv .alv-menu-tb8 .alv-state-selected a {
    color: White;
}

#alv .alv-menu-tb8 .alv-state-normal a {
	color: #7F7F93;
}

#alv .alv-menu-tb8 .alv-state-hover,
#alv .alv-menu-tb8 .alv-state-normal {
	background-color: #FFFFFF;
} 

#alv .alv-menu-tb9 .alv-menu-item {
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 6px;
    z-index: auto;
}

#alv .alv-menu-tb9 .alv-state-selected {
    color: black;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#alv .alv-menu-tb9 .alv-state-selected a {
    color: black;
    font-weight:bold;
}

#alv .alv-menu-tb9 .alv-state-normal {
    color: #A7A9AD;
    border-bottom-color: #A7A9AD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#alv .alv-menu-tb9 .alv-state-hover {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/***********************************************************************************
 * Section: Buttons
 ***********************************************************************************/
#alv .alv-button1 .alv-normal, 
#alv .alv-button1 .alv-selected{
	border-style: solid;
	border-width: 1px;
}


/***********************************************************************************
 * Section: Slider
 ***********************************************************************************/

#alv .slider-main-container {
    position : relative;
    overflow : hidden;
}

#alv .slider-main-container .slider-control-container, .slider-main-container .slider-element-container {
    position : absolute;
    overflow : hidden;
}

#alv .slider-main-container .slider-element {
    position : absolute;
    left     : 0;
    display : none;
}

#alv .main-control .alv-selected {
	background-color: transparent;
}


/***********************************************************************************
 * Section: Scroll
 ***********************************************************************************/
#alv .scroll .viewport {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
/*#alv .scroll {
	 clear: both;
}

#alv .scroll .viewport {
	overflow: hidden;
	position: relative; 
}

#alv .scroll .overview {
	list-style: none; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
}

#alv .scroll .thumb,
#alv .scroll .thumb .end {
	background-color: #FDE3F0;
}

#alv .scroll .scrollbar {
	position: relative; 
	float: right; 
	width: 10px; 
}

#alv .scroll .track {
	height: 100%; 
	width: 8px;
	position: relative; 
	padding: 0px 1px; 
}

#alv .scroll .thumb {
	height: 20px;
	width: 8px;
	cursor: pointer;
	overflow: hidden; 
	position: absolute;
	top: 0px;
	border: 1px solid #F9C3DD;
}

#alv .scroll .thumb .end {
	 overflow: hidden;
	 height: 5px; 
	 width: 13px; 
}

#alv .scroll .disable {
	display: none;
}*/

/* Désactiver la sélection ou Mettre en surbrillance*/
.noSelect {
	user-select: none; 
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none; 
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

/***********************************************************************************
 * Section: Textile Content
 ***********************************************************************************/

#alv .textileContent {
    text-align:justify;
}

#alv .textileContent > * {
    font-size:108%;
    line-height:1.4;    
}

#alv .textileContent img {
    max-width:100%;
}

#alv .textileContent table {
   margin-bottom: 1em;
   text-align:left;
}

#alv .textileContent table td, #alv .textileContent table th {
    border: 1px solid black;
    padding: 0.3em;
    height: auto;
}

#alv .textileContent .item-left {
    margin-left:0;
    margin-right:auto;
}

#alv .textileContent .item-center {
    margin-left:auto;
    margin-right:auto;
}

#alv .textileContent .item-right {
    margin-left:auto;
    margin-right:0;
}

#alv .textileContent p {
    margin-bottom: 1em;
}

#alv .textileContent .h1, #alv .textileContent .h2, #alv .textileContent .h3, #alv .textileContent .h4, #alv .textileContent .h5, #alv .textileContent .h6 {
    font-weight:bold;
    font-size:108%;
}

#alv .textileContent a {
    text-decoration:underline;
	color: black;
}

/***********************************************************************************
 * Section: PDF
 ***********************************************************************************/

.textileContent table, .textileContent img {
    page-break-inside:avoid;
}


/***********************************************************************************
 * Section: WindowPopup
 ***********************************************************************************/

#alv .alv-window-popup-container {
    border-width: 3px;
    display: none;
    z-index: 150;
    position: absolute;
    top: 15px;
}

/***********************************************************************************
 * Section: Sous menu list
 ***********************************************************************************/

#alv .sub-menu-list {
    border-bottom-color: #BFBFBF;
    border-bottom-style: solid;
    border-bottom-width: 0;
    background-color: white;
    padding: 5px 0 5px 4px;
    min-height: 35.5px;
}

#alv .sml-arrow {
    display: inline-block;
    border-bottom-color: #BFBFBF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: white;
}

#alv .sml-arrow a {
    display: block;    
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#alv .sml-arrow.sml-hide {
    display: none;
}

#alv .sml-arrow img {
    height: 14px;
    position: relative;
}

#alv .sml-item {
    display: inline-block;
    border-bottom: 1px solid #BFBFBF;
    padding: 0 1px;
}

#alv .sml-item.sml-hide {
    display:none;
}

#alv .sml-item a.sml-action-list {
    display: block;
    width: 132px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    background-color: #F2F2F2;
    color: #7F7F93;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:relative;
}

#alv .sml-item.sml-selected {
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 0;
}

#alv .sml-item.sml-selected a.sml-action-list {
    background-color: white;
    color:black;
}

#alv .sml-item a img.sml-item-remove-list {
    position: absolute;
    right:0;
    vertical-align: middle;
    display:none;
}

#alv .sml-item a:hover img.sml-item-remove-list {
    display:initial;
}

#alv .sml-add-list {    
    position:absolute;
    top:7px;
    right:30px;
}

#alv .page-break-before-always {
    page-break-before: always;
}

#alv .page-break-inside-avoid {
    page-break-inside: avoid;
}

#alv .alv-pdf-margin-left {
    width:100%;
    padding-left:33%;
    box-sizing:border-box;
}

/***********************************************************************************
 * Section: impression
 ***********************************************************************************/

@media print {
	* {
		-webkit-print-color-adjust: exact;
	}
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
	font-size: 0.75em /*{fsDefault}*/;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa /*{borderColorContent}*/;
	background: #ffffff /*{bgColorContent}*/ url(../images/alv/ui/ui-bg_flat_75_ffffff_40x100.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
	color: #222222 /*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222 /*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(../images/alv/ui/ui-bg_glass_75_e6e6e6_1x400.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(../images/alv/ui/ui-bg_glass_75_dadada_1x400.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(../images/alv/ui/ui-bg_glass_65_ffffff_1x400.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
	background: #fbf9ee /*{bgColorHighlight}*/ url(../images/alv/ui/ui-bg_glass_55_fbf9ee_1x400.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
	color: #363636 /*{fcHighlight}*/;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636 /*{fcHighlight}*/;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(../images/alv/ui/ui-icons_ffffff_256x240.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) /*{iconsContent}*/;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/alv/ui/ui-icons_222222_256x240.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/alv/ui/ui-icons_ffffff_256x240.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx)/*{iconsHeader}*/;
}

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

/* Misc visuals
----------------------------------*/

/* Datepicker
----------------------------------*/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	float: inherit;
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}

/* Cacher ce div insérer en bas de page par défaut */
#ui-datepicker-div {
	display: none;
	z-index: 1000;
}


/* Slider
----------------------------------*/

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


/* Resizable
----------------------------------*/

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*
* Style de l'application qui ne rentre pas dans la charte graphique
*/

/***********************************************************************************
 * Section: My Profile
 ***********************************************************************************/

#alv .alv-bg-mail {
    height: 70px;
    width: 75px;
    background: url('../images/common/img_mail.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
}

/***********************************************************************************
 * Section: Style analystChange
 ***********************************************************************************/
.analystChange {
    clear: both;
    width: 50px;
    height: 10px;
    vertical-align: middle;
    float: left;
    background: #A6A6A6;
}

    .analystChange div {
        float: left;
        height: 10px;
    }

    .analystChange .analyst {
        /*
        background: #FF6DD2;
        */
    }

/***********************************************************************************
 * Section: Page Company
 ***********************************************************************************/
#alv .SmallList .Header a {
    color: #A7A9AD;
}

#alv .alv-reportstaffinfo,
#alv .alv-reportstaffinfo a,
#alv .SmallList .Data a {
    color: #7A7C81;
}

#alv .SmallList ul {
    margin: 0px 4px;
}

#alv .SmallList li {
    height: 10px;
}

#alv .SmallList ul li {
    height: 10px;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0 2px 2px;
}

#alv #SwitchCulture {
    height: 20px;
    bottom: 2px;
    _bottom: 32px;
}

#alv #ManagementScoll .Scroll {
    height: 120px;
}

#alv .alv-independence_board_guideline {
    background: url('../images/common/independence_board_guideline.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
    display: block;
    height: 75px;
    width: 277px;
}

#alv .alv-manager-image,
#alv .alv-board-image {
    background: url('../images/common/img_board_manager.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
    display: inline-block;
    height: 25px;
    width: 20px;
}

#alv .alv-manager-image {
    background-position: left -30px;
}


#alv .alv-manager-image-small,
#alv .alv-board-image-small {
    background: url('../images/common/img_board_manager_small.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
    display: inline-block;
    height: 17px;
    width: 15px;
}


#alv .alv-manager-image-small {
    background-position: left -22px;
}

#alv .alv-ratingpagecontrol {
    min-height: 300px;
    width: 70%;
}

#alv .alv-analyst-image {
    height: 80px;
    border-color: #D9DBDD !important;
    border: solid 1px;
}

#alv .alv-more a {
    font-weight: bold; 
}

/***********************************************************************************
 * Section: Sector Fundamentals
 ***********************************************************************************/

#alv .sectorFundamentals tr.sousCat {
    background-color: #E4E7E9;
}

    #alv .sectorFundamentals tr.sousCat td {
        background-color: #E4E7E9;
    }

#alv .alv-upside-item,
#alv .sectorFundamentals .alv-grs .selected {
    background-color: #FBBFDD;
}

#alv .alv-upside-item,
#alv .sectorFundamentals .alv-gars .selected {
    background-color: #FDE3F0;
}

#alv .plus img {
    width: 34px;
    height: 15px;
    border: 0 none;
}

    #alv .plus img.detail-off,
    #alv .plus img.detail-off {
        background: url(../images/common/arrow-table-detail-off.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
    }

    #alv .plus img.detail-on,
    #alv .plus img.detail-on {
        background: url(../images/common/arrow-table-detail-on.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
    }

#alv .active .plus img.detail-off,
#alv .active .plus img.detail-off {
    background: url(../images/common/arrow-table-detail-active-off.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

#alv .active .plus img.detail-on,
#alv .active .plus img.detail-on {
    background: url(../images/common/arrow-table-detail-active-on.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

#alv .PopupSectorFundamentals ul,
#alv .PopupSectorsOverview ul {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: White;
}

    #alv .PopupSectorFundamentals ul li,
    #alv .PopupSectorsOverview ul li {
        background: url(../images/common/arrow-li.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 0px 4px !important;
        /background: url(../images/common/arrow-li.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 0px 9px !important;
        list-style: none;
        color: #939393;
        padding-left: 8px;
        background-color: White;
    }

        #alv .PopupSectorFundamentals ul li a,
        #alv .PopupSectorsOverview ul li a {
            color: #333333;
        }

#alv .PopupSectorsOverview .draggablewindow div.jqDrag h2 {
    text-align: left;
}

/***********************************************************************************
 * Section: Portfolio
 ***********************************************************************************/

#alv-performance-portfolio .alv-tab-menu,
#alv .Performance-portfolio .alv-tab-menu,
#alv .Performance-portfolio-charts .alv-tab-menu {
    padding-left: 130px;
}


/***********************************************************************************
 * Section: PairTrade Perf
 ***********************************************************************************/

#alv-performance-pairtrade .alv-tab-menu .alv-state-selected a{
    color: white;
}

#performance-details-title .chartlegend-long-line {
    width: 15px;
    height: 7px;
    display: inline-block;
    border-top-width:3px;
    border-top-style:solid;
}

#performance-details-title .chartlegend-short-line {
    width: 15px;
    height: 7px;
    display: inline-block;
    border-top: 3px solid #7cb5ec;
}
/***********************************************************************************
 * Section: Search
 ***********************************************************************************/
#alv .alv-searchfield,
#alv .alv-searchcommand {
    width: 100%;
}

    #alv .alv-searchcommand ul li {
        display: inline;
        list-style-type: none;
        padding: 0px 10px;
    }

    #alv .alv-searchcommand li.alv-selected {
        border-left: 1px solid Black;
        border-right: 1px solid Black;
    }

        #alv .alv-searchcommand li.alv-selected a {
            cursor: default;
            font-weight: bold;
        }

    #alv .alv-searchfield input {
        border: 0px none White;
        height: 25px;
        line-height: 25px;
        padding-left: 4px;
        vertical-align: middle;
        width: 281px;
    }

    #alv .alv-searchfield .alv-searchfield-content {
        border-width: 2px;
        border-style: solid;
    }

/* Recherche standard */
#alv #Search {
    color: #878A8F;
}

    #alv #Search .advanced {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #alv #Search .radio {
        margin-left: 150px;
        padding: 3px 0;
    }

        #alv #Search .radio input {
            vertical-align: bottom;
        }

        #alv #Search .radio label {
            margin: 0 25px 0 5px;
        }

    #alv #Search .button,
    #alv #Search .field {
        padding-right: 118px;
    }

        #alv #Search .field input {
            background: url(../images/header/bg_field-search.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
            border: 0 none;
            width: 280px;
            padding: 2px;
        }

    #alv #Search .button {
        margin-top: 3px;
    }

/***********************************************************************************
 * Section: Small Bouton
 ***********************************************************************************/

#alv .alv-smlbtn-1day-off, #alv .alv-smlbtn-1day-on, #alv .alv-smlbtn-1day-click,
#alv .alv-smlbtn-1week-off, #alv .alv-smlbtn-1week-on, #alv .alv-smlbtn-1week-click,
#alv .alv-smlbtn-1month-off, #alv .alv-smlbtn-1month-on, #alv .alv-smlbtn-1month-click,
#alv .alv-smlbtn-ytd-off, #alv .alv-smlbtn-ytd-on, #alv .alv-smlbtn-ytd-click,
#alv .alv-smlbtn-eu-off, #alv .alv-smlbtn-eu-on, #alv .alv-smlbtn-eu-click,
#alv .alv-smlbtn-fr-off, #alv .alv-smlbtn-fr-on, #alv .alv-smlbtn-fr-click {
    background: url(../images/alv/btns/en/smallbtn.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
    display: inline-block;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

#alv.fr .alv-smlbtn-1day-off, #alv.fr .alv-smlbtn-1day-on, #alv.fr .alv-smlbtn-1day-click,
#alv.fr .alv-smlbtn-1week-off, #alv.fr .alv-smlbtn-1week-on, #alv.fr .alv-smlbtn-1week-click,
#alv.fr .alv-smlbtn-1month-off, #alv.fr .alv-smlbtn-1month-on, #alv.fr .alv-smlbtn-1month-click,
#alv.fr .alv-smlbtn-ytd-off, #alv.fr .alv-smlbtn-ytd-on, #alv.fr .alv-smlbtn-ytd-click,
#alv.fr .alv-smlbtn-eu-off, #alv.fr .alv-smlbtn-eu-on, #alv.fr .alv-smlbtn-eu-click,
#alv.fr .alv-smlbtn-fr-off, #alv.fr .alv-smlbtn-fr-on, #alv.fr .alv-smlbtn-fr-click {
    background-image: url(../images/alv/btns/fr/smallbtn.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}

#alv .alv-smlbtn-1day-off {
    background-position: left -438px;
}

#alv .alv-smlbtn-1day-on {
    background-position: left -183px;
}

#alv .alv-smlbtn-1day-click {
    background-position: left -489px;
}

#alv .alv-smlbtn-1week-off {
    background-position: left -285px;
}

#alv .alv-smlbtn-1week-on {
    background-position: left -642px;
}

#alv .alv-smlbtn-1week-click {
    background-position: left -846px;
}

#alv .alv-smlbtn-1month-off {
    background-position: left -693px;
}

#alv .alv-smlbtn-1month-on {
    background-position: left -540px;
}

#alv .alv-smlbtn-1month-click {
    background-position: left -132px;
}

#alv .alv-smlbtn-ytd-off {
    background-position: left -1542px;
}

#alv .alv-smlbtn-ytd-on {
    background-position: left -1579px;
}

#alv .alv-smlbtn-ytd-click {
    background-position: left -1505px;
}

#alv .alv-smlbtn-eu-off {
    background-position: left -1647px;
}

#alv .alv-smlbtn-eu-on {
    background-position: left -1679px;
}

#alv .alv-smlbtn-eu-click {
    background-position: left -1613px;
}

#alv .alv-smlbtn-fr-off {
    background-position: left -1746px;
}

#alv .alv-smlbtn-fr-on {
    background-position: left -1778px;
}

#alv .alv-smlbtn-fr-click {
    background-position: left -1713px;
}



#alv .alv-smlbtn-reco-off, #alv .alv-smlbtn-reco-on, #alv .alv-smlbtn-reco-click,
#alv .alv-smlbtn-target-off, #alv .alv-smlbtn-target-on, #alv .alv-smlbtn-target-click,
#alv .alv-smlbtn-eps-off, #alv .alv-smlbtn-eps-on, #alv .alv-smlbtn-eps-click,
#alv .alv-smlbtn-more-off, #alv .alv-smlbtn-more-on, #alv .alv-smlbtn-more-click {
    background: url(../images/alv/btns/en/smallbtn2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
    display: inline-block;
    width: 44px;
    height: 30px;
    cursor: pointer;
}

#alv.fr .alv-smlbtn-reco-off, #alv.fr .alv-smlbtn-reco-on, #alv.fr .alv-smlbtn-reco-click,
#alv.fr .alv-smlbtn-target-off, #alv.fr .alv-smlbtn-target-on, #alv.fr .alv-smlbtn-target-click,
#alv.fr .alv-smlbtn-eps-off, #alv.fr .alv-smlbtn-eps-on, #alv.fr .alv-smlbtn-eps-click,
#alv.fr .alv-smlbtn-more-off, #alv.fr .alv-smlbtn-more-on, #alv.fr .alv-smlbtn-more-click {
    background-image: url(../images/alv/btns/fr/smallbtn2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}

#alv .alv-smlbtn-target-off {
    background-position: left -0px;
}

#alv .alv-smlbtn-target-on {
    background-position: left -80px;
}

#alv .alv-smlbtn-target-click {
    background-position: left -40px;
}

#alv .alv-smlbtn-reco-off {
    background-position: left -120px;
}

#alv .alv-smlbtn-reco-on {
    background-position: left -200px;
}

#alv .alv-smlbtn-reco-click {
    background-position: left -160px;
}

#alv .alv-smlbtn-eps-off {
    background-position: left -240px;
}

#alv .alv-smlbtn-eps-on {
    background-position: left -320px;
}

#alv .alv-smlbtn-eps-click {
    background-position: left -280px;
}

#alv .alv-smlbtn-more-off {
    background-position: left -360px;
}

#alv .alv-smlbtn-more-on {
    background-position: left -440px;
}

#alv .alv-smlbtn-more-click {
    background-position: left -400px;
}

#alv map area {
    cursor: pointer;
}


/***********************************************************************************
 * Section: AddEditUserList
 ***********************************************************************************/
#alv #alphabet li {
    list-style-type: none;
    text-transform: uppercase;
}

.alphabet li {
    line-height: 11px;
}

.alphabet13 li {
    line-height: 13px;
}

/***********************************************************************************
 * Section: Styles du WebTemplatesEditor
 ***********************************************************************************/
.WEtotal, .WEtotal td {
    background: #575757 none repeat scroll 0%;
    font-weight: bold;
}

    .WEtotal, .WEtotal td, .WEtotal a {
        color: #FFFFFF !important;
    }

.WEpositive {
    color: #2DB300;
}

.WEnegative {
    color: #FF0000;
}

.WEGrey td {
    color: #868686;
}

.hoverRed {
    color: Black;
}

.impaire .redirectTextLocation {
    color: #BCBCBC;
}

.paire .redirectTextLocation {
    color: #BCBCBC;
}

th.redirectTextLocation {
    color: #BCBCBC;
}

.HelpScreenList {
    list-style-image: url(../images/navigation/puce.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
    margin-left: 20px;
}

    .HelpScreenList li {
        margin: 5px 0;
        margin-left: 20px;
    }

/***********************************************************************************
 * Section: Sinequa
 ***********************************************************************************/

.underlineWord {
    background-color: Yellow;
}


/***********************************************************************************
 * Section: NewFlow
 ***********************************************************************************/

#alv .alv-newsflow-negative,
#alv .alv-newsflow-positive,
#alv .alv-newsflow-neutral {
    background: url('../images/common/img_bg_newsflow.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') repeat-x left top;
}

#alv .alv-newsflow-negative {
    background-position: left -35px;
}

#alv .alv-newsflow-neutral {
    background-position: left -70px;
}

#alv .alv-newsflow-positive {
    background-position: left 0;
}

#alv .alv-newsflow-undefined {
    border: 1px solid Red;
    padding: 0px 5px;
}

#alv .alv-newsflow-negative.selected,
#alv .alv-newsflow-positive.selected,
#alv .alv-newsflow-neutral.selected {
    color: Black;
}

/*************************************************************************************
 *										Menu marketing								 *
 *************************************************************************************/

#portal #alv .alv-menu {
    background: url('../images/alv/menu/menu-h3.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') repeat-x left top;
    line-height: 30px;
}

    #portal #alv .alv-menu .alv-menu-degrade {
        background: url('../images/alv/menu/menu-degrade.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') repeat-x left top;
        height: 12px;
        width: 100%;
    }

#portal #alv .alv-main-menu {
}

    #portal #alv .alv-menu-advertises ul,
    #portal #alv .alv-main-menu ul {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
    }

    #portal #alv .alv-menu-advertises li,
    #portal #alv .alv-menu-advertises .alv-menu-item,
    #portal #alv .alv-main-menu .alv-menu-item {
        border-right: 1px solid #808080;
        display: inline;
        height: 30px;
        line-height: 30px;
        list-style-type: none;
    }

    #portal #alv .alv-main-menu .alv-menu-last {
        border-right: none;
    }

#portal #alv .alv-menu-advertises li {
    width: 48%;
}

#portal #alv .alv-menu-advertises .alv-menu-item span,
#portal #alv .alv-menu-advertises .alv-menu-item a {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

#portal #alv .alv-main-menu .alv-menu-item span,
#portal #alv .alv-main-menu .alv-menu-item a {
    /*padding: 5px 5px;*/
    margin: 0px 10px;
}

    #portal #alv .alv-main-menu .alv-menu-item a:hover,
    #portal #alv .alv-main-menu .alv-menu-selected a {
        border-bottom-width: 8px;
        border-bottom-style: solid;
    }



#portal #alv .alv-main-menu .alv-menu-image a:hover,
#portal #alv .alv-main-menu .alv-menu-image a {
    border-bottom: 0px solid Transparent;
}

#portal #alv .alv-menu-advertises .alv-menu-item a,
#portal #alv .alv-menu-advertises .alv-menu-item span {
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
}

#portal #alv .alv-menu a,
#portal .alv-menu-portal1 .alv-state-selected a,
#portal .alv-menu-portal1 .alv-state-hover a {
    color: Black;
}


/***********************************************************************************
 * TODO: Suppression du !important apres migration des popups dans la charte graphique.
 ***********************************************************************************/
#alv .alv-newsflow-negative.hovered,
#alv .alv-newsflow-positive.hovered,
#alv .alv-newsflow-neutral.hovered {
    color: Yellow !important;
}

#alv .simpleMainText {
    background: #FFFFFF url(../images/bg_home.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important;
    padding: 40px 100px 40px 100px;
    background-color: White;
    text-align: justify;
    font-family: Calibri;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    position: relative;
}

#alv #alv-table-zbsupport .alv-selected {
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
}

#alv #alv-table-zbsupport .alv-first {
    border-top-style: solid;
    border-top-width: 3px;
}

#alv #alv-table-zbsupport .alv-last {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#alv .searchInfoMoreData {
    background: url("../images/common/tools/searchMoreData.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx") no-repeat scroll 0 0 transparent;
    height: 113px;
    left: 79px;
    position: absolute;
    top: 83px;
    width: 265px;
    z-index: 10;
}

#alv .defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
    font-size: 11px;
    height: 16px;
}


/***********************************************************************************
 * Section: Rating
 ***********************************************************************************/

#alv .alv-rating-result {
    height: 50px;
    width: 122px;
}

#alv .alv-sovereing-note .alv-rating-note {
    line-height: 30px;
    width: 8.3%;
}

#alv .alv-detail-note .alv-rating-note {
    line-height: 24px;
    width: 25%;
}

#alv .alv-rating-note .alv-note,
#alv .alv-rating-note-selected {
    margin: 2px;
}

#alv .alv-detail-note .alv-rating-note .alv-arrow-right {
    background-image: url("../images/common/rating/img_arrow_right.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx");
    background-position: 1px 2px;
    background-repeat: no-repeat;
}

#alv .alv-detail-note .alv-rating-note .alv-arrow-left {
    background-image: url("../images/common/rating/img_arrow_left.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx");
    background-position: 41px 2px;
    background-repeat: no-repeat;
}

#alv .alv-sovereing-note .alv-rating-note .alv-arrow-right {
    background-image: url("../images/common/rating/img_arrow_right_small.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx");
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

#alv .alv-sovereing-note .alv-rating-note .alv-arrow-left {
    background-image: url("../images/common/rating/img_arrow_left_small.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx");
    background-position: 33px 10px;
    background-repeat: no-repeat;
}


/***********************************************************************************
 * Section: Rating Graduation
 ***********************************************************************************/

#alv .alv-rating-graduation {
    height: 24px;
    background-image: -moz-linear-gradient(left, #ECECEC, #AAAAAA);
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #ECECEC),color-stop(1, #AAAAAA));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#AAAAAA');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#AAAAAA')";
}
/*
#alv .alv-rating-graduation-investment {
	height:24px;
	background-image: -moz-linear-gradient(left, #ECECEC, #D6D6D6);
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #ECECEC),color-stop(1, #D6D6D6)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#D6D6D6'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#D6D6D6')"; 
}

#alv .alv-rating-graduation-non-investment {
	height:24px;
	background-image: -moz-linear-gradient(left, #D6D6D6, #AAAAAA); 
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #D6D6D6),color-stop(1, #AAAAAA)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#D6D6D6', endColorstr='#AAAAAA'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#D6D6D6', endColorstr='#AAAAAA')";
}*/

#alv .alv-rating-graduation-investment {
    height: 24px;
    background-image: url('../images/common/rating/notes_left_gradient.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
    /*background-image: -moz-linear-gradient(left, #ECECEC, #D6D6D6);
         background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #ECECEC),color-stop(1, #D6D6D6)); 
         filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#D6D6D6'); 
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ECECEC', endColorstr='#D6D6D6')"; */
}

#alv .alv-rating-graduation-non-investment {
    height: 24px;
    background-image: url('../images/common/rating/notes_right_gradient.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
    /*background-image: -moz-linear-gradient(left, #D6D6D6, #AAAAAA); 
         background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #D6D6D6),color-stop(1, #AAAAAA)); 
         filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#D6D6D6', endColorstr='#AAAAAA'); 
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#D6D6D6', endColorstr='#AAAAAA')";*/
}

#alv .alv-pdf .alv-rating-graduation-investment {
    height: 24px;
    background-image: url('../images/common/rating/notes_left_gradient_pdf.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

#alv .alv-pdf .alv-rating-graduation-non-investment {
    height: 24px;
    background-image: url('../images/common/rating/notes_right_gradient_pdf.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

#alv .alv-pdf .alv-rating-graduation-outlook {
    margin-top: 20px;
}

#alv .alv-rating-graduation-investment-header,
#alv .alv-rating-graduation-non-investment-header {
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

#alv .alv-rating-graduation-note {
    height: 24px;
    line-height: 24px;
}

#alv .alv-rating-graduation-note-selected {
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: -5px;
}


/***********************************************************************************
 * Section: Rating Details
 ***********************************************************************************/

#alv .alv-popup-note .alv-rating-detail-note {
    line-height: 35px;
    width: 48px;
}

    #alv .alv-popup-note .alv-rating-detail-note .alv-note {
        line-height: 12px;
        border-top: 2px solid #000000;
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
    }

    #alv .alv-popup-note .alv-rating-detail-note .alv-note-bottom {
        line-height: 12px;
        border: 2px solid #000000;
    }

    #alv .alv-popup-note .alv-rating-detail-note .alv-note-bottom-after-selected {
        line-height: 12px;
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    #alv .alv-popup-note .alv-rating-detail-note .alv-note-selected {
        line-height: 12px;
        background-color: #FFABAB;
        border: 2px solid #FF0000;
    }

    #alv .alv-popup-note .alv-rating-detail-note .alv-note-after-selected {
        line-height: 12px;
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
    }

#alv .alv-popup-note .alv-rating-border {
    border-style: solid;
    border-width: 5px;
}


/***********************************************************************************
 * Section: Rating TopsInformations
 ***********************************************************************************/

#alv .ratingTopInformation {
    border: 1px solid #BFBFBF;
    background: #FFF;
    -moz-box-shadow: 0 0 4px 4px #BFBFBF;
    -webkit-box-shadow: 0 0 4px 4px #BFBFBF;
    box-shadow: 0 0 4px 4px #BFBFBF;
}

    #alv .ratingTopInformation .border-right-top a,
    #alv .ratingTopInformation .border-right-top a:hover {
        color: White;
    }

    #alv .ratingTopInformation .border-right-top {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-style: solid;
        border-width: 35px 0 0 45px;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #alv .ratingTopInformation .takenOver .takenOverImg {
        position: absolute;
        background-image: url("../images/common/rating/croix.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx");
        background-position: left top;
        background-repeat: no-repeat;
        height: 24px;
        width: 48px;
        opacity: 0.75;
    }

    #alv .ratingTopInformation .takenOver .takenOverNote {
        width: 48px;
        text-align: center;
    }


/***********************************************************************************
 * Section: MoreData On Moregraphics
 ***********************************************************************************/

#alv .alv-chart-bar,
#alv .alv-chart-line,
#alv .alv-chart-plot {
    background: url('../images/common/img_charts.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
    display: inline-block;
    height: 30px;
    width: 28px;
}

#alv .alv-chart-bar {
    background-position: left -31px;
}

#alv .alv-chart-plot {
    background-position: left -64px;
}


/***********************************************************************************
 * Section: PDF
 ***********************************************************************************/

#alv .alv-pdf-ticker {
    background: url('../images/common/arrow-pdf-ticker.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat;
    display: inline-block;
    height: 13px;
    width: 13px;
}

/***********************************************************************************
 * Section: Chat
 ***********************************************************************************/

#alv .alv-chat-message {
    border-bottom: solid;
    border-bottom-width:1px;
    padding: 5px 0px;
}

#alv .alv-chat-message-unread {
    background-color: #FDE3F0;
}

#alv .alv-chat-message-filter {
    display: none;
}

#alv .alv-chat-message-text,
.alv-chat-message-text {
    line-height: 17px;
    color: rgba(0,0,0,.7);
    text-align: justify;
}

/*#6458 Empêcher un lien trop long de casser le rendu dans la tooltip*/
#WzBoDyI .alv-chat-message-text a {
    display: inline-block;
    width: 385px;
}

#alv .alv-chat-message-domain {
    display: inline-block;
    color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 5px;
}

#alv .alv-chat-message-domain-opinion {
    vertical-align: top;
    padding-left: 5px;
    font-weight: bold;
}

#alv .alv-chat-message-domain-opinion-buy {
    color: #2DB300;
}

#alv .alv-chat-message-domain-opinion-add {
    color: #92D050;
}

#alv .alv-chat-message-domain-opinion-reduce {
    color: #FF6ED2;
}

#alv .alv-chat-message-domain-opinion-sell {
    color: #FF0000;
}

#alv .alv-chat-message-domain-opinion-overweight {
    color: #A9D18E;
}

#alv .alv-chat-message-domain-opinion-underweight {
    color: #FF7575;
}

#alv .alv-chat-message-domain:hover {
    color: #FFFFFF;
}

#alv .alv-chat-message-user-state {
    top: -4px;
    padding-left: 6px;
}

#alv .alv-chat-message-keyword {
    display: inline-block;
    color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 5px;
}


#alv .alv-chat-container .alv-state-selected {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: -1px;
    background-color: #FFFFFF;
}

#alv .alv-chat-container .alv-tab-menu {
    margin-right: 10px;
    margin-bottom: -4px;
    background-color: #FFFFFF;
}

#alv .alv-chat-container .alv-tbctn {
    margin-right: 10px;
}

#alv .alv-chat-container .alv-menu-tb5 .alv-state-normal,
#alv .alv-chat-container .alv-menu-tb5 .alv-state-hover {
    margin-bottom: 0;
}

/* Pour avoir un padding plus important au niveau des onglets*/
#alv .alv-chat-container .alv-menu-tb5 .alv-menu-item {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 4px;
}

#alv .alv-chat-container .alv-chat-message img[data-chat-talk-importance] {
    height: 20px;
}

#alv .alv-chat-container .alv-tab-item, #alv .alv-chat-container .alv-tab-item img {
    height: 17px;
}

#alv .alv-chat-container span[data-chat-talks-important-unread] {
    vertical-align: top;
}
/***********************************************************************************
 * Section: Chat Button
 ***********************************************************************************/
#alv .alv-chat-button-find {
    cursor: pointer;
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 65px;
    height: 22px;
}

#alv .alv-chat-button-send,
#alv .alv-chat-button-reload {
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
    background: #6A8735;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 150px;
    padding: 5px 0px;
}

#alv .alv-chat-button-clipboard {
    cursor: pointer;
}

/***********************************************************************************
 * Section: Chat Setting
 ***********************************************************************************/

#alv .alv-chat-setting {
    position: relative;
    width: 100%;
    line-height: 24px;
}

#alv .alv-chat-setting .label {
    font-weight: bold;
    line-height: 20px;
}

#alv .alv-chat-setting table {
    width: 100%;
    margin: 0px;
}

#alv .alv-chat-.setting table tr td:first-child {
    width: 70px;
}

/***********************************************************************************
 * Section: Chat Pagination
 ***********************************************************************************/

#alv .alv-chat-pager {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

#alv a.alv-chat-pager,
#alv a.alv-chat-pager:visited {
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    text-decoration: none;
    margin: 0px 2px 0px 2px;
}

#alv a.alv-chat-pager:hover {
    border-width: 1px;
    border-style: solid;
}

#alv a.alv-chat-pager-currentpage {
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    text-decoration: none;
    color: White;
    margin: 0px 2px 0px 2px;
}

#alv a.alv-chat-pager-currentpage:hover {
    color: White;
}

 #alv .alv-chat-pager-disabled {
    border: none;
    padding: 4px;
}

.promote_text {
    background-color: #E9F9E5;
    color: #3F9319;
    border: 1px solid #CEF0C7;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    width: 100%;
}

.promote_text a {
    color: #3F9319;
    text-align: left;
}

.header-container {
    position:relative;
    width:100%;
    height:95px;
}

.header-logo {
    position:absolute;
    top:0;
    left:10px;
}

.header-info {
    position: absolute;
    top:10px;
    left: 200px;
    width: 370px;
    height: 80px;
}

.header-search {
    position: absolute;
    right: 15px;
    top: 23px;
    width:370px;
}

/***********************************************************************************
 * Section: Scroll To Top & Bottom
 ***********************************************************************************/

.scrollToTop, .scrollToBottom {
    width: 50px;
    height: 49px;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: 510px;
    display: none;
}

.scrollToTop {
    background: url('../images/arrow_up.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat 0px 0px;
}

.scrollToBottom {
    background: url('../images/arrow_down.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat 0px 0px;
}

@media screen and (max-width: 1170px) {
    .scrollToTop, .scrollToBottom {
        opacity: 0.5;
        right: 40px;
        left: inherit;
        margin-left: inherit;
    }
}

.scrollToTop:hover, .scrollToBottom:hover {
    text-decoration: none;
}

/***********************************************************************************
 * Section: Pros & Cons
 ***********************************************************************************/

#alv .prosAndCons_container {
    width: 100%;
    padding: 10px 0;
}

#alv .prosAndCons_item {
    float: left;
}

#alv .prosAndCons_bull {
    width: 47%;
    padding: 0 2% 0 5px;
}

#alv .prosAndCons_bear {
    width: 49%;
    padding: 0 5px 0 0;
}

#alv #prosAndConsReportPdf .prosAndCons_bull {
    width: 48%;
    padding: 0 2% 0 0;
}

#alv #prosAndConsReportPdf .prosAndCons_bear {
    width: 50%;
    padding: 0 0 0 0;
}

#alv .prosAndCons_item img {
    position: relative;
    top: 4px;
    padding-right: 4px;
}


#alv .prosAndCons_item ul {
    margin: 5px 0 0 20px
}

#alv .prosAndCons_item li {
    padding-bottom: 5px;
    text-align: justify;
}

#alv .prosAndCons_item.prosAndCons_bull li {
    list-style: url('../images/common/bull_small.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

#alv .prosAndCons_item.prosAndCons_bear li {
    list-style: url('../images/common/bear_small.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#alv .prosAndCons_container_pdf {
    width: 100%;
    padding: 10px 0px 0px 0px;
}

#alv .prosAndCons_item_pdf {
    float: left;
}

    #alv .prosAndCons_item_pdf ul {
        margin: 5px 0 0 30px
    }

    #alv .prosAndCons_item_pdf li {
        padding: 0px 0px 15px 10px;
        text-align: justify;
    }

    #alv .prosAndCons_item_pdf li {
        list-style: url('../images/common/puce-rectangle.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
    }

/***********************************************************************************
 * Section: Page Reco
 ***********************************************************************************/

#alv .recoTable {
    width: 670px;
    margin-left: 5px;
    text-align: center;
    font-family: Calibri,Arial,Helvetica,sans-serif;
}

#alv .recoTable th {
    height: 32px;
    text-align: center;
    background-color: #808080;
    color: #FFF;
}

#alv .recoTable td {
    height: 20px;
    color: #000;
}

#alv .recoTable .selected {
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
}

#alv .recoTable .start {
	border-top-style: solid;
    border-top-width: 3px;
}

#alv .recoTable .end {
	border-bottom-style: solid;
    border-bottom-width: 3px;
}

/***********************************************************************************
 * Section: Helper FValEssentials    
 ***********************************************************************************/

/*#alv .fvalessentials-table td:nth-of-type(1) {
    width: 20%;
}*/

/*#alv .fvalessentials-table th:nth-of-type(1),
#alv .fvalessentials-table td:nth-of-type(1) {
    text-align: left;
    padding-left: 5px;
}

#alv .fvalessentials-table th:not(:first-child),
#alv .fvalessentials-table td:not(:first-child) {
    text-align: center;
    width: 100px;
}*/

#alv .fvalessentials-table {
    width: 100%;
}

#alv .fvalessentials-table th {
    background-color: #808080;
    color: #FFF;
    line-height: 18px;
    padding: 3px 5px;
}

#alv .fvalessentials-table td {
    line-height: 24px;
    width: 100px;
}

#alv .fvalessentials-table-name {
    text-align: left;
    padding-left: 5px;
    white-space: nowrap;
}

#alv .fvalessentials-table-value {
    text-align: center;
}

#alv .fvalessentials-table-tr-even {
    background: #EFF0F1;
}


#alv .input-radio-alphablunt-only {
    color: black;
    cursor: pointer;
}

#alv .input-checkbox-esg-only,
#alv .input-radio-esg-only {
    color: black;
    cursor: pointer;
}
    #alv .input-checkbox-esg-only label {
        padding-left: 16px;
    }

    #alv .input-checkbox-esg-only input[type=checkbox] {
        -moz-box-shadow: 0 0 2px Black;
        -webkit-box-shadow: 0 0 2px Black;
        box-shadow: 0 0 2px Black;
        position: absolute;
    }

/***********************************************************************************
 * Section: Alpha Blunt
 ***********************************************************************************/

:root {
    --alphablunt-color: #FDE3F0;
}

#alv .alv-alphablunt-home-publication, #alv .alv-alphablunt-home-strategy {
    background-color: var(--alphablunt-color);
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
}

#alv .alv-alphablunt-label {
    background-color: var(--color1);
    font-size: 11px;
    color: white !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 5px;
}

#alv .alv-alphablunt-row {
    background-color: var(--alphablunt-color) !important;
}

#alv tr.alv-alphablunt-sustainability-row {
    background-color: var(--alphablunt-color) !important;
}

    #alv tr.alv-alphablunt-sustainability-row td {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

#alv tr.alv-alphablunt-companyupdates-row {
    background-color: var(--alphablunt-color) !important;    
}

    #alv tr.alv-alphablunt-companyupdates-row td {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

/***********************************************************************************
 * Section: PDF
 ***********************************************************************************/

.show-for-latestPdf,
.show-for-publicationPdf,
.show-for-longPdf {
    display: none;
}

#LatestPDF .show-for-latestPdf,
#PublicationPDF .show-for-publicationPdf,
#LongPDF .show-for-longPdf {
    display: inherit;
}
/***********************************************************************************
 * Section: D�finition des badges
 ***********************************************************************************/
.badge {
    /* Resize the badge */
    margin-left: 6px;
    padding: 0px 5px;

    /* Center the content */
    align-items: center;
    /*display: flex;*/
    /*display: inline-block;*/
    justify-content: center;

    /* Colors */
    background-color: white;
    color: black;

    /* Rounded border */
    border-radius: 9999px;
    /*height: 1.5rem;*/
    /*width: 1.5rem;*/
}

#Main .badge {
    /* Resize the badge */
    margin-left: 6px;
    padding: 0px 5px;

    /* Center the content */
    align-items: center;
    /*display: flex;*/
    /*display: inline-block;*/
    justify-content: center;

    /* Colors */
    background-color: red;
    color: white;

    /* Rounded border */
    border-radius: 9999px;
    /*height: 1.5rem;*/
    /*width: 1.5rem;*/
}

.menu-is-open .badge {
    background-color: black;
    color: white;
}
/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */
 
 
*
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
li
{
	position: relative;
}
a
{
	text-decoration: none;
	outline: none;
	color: Black;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
}
/* Classes generiques */
.right
{
	float: right; 
}
.left
{
	float: left;
}
.clear
{
	clear: both !important;
	*clear: inherit !important;
	border: none !important;
	height: 0px !important;
	width: auto !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display: block !important;
	font-size: 0.01em !important;
}

/* Alert Message noscript */

#noscript
{
	background: #FCF9BA;
	color: #331A00;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #331A00;
	font-size: 0.71em;
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding: 5px;
}

/* CSS Main */

th.TypeE {
    color: #696A6D !important;
}

.headTable th {
    background: #FFF;
}

.paire td, .paire th {
    background: url(../images/common/bg_td-paire.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x #EFF0F1;
    background-image: none;
    height: 20px;
}

    .alv-grs td.TypeE, .paire td.TypeE {
        background: #E0E2E4;
    }

.impaire td, .impaire th {
    height: 20px;
    background: #FFF;
}

    .alv-gars td.TypeE, .impaire td.TypeE {
        background: #F3F4F5;
    }

    .impaire td.dark, .impaire th.dark {
        background-color: #F3F4F5 !important;
        height: 20px !important;
    }

.paire td.dark, .paire th.dark {
    background-color: #E0E2E4 !important;
    height: 20px !important;
}

th.dark {
    color: #696A6D !important;
}

td.light {
    color: #909297 !important;
}

.impaire td.pink, .impaire th.pink {
    background-color: #FFF !important;
    height: 20px !important;
    font-weight: bold !important;
}

.paire td.pink, .paire th.pink {
    background-color: #FFF !important;
    height: 20px !important;
    font-weight: bold !important;
}

th.pink {
    background-color: #FFF !important;
    font-weight: bold !important;
    font-size: 0.7em !important;
}


tr.hover {
    background: transparent;
}

tr.impaire.hover td, tr.paire.hover td, tr.paire.hover th, tr.impaire.hover th {
    background: #E4E7E9 !important;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.paddinright {
    padding-right: 50px !important;
}

.pubpaddinright {
    padding-right: 20px !important;
}

th.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center !important;
    padding: 0 !important;
}

.floatleft {
    float: left !important;
}

.up {
    color: #2DB300;
}

    .up span {
        color: Black;
        font-weight: bold;
    }

.down {
    color: #FF0000;
}

    .down span {
        color: Black;
        font-weight: bold;
    }

.blur {
    background: #A7A9AD !important;
    color: #FFF !important;
    border: 1px solid #A7A9AD !important;
}

a.jScrollArrowUp {
    background: url(../images/small_arrow_up.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 0 0;
    position: absolute !important;
}

    a.jScrollArrowUp:hover {
        background-position: 0 -15px;
    }

a.jScrollArrowDown {
    background: url(../images/small_arrow_down.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 0 0;
    position: absolute !important;
}

    a.jScrollArrowDown:hover {
        background-position: 0 -15px;
    }

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}

.jScrollPaneTrack {
    background: url(../images/bg_scroll_bar.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}


.Bloc .Data table {
    width: 100%;
}

    .Bloc .Data table th {
        text-align: center;
        padding: 0 4px;
        font-size: 0.71em;
        vertical-align: middle;
        height: 20px;
    }

        .Bloc .Data table th a {
            color: #000;
        }


    .Bloc .Data table td {
        padding: 0 4px;
        font-size: 0.71em;
        height: 20px;
        text-align: left;
    }

        .Bloc .Data table td.tableNumeric {
            text-align: right;
        }

        .Bloc .Data table td.HoverMe {
            cursor: pointer;
        }

            .Bloc .Data table td.HoverMe span.hovered {
                color: #A7A9AD;
            }

        .Bloc .Data table td.hovered {
            color: #A7A9AD;
        }

.HoverMe.hovered {
    color: #A7A9AD !important;
}

.hovered {
    cursor: pointer !important;
}

.Bloc .Data table td img {
}

.Bloc .Data .Colonne {
    width: 50%;
    text-align: center !important;
}


.Company {
    font-weight: bold !important;
}

.PricipalColorLinkSite:hover,
.Company a.hovered {
    cursor: pointer !important;
    color: #A7A9AD !important;
}

/* Barres de notation */
.marketcap {
    clear: both;
    width: 120px;
    height: 10px;
    vertical-align: middle;
    float: left;
}

    .marketcap div {
        float: left;
        height: 10px;
    }

    .marketcap .buy {
        background: #2AA900;
    }

    .marketcap .sell {
        background: #F43737;
    }

.notation {
    clear: both;
    width: 120px;
    height: 10px;
    vertical-align: middle;
    float: right;
}

    .notation div {
        float: left;
        height: 10px;
    }

    .notation .buy {
        background: #2AA900;
    }

    .notation .add {
        background: #99FF33;
    }

    .notation .reduce {
        background: #FF99FF;
    }

    .notation .sell {
        background: #F43737;
    }

th.buy {
    background: #2AA900;
    padding-left: 10px;
    color: White !important;
}

th.add {
    background: #99FF33;
    padding-left: 10px;
}

th.reduce {
    background: #FF99FF;
    padding-left: 10px;
}

th.sell {
    background: #F43737;
    padding-left: 10px;
    color: White !important;
}

.sectorName {
    font-weight: bold;
    text-transform: uppercase;
}

/* Mise en page */
#Interne h3 {
    margin-left: 3px;
}

/* Mise en page */
#PdfInterne h3 {
    margin-left: 3px;
}


#Copyrights {
    background-color: White;
    font-size: 0.61em;
    padding: 10px;
    color: #808080;
}

/* Indique qu'un contenu est disponbile au survol de la souris*/
/*.HoverMeNotesComments
{
	color : White;
	border-color: #0066FF;
	border-bottom-style: solid;
}*/
.HoverMeComments {
    border-color: #0066FF;
    border-bottom-style: solid;
}

.HoverMeNotes {
    color: White;
    cursor: pointer;
}

    .HoverMeNotes.hover {
        background-color: #F8B6D6;
        cursor: pointer;
    }
/* Permet de cacher un �l�ment */
.hide {
    display: none;
}

/* Curseur sous forme de pointer */
.Pointer {
    cursor: pointer;
}

/* Diff�rents Cursor de la souris. Ne fonctionne pas sous IE*/
.CursorZoom {
    cursor: url(../images/common/zoom.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx), default;
}

/* AutoComplete flyout */
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: window;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 110;
}

#alv .autocomplete_completionListElement li, .autocomplete_completionListElement li {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
}

/* on diminue la font de 1px pour �viter que les �l�ments sur 1 ligne passe sur 2 lignes car les �l�ments selectionn�s sont en gras */
#alv .autocomplete_completionListElement li.autocomplete_highlightedListItem, .autocomplete_completionListElement li.autocomplete_highlightedListItem {
    font-size: 15px;
}

#alv .autocomplete_listItem, .autocomplete_listItem {
    background-color: White;
    font-weight: normal;
}

#alv .autocomplete_listItem.grs, .autocomplete_listItem.grs, #alv .autocomplete_highlightedListItem.grs, .autocomplete_highlightedListItem.grs {
    background-color: #F7F7F7;
}

#alv .autocomplete_highlightedListItem, .autocomplete_highlightedListItem {
    font-weight: bold;
}

#alv .autocomplete_highlightedListItem, .autocomplete_highlightedListItem, #alv .autocomplete_highlightedListItem.grs, .autocomplete_highlightedListItem.grs {
    background-color: #B8CCD7;
}

/* D�finit un bouton */
.spanButton {
    background: transparent url(../images/common/bg_DisplayTable_a.gif) no-repeat scroll left top;
    display: block;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 112px;
    font-size: 11px;
    padding-top: 4px;
    color: #7A7C81;
}
    .spanButton.active {
        background: #FFF;
        font-weight: bold;
        background: url(../images/common/bg_DisplayTable_a_active.gif) top left no-repeat;
    }

/* Petit titre */
.smallTitle {
    font-family: Arial Narrow;
    font-size: 15px;
    font-weight: bold;
}

.shortText {
    overflow-y: hidden;
}

#alv .shortText-background {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) -20%,#FFF 75%) no-repeat rgba(255,255,255,0);
    pointer-events: none;
}

#alv .shortText-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

#alv table.rbBaader input {
    margin-right: 4px;
}

#google_translate_element {
    position:relative;
    top:18px;
    left:70px;
}

#google_translate_element_corporate {
    position:relative;
    display:inline-block;
    left:40px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*
* Style relatif au composant highcharts
*/

/*.highcharts-navigator-mask-outside {
    fill: none;
}*/



/***********************************************************************************
 Section graphique Opinion  (PieSeries) et Momentum (PlotBands)  

 Pour chaque couleur nous avons 2 s�lecteurs css.
    Un classique .opinion-chart .opinion-buy-serie-color
    Un second avec l'index du couleur highcharts .highcharts-color-10
    
    On utilise le second s�lecteur. Le rendu obtenu via le s�lecteur classique est incomplet.
    Exemple sur PieSeries avec les opinions, la couleur de l'opinion ne s'applique pas sur le connecteur situ�  (highcharts-data-label-connector) entre le lib�ll� et la portion
    Le connecteur reprend les couleurs par d�faut dans highcharts � savoir dans l'ordre .highcharts-color-1, .highcharts-color-2, etc ...

    select new PieSeriesData() {
        //ClassName = string.Format("opinion-{0}-serie-color", opinion.OpinionLabel.ToLower()),
       ColorIndex = opinionColors[opinion.OpinionIId],
     }
 ***********************************************************************************/

.opinion-chart .highcharts-data-label,
.momentum-chart .highcharts-data-label {
    font-size: 0.85em !important;
}

.opinion-chart .highcharts-color-10,
.opinion-chart .opinion-buy-serie-color,
.momentum-chart .highcharts-color-10,
.momentum-chart .momentum-strong-serie-color {
    fill: #2AA900;
    stroke: #2AA900;
}

.opinion-chart .highcharts-color-11,
.opinion-chart .opinion-add-serie-color,
.momentum-chart .highcharts-color-11,
.momentum-chart .momentum-good-serie-color {
    fill: #99FF33;
    stroke: #99FF33;
}

.opinion-chart .highcharts-color-12,
.opinion-chart .opinion-reduce-serie-color,
.momentum-chart .highcharts-color-12,
.momentum-chart .momentum-unfavorable-serie-color {
    fill: #FF99FF;
    stroke: #FF99FF;
}

.opinion-chart .highcharts-color-13,
.opinion-chart .opinion-sell-serie-color,
.momentum-chart .highcharts-color-13,
.momentum-chart .momentum-negative-serie-color {
    fill: #F43737;
    stroke: #F43737;
}

.opinion-chart .highcharts-color-14,
.opinion-chart .opinion-call-option-serie-color {
    fill: #000000;
    stroke: #000000;
}

.momentum-chart .momentum-strong-plot-band-color {
    fill: #CBECC8;
    fill-opacity: 1;
    background-color: #CBECC8;
}

.momentum-chart .momentum-good-plot-band-color {
    fill: #E2F2E1;
    fill-opacity: 1;
    background-color: #E2F2E1;
}

.momentum-chart .momentum-unfavorable-plot-band-color {
    fill: #F3DDE1;
    fill-opacity: 1;
    background-color: #F3DDE1;
}

.momentum-chart .momentum-negative-plot-band-color {
    fill: #EEBDC5;
    fill-opacity: 1;
    background-color: #EEBDC5;
}


/***********************************************************************************
 * Section L�gende
 ***********************************************************************************/

.momentum-chart .legend {
    display: inline-block;
    padding: 2px 5px;
    width: 30px;
    height: 10px;
}

.performance-chart {
    padding: 10px;
}

.performance-chart .legend, .chart-legend {
    width: 15px;
    height: 2.5px;
    display: inline-block;
    border-top-width: 5px;
    border-top-style: solid;
}


/***********************************************************************************
 * Section divers
 ***********************************************************************************/

.highcharts-hidden-text text {
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
ul#Navigation {
	margin: 0;
	padding: 0 6px 10px 0;
	list-style: none;
	background: #F0F1F2;
	font-size: 0.688em;
	width: 189px;
	overflow: hidden;
}
ul#Navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #EBECEE;
	padding: 1px 0;
	overflow: hidden;
	width: 189px;
	background-image:  none;
}
ul#Navigation li.start, ul#Navigation li.fstart {
	background-image: none;
	text-align: right;
	font-style: italic;
	color: #909297;
	padding: 1px 0 0 0;
}
ul#Navigation li.start {
	border-top: 1px solid #A7A9AD;
}
ul#Navigation li a {
	color: #909297;
	font-weight: bold;
	display: block;
	padding: 1px 0 0 5px;
	/padding-top: 0px;
	outline: none;
	text-decoration: none;
	width: 87%;
	float:left;
}
ul#Navigation li a.plus {
	background: url('../images/navigation/plus.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat 3px 4px;
	width: 10%;
	padding-left: 0px;
	float:left;
}
ul#Navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul#Navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
	padding: 1px 0 1px 10px;
	/padding-top: 0px;
}
ul#Navigation ul li a {
	background: none;
	padding: 0;
	margin: 0;
}
ul#Navigation li.hover {
	background-color: #F9F9FA;
}
ul#Navigation li.hover a {
	color: #616363;
}
ul#Navigation li.on {
	background-color: #FFF;
}
ul#Navigation li.on a.plus {
	cursor: default;
}
ul#Navigation li.on ul li.hover {
	background: #E8E9EA;
}
ul#Navigation li.on ul li a {
	background: none;
}
ul#Navigation li.on ul li.hover a {
	font-weight: normal;
	color: #000;
}
ul#Navigation li.on ul.on {
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
	background: #E8E9EA;
}
ul#Navigation li.on ul.on li {
	background: #E8E9EA;
	border-bottom: 1px solid #FFF;
}
ul#Navigation li.on ul.on li.on {
	background: #FFFFFF !important;
	border-bottom: 1px solid #FFF;
}
ul#Navigation li.on ul.on li a {
	font-weight: normal;
	color: #000;
	width: 95%
}
ul#Navigation li.on ul.on li.hover {
	background: #F9F9FA !important;
	color: #616363;
}
ul.CountryMenu{
	top: 150px;
}
ul.CountryMenu li a{
	padding-left: 22px !important;
}

#Navigation2 {
	margin: 0 5px 0 0;
	padding: 0px 6px 0 0;
	list-style: none;
	font-size: 0.688em;
	width: 175px;	
}
#Navigation2 h2 {
	color: #6B6D72;
	text-transform: uppercase;
	font-size: 2em;
	margin: -35px 0 10px 20px;
	/*position: absolute;*/
	width: 850px;
	/*z-index: 90;*/
	top: 4px;
}
#Navigation2 ul, #Navigation2 ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#Navigation2 select{
	margin: 20px 10px 0 10px;
	background-color:transparent;
	border-color: transparent;
	color:#BCBCBC;
	width: 130px;
	font-size: 1.2em;
}

#Navigation2 ul
{
	margin: 25px 10px 0 10px;
	width: 145px;
}

#Navigation2 ul ul
{
	margin: 0 0 0 0px;
}
#Navigation2 ul li
{
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #D9DBDD;
	padding: 5px 0 5px 5px;
}
#Navigation2 ul li a,
#Navigation2 ul li span
{
	color: #909297;
	font-weight: bold;
}
#Navigation2 ul li.disabled{
	font-weight: bold;
}
#Navigation2 ul ul li
{
	border: 0 none;
	padding: 5px 0 5px 0px;
}
#Navigation2 ul ul li a
{
	font-weight: normal;
	background: url(../images/navigation/arrow_li-nav2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left;
	padding: 5px 0 5px 10px;
}
#Navigation2 ul ul li.on a
{
	font-weight: bold;
	background: url(../images/navigation/arrow_li-nav2-active.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat left;
	padding: 5px 0 5px 10px;
}
#Navigation2 li.hover
{
	background-color: #F9F9FA;
}
#Navigation2 li.disabled
{
	background-color: Transparent;
	cursor: default;
}
#Navigation2 li.hover a
{
	color: #616363;
}
#Navigation2 li.hover li a
{
	color: #616363;
}
#Navigation2 li.on
{
	background: #FFF;
}
#Navigation2 li.on ul li a
{
	color: #909297;
}
#Navigation2 li.on ul li.on a
{
	font-weight: bold;
}
#Navigation2 li.on ul li a
{
	color: #909297;
}


/* Arri�re plan du Popup */
.PopupBackground 
{	
	top:0px;
	left:0px;
	opacity: 0.75;	
	position:absolute;	
	background:#2A2A2A; 
	filter: alpha(opacity=75);
	z-index: 160;
}

/* Permet de centrer le Popup */
.PopupCenter 
{
	position: absolute; 
	top: 0px;
	width:100%;
	z-index: 161;
}

/* Contour du Popup */
.PopupWindow
{
	background: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align: left;	
}

.Popup
{
	background: #ffffff;
	position: relative;
	height: 100%;
	clear: both;
	border: none;
}

.Popup .close
{
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	z-index: 9;
}
.Popup h1
{
	border-left: 4px solid #272727;
	margin: 0 0 0 30px;
	padding: 45px 0 0 5px !important;
	position: relative;
	font-size: 1.27em !important;
	text-transform: uppercase;
}
.Popup input.text
{
	border: 1px solid #A7A9AD;
	background: #FFF;
	padding: 3px;
}
.Popup form.login
{
	margin: 30px 30px 0px 30px;
	padding: 0;
	border: 0 none;
}
.Popup form fieldset
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.Popup .label
{
	float: left;
	clear: left;
	height: 25px;
	margin: 0 0 10px 0;
}

.Popup .blur
{
	background: #A7A9AD;
	color: #FFF;
}
.Popup .ok
{
	margin: 0px 100px 0pt 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.Popup .options {
	width: 530px;
	position: relative;
	height: 20px;
	padding: 25px 0px 0px 15px;
}



/* Popup password */
#Password.Popup div.label
{
	width: 370px;
}
#Password.Popup label
{
	width: 200px;
	float: left;
	font-weight: bold;
}
#Password.Popup input.text
{
	width: 140px;
}
#Password.Popup .Valide
{
	float: right;
}

/* Popup Concept */

#Concept.Popup
{

}

/**/
#Concept.Popup .bloc
{
	background-color: #F3F3F3;
    float: left;
	height: 430px;
    margin: 1%;
	padding: 1%;
	width: 46%;
}
#Concept.Popup .small-bloc {
	background-color: #F3F3F3;
	float: left;
	height: 196px;
	margin: 1%;
	padding: 1%;
	width: 46%;
}
#Concept.Popup .bloc h2,
#Concept.Popup .small-bloc h2
{
	margin: 0 5px 5px 0;
}
#Concept.Popup .bloc.bc,
#Concept.Popup .small-bloc.bc
{
	margin: 10px 0 0 30px;
}
#Concept.Popup .bloc.isc,
#Concept.Popup .small-bloc.isc
{
	margin: 10px 0 0 10px;
}
#Concept.Popup .bloc.st,
#Concept.Popup .small-bloc.st
{
	margin: 10px 0 0 10px;
}
#Concept.Popup ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
    float: left;	
}
#Concept.Popup ul li
{
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	list-style: none;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	display: flex;
	flex-flow: row;
	align-items: center;
}
#Concept.Popup ul li label {
	cursor: pointer;
	font-weight: bold;
	padding-left: 5px;
}
#Concept.Popup ul li a
{
	color: #000 !important;
	text-decoration: none;
}
#Concept.Popup ul li.hover {
	background-color: #FFF;
}
#Concept.Popup ul li.active label,
#Concept.Popup ul li.active.hover label,
#Concept.Popup ul li.hover label
{
	color: #FFF !important;
	font-weight: bold !important;
}
#Concept.Popup ul li.active a
{
	color: #FFF !important;
}
#Concept.Popup ul li span {
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 15px;
}
#Concept.Popup ul li span.happy {
	background-image: url(../images/popup/picto_happy.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}
#Concept.Popup ul li span.angry {
	background-image: url(../images/popup/picto_angry.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}
#Concept.Popup ul li input
{
	display: none;
}
#ConceptHelp
{
	width: 800px;
	margin: 10px 0 0  10px;
}
#Concept.Popup h1{
	width: 300px;
}
#Concept.Popup .options #PopUpSelectAll {
	float: left;
	width: 200px;
}
#Concept.Popup .options .legend {
	float: left;
	width: 200px;
	margin-top: -15px;
}
#Concept.Popup .options .legend ul {
	width: 170px;
}
#Concept.Popup .options .legend ul li,
#Concept.Popup .options .legend ul li span {
	cursor: default;
	background-color: Transparent !important;
}
#Concept.Popup .options .legend label {
	cursor: default;
	color: #000 !important;
}
#Concept.Popup .options .option {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	margin-top: auto;
	width: 100px;
}
#Concept.Popup .option div,
#alv-popup-window .Popup .alv-options .alv-option {
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	padding: 0 5px;
}
#Concept.Popup .option div.on {
	color: #FFF;
	margin-bottom: 2px;
}
#Concept.Popup .option div.on a {
	color: #FFF;
}

#Concept.Popup .option div.off,
#alv-popup-window .Popup .alv-options .alv-option {
	background: transparent;
    border-style:solid;
    border-width:1px;
	cursor: pointer;
}

/* popup europe */

#Europe.Popup
{
}
#Europe.Popup.europe
{
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0 0 0 10px;
}
#Europe.Popup.ok
{
	position: absolute !important;
	bottom: 20px !important;
	left: 30px !important;
}
#Europe.Popup ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 190px;
	height: 350px;
	background: url(../images/popup/bg_ul.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) bottom left repeat;
}
#Europe.Popup ul li
{
	background-image: none;
	background-color: #F3F3F3;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	border-bottom: 1px solid #FFF;
	list-style: none;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}
#Europe.Popup ul li label
{
	cursor: pointer;
	font-weight: bold;
}
#Europe.Popup ul li a
{
	color: #000 !important;
	text-decoration: none;
}
#Europe.Popup ul li.active
{
	color: #FFF !important;
	font-weight: bold;
}
#Europe.Popup ul li.hover
{
	background-color: #FFF;
	font-weight: bold !important;
}
#Europe.Popup ul li.hover label
{
	font-weight: bold !important;
}
#Europe.Popup ul li.active label
{
	font-weight: bold !important;
	color: #FFF !important;
}
/*#Europe.Popup ul li.active a
{
	color: #FFF !important;
}*/
#Europe.Popup ul li.happy
{
	background-image: url(../images/popup/picto_happy.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}
#Europe.Popup ul li.angry
{
	background-image: url(../images/popup/picto_angry.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}
#Europe.Popup ul li input
{
	display: none;
}

/* popup liste */
#List
{
}
#List .Data .list
{
	width: 240px;
	margin: 0 auto;
	border: 1px solid #CCC;
	position: relative;
	height: 320px !important; /*	/height: 390px !important; */
	overflow: auto;
	background: url(../images/common/bg_scroller.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y top right;
}
#List .Data .list ul
{
	clear: both;
	float: none;
	height: 20px;
}
#List .Data .list ul, #List .Data .list ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #B8B9BC;
}
#List .Data .list ul li
{
	float: left;
	font-size: 0.65em;
	padding: 0 70px 0 10px;
}
#List .Data .list .Scroller
{
	height: 300px !important;
	clear: both;
	float: none;
}
#List .Data .list table
{
	/*	width: 100%; */
}
#List .Data .list table th
{
	text-align: left;
	padding: 0 0 0 10px;
}
#List .Data .list table td
{
	padding: 0 30px 0 10px;
}

/* Popup Sector */

#Sector.Popup
{
	background:#FFFFFF none repeat scroll 0%;
	height:100%;
	position:relative;
}
#Sector.Popup .bloc
{
	border: 1px solid #E5E5E5;
	padding: 10px 2px; /*	height: 390px;*/ /*	float: left;*/
	display: block;
	background: url(../images/popup/bg_div.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) bottom left repeat-x;
	margin: 10px 30px 0 30px;
	height: 390px !important;
	overflow: auto;
	position: relative;
}

#Sector.Popup {
	width: 979px !important;
	/width: 1009px !important;
}

#Sector.Popup a.close {
	top: -1px;
	right: -1px;
}


#Sector.Popup .content {
	padding: 0 0 5px 0 ;
	background: #DBDCDD url(../images/popup/bg_form.jpg) bottom left repeat-x;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#Sector.Popup .bloc {
	border: 1px solid #E5E5E5;
	padding: 10px 2px;
	width: 860px;
	display: block;
	background: #FFF url(../images/popup/bg_div.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) bottom left repeat-x !important;
	margin: 5px auto 0px auto;
	height: 460px !important;
	overflow: auto;
	position: relative;
}
#Sector.Popup .bloc h2 {
	float: left;
	margin: 0 5px 5px 0;
}
#Sector.Popup .bloc .Scroller {
}

#Sector.Popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	width: 200px;
	background: none;
}
#Sector.Popup ul li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	width: 200px;
	float: left;
	clear: left;
	display: inline;
	background: none;
}
#Sector.Popup ul li .teteLabel input {
	margin: 0 5px 0 0;
	background: none;
}
#Sector.Popup ul li .teteLabel {
	width: 175px;
	height: 17px;
	padding: 8px 10px 10px 10px;
	float: left;
	clear: left;
	display: inline;
	cursor: pointer;
}
#Sector.Popup ul li .teteLabel.oneline {
	background: url(../images/common/bg_list_sector-off.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}
#Sector.Popup ul li.hover .teteLabel.oneline {
	background: url(../images/common/bg_list_sector-hover.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#Sector.Popup ul li.active .teteLabel.oneline {
	background: url(../images/common/bg_list_sector-on.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	font-weight: bold;
}
#Sector.Popup ul li .teteLabel.twoline {
	background: url(../images/common/bg_list_sector2line-off.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	height: 36px;
}
#Sector.Popup ul li.hover .teteLabel.twoline {
	background: url(../images/common/bg_list_sector2line-hover.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#Sector.Popup ul li.active .teteLabel.twoline {
	background: url(../images/common/bg_list_sector2line-on.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
	font-weight: bold;
}
#Sector.Popup ul li .SubCategory {
	margin: 0 0 0 5px;
	padding: 0;
	width: 180px;
	float: left;
	clear: left;
	display: inline;
	background: none;
}
#Sector.Popup ul li .SubCategory ul {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}
#Sector.Popup ul li .SubCategory ul li {
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
	width: 175px;
	background: none;
	cursor: pointer;
}
#Sector.Popup ul li .SubCategory ul li.hover {
	color: #FFF;
	font-weight: bold;
}
#Sector.Popup ul li .SubCategory ul li.active {
	background: #FFF;
	font-weight: bold;
}
/*#Sector.Popup ul li.active .SubCategory ul li {
	color: #FFF;
	font-weight: bold;
}*/
#Sector.Popup ul li .SubCategory input {
	margin: 0 5px 0 0;
	background: none;
}

#Sector.Popup .list-title {

}

#Sector.Popup .list-title span{
	color: #909297;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	float: right;
	margin-right: 10px; 
}

/**********************************************************/
/**********************************************************/
/*********************Style des customs********************/
/**********************************************************/
/**********************************************************/
.Options .Date,
.Years .Date{
	display: block;
	width: 32px;
	height: 32px;
	padding: 10px 0px 0px 0px;
	margin: 0px 2px;
	float: left;
	text-align: center;
}
.Options .selected,
.Years .selected {
	background: url(../images/common/btn_date-click.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat  0px 7px;
}
.Options .Date{
	width: 66px;
	text-align: center;
}
.Options .selected{
	background-image: url(../images/common/btn_option-click.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx);
}
div.table {
	width: 900px;
	margin-bottom: 10px;
	position: relative;
}

div.table div.cpfRow{
	height: 38px;
	width: 100%;
	border-top: solid 1px #FFF;
	display: inline-block;
}
div.table p.colonne{
	width: 20%;
	margin-top: 3px;
	float: left;
	position: relative;
	background-color: Transparent;
}

div.table div.colonne{
	width: 28%;
	margin-top: 3px;
	float: left;
	position: relative;
	background-color: Transparent;
}

div.table div.selected{
	background-color: #EFF0F1;
}

.cpfRow input{
	text-align: right;
}
.cpfRow input.error{
	background-color: #FEABC0;
}
div.table div p.Options{
	width: 26%;
}
div.table div p.Years{
	width: 18%; 
	height: 32px;
}
div.table div p.Colors{
	width: 28%; 
	height: 32px;
	overflow: hidden;
}
div.table div p.Colors img.Color{
	cursor: pointer;
}
div.table div p.Opinions img.Ball1{
	right: 0px;
	margin-right: -3px;
}
div.table div p.Opinions img.Ball2,
div.table div p.Opinions img.Ball3{
	margin-right: 18px;
}
div.table div p.Opinions img.Ball4{
	margin-left: -5px;
	margin-right: 18px;
}

div.table div p.Momentums {
	position: relative;
}
div.table div p.Momentums img.Ball1,
div.table div p.Momentums img.Ball2,
div.table div p.Momentums img.Ball3,
div.table div p.Momentums img.Ball4 {
	position: absolute;
}

div.table div p.Momentums img.Ball1 {
	right: 4px;
}

div.table div p.Momentums img.Ball2{
	right: 72px;
}
div.table div p.Momentums img.Ball3{
	left: 65px;
}
div.table div p.Momentums img.Ball4{
	left: -2px;
}

div.table div p.Title{
	width: 29%;
	font-size: 1.2em;
	padding:10px 0 0 2px;
}
div.table p.Title span{
	padding-left: 5px;
	font-weight: bold;
}
div.table div.selected p.Title{
}
div.table p.Symbol {
	width: 3%;
	padding-top: 8px;
}
div.table #minvalue,
div.table #maxvalue {
	width: 9%;
	padding-top: 6px;
}

div.table span.clickable,
div.table p.clickable,
div.table img.clickable{
	cursor: pointer;
}

div.table p.remove{
	display: none;
	width: 3%;
	height: 32px;
}

div.table div.selected p.remove{
	display: block;
	background: url('../images/common/picto_del2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx') no-repeat center;
}

div.table .cpfHead {
	height:38px;
	font-size: 0.9em;
	font-weight: bold;
	color: #A7A9AD;
	float: left;
	position: relative;
	width: 100%;
}

div.table .cpfHead p.Colors span{
	color: #696A6D;
}
div.table .cpfHead .colonne{
	font-size: 1em;
}
span#nbCompanies{
	font-size: 1.3em;
	font-weight: bold; 
	font-style: italic;
}



#alv.stocksPreferences .step {
    display: inline-block;
    width: 40px; 
    height: 20px; 
    background-color: #D9D9D9;
}

#alv.stocksPreferences label.sector {
    cursor: pointer;
} 

#alv.stocksPreferences label.sector input {
    position: absolute;
    visibility: hidden;
}

#alv.stocksPreferences label.sector .sectorBloc {
    display: inline-block; 
    background-color: #BFBFBF; 
    color: white;     
    height: 35px; 
    line-height: 35px; 
    width: 24.5%;
    margin-bottom: 5px; 
}

#alv.stocksPreferences label.sector .sectorBloc .sectorBlocName {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;   
}

#alv.stocksPreferences label.country {
    cursor:pointer;
}

#alv.stocksPreferences label.country input {
    position: absolute;
    visibility: hidden;
}

#alv.stocksPreferences label.country .countryBloc {
    display: inline-block;
    width:152px;    
    margin-right:20px;    
    margin-bottom:20px;
    border:1px solid white;
}

#alv.stocksPreferences label.country .countryBloc .topBloc {
    display:block;
    height:40px;
    padding:10px 0 10px 0;
    border:1px solid #D9D9D9;
    background-color: #F2F2F2;    
}

#alv.stocksPreferences label.country .countryBloc .topBloc .text {
    display:block;
    font-weight:bold;
    padding-top:2px;
}

#alv.stocksPreferences label.country .countryBloc .bottomBloc {
   display:block;
   background-color: #D9D9D9;
   border:1px solid #BFBFBF;
   padding:10px 0 10px 0;
}

#alv.stocksPreferences label.country input:checked + .countryBloc {
    border:1px solid black;
}

#alv.stocksPreferences label.country input:checked + .countryBloc .topBloc {
     background-color: #BDD7EE;
     border:1px solid #BDD7EE;
}

#alv.stocksPreferences label.country input:checked + .countryBloc .bottomBloc {
     background-color: #BDD7EE;
     border:1px solid #BDD7EE;
}
/* CSS Squelette */
body
{
	background: url(../images/bg_global.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x top #9B9B9B;
	position: relative;
}
#Global
{
	width: 990px;
	margin: 0 auto;
	background: url(../images/global-shadow.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y top;
	position: relative;
}

/* A supprimer si pas de bug d�tect�
tr.PagerStyle table  td.PagerPageExtender{
	width: 10%;
}
td.PagerPageExtender img{
	margin: 0px 2px;
}
*/
.User {
	margin: 0 5px;
	background: #A7A9AD;
	text-align: right;
	font-size: 0.71em;
	color: #FFF;
}
.User a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 20px 0 0;
}
.User img {
	vertical-align: middle;
}

.companySearch {
	font-family:Arial Narrow;
	font-size:1.3em;
	font-weight:bold;
}

.pageMenuHelp img {
	position:absolute;
	right:0;
	top:2px;
}
/* CSS Main */

/*** Images utilis� dans la popup graphique... ***/
.smallBtn_2year-on,
.smallBtn_2year-off,
.smallBtn_2year-click{
	background: url(../images/common/tools/en/bt_2Year.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

.smallBtn_1year-off,
.smallBtn_1year-on,
.smallBtn_1year-click{
	background: url(../images/common/tools/en/bt_1Year.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

.smallBtn_3months-off,
.smallBtn_3months-on,
.smallBtn_3months-click{
	background: url(../images/common/tools/en/bt_3Months.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

.smallBtn_1months-off,
.smallBtn_1months-on,
.smallBtn_1months-click{
	background: url(../images/common/tools/en/bt_1Month.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top left;
}

.smallBtn_2year-click,
.smallBtn_1year-click,
.smallBtn_3months-click,
.smallBtn_1months-click,
.smallBtn_2year-on,
.smallBtn_1year-on,
.smallBtn_3months-on,
.smallBtn_1months-on,
.smallBtn_2year-off,
.smallBtn_1year-off,
.smallBtn_3months-off,
.smallBtn_1months-off{
	display: block;
	position: relative;	
	float: right;
	height: 35px;
	width:80px;
}
.smallBtn_2year-off,
.smallBtn_1year-off,
.smallBtn_3months-off,
.smallBtn_1months-off{
	background-position: 0px 0px;
}

.smallBtn_2year-on,
.smallBtn_1year-on,
.smallBtn_3months-on,
.smallBtn_1months-on{
	background-position: 0px -58px;
}

.smallBtn_2year-click,
.smallBtn_1year-click,
.smallBtn_3months-click,
.smallBtn_1months-click{
	background-position: 0px -118px;
}

.simpleMainText
{
	background:#FFFFFF url(../images/bg_home.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x scroll center top !important;
	padding: 40px 100px 40px 100px;
	background-color: White;
	text-align: justify;
	font-family:Calibri;
	font-size:12px !important;
	font-weight:normal;
	text-align:justify;
	position: relative;
}

.Text12 {
	color: #5A595A;
	font-family: Calibri;
	font-size: 12px !important;
	font-weight: normal;
}

.Text20 {
	color: #5A595A;
	font-family: Calibri;
	font-size: 20px !important;
	font-weight: normal;
}

.SimpleLink 
{
	color:#939393;
	font-family:Arial,Helvetica,sans-serif;
}

#Main {
	padding: 0 5px;
	_background: transparent url(../images/global-shadow.gif) repeat-y scroll center top;
}

.MinHeight {
	min-height: 600px;
}

#Home {
	background: url(../images/bg_home.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x top #FFF !important;
	padding: 24px 6px 0 6px;
}

#Home #alv {
	background: white;
}

#Interne {
	background: url(../images/bg_interne.jpg.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-x top #FFF !important;
	padding: 0 0px 0 6px;
	/height: 1%;
}


#PdfInterne {
	padding: 0 0px 0 6px;
	/height: 1%;
}


.colonne {
	background: #FFF;
	width: 158px;
}

img.loupe {
	position: relative;
	float: right !important;
	top: 5px;
	right: 5px;
	margin : 0 !important;
}

.AVUniverse{
	color: #000 !important;
}
.SectorFundamentalColor{
	color: #717379 !important;
}

table tr.paire.active td,
table tr.paire.active th, 
table tr.impaire.active td,
table tr.impaire.active th {
	background-color: #E4E7E9 !important;
}

/*  Historiques */
#Historics, #RandomCompanies
{
	border: 1px solid #000000;
	display: none;
	width: 150px;
	position: absolute;
	top: 160px;
	right: 80px;
	text-align: left;
	vertical-align: top;
	z-index: 120;
	background-color: #EBECEE;
}
#RandomCompanies {
}
#Historics ul, #RandomCompanies ul, #StafMenu ul
{
	clear: both;
	margin: 0;
	padding: 0;
}
#Historics ul li, #RandomCompanies ul li, #StafMenu ul li
{
	background: url(../images/common/arrow-li.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 8px 10px;
	list-style: none;
	font-size: 0.71em;
	color: #939393;
	margin: 0;
	padding: 5px 0 5px 18px;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #F1F1F1;
	height: 14px;
}
#StafMenu ul li 
{
	font-size:11px;
	padding: 5px 0 10px 18px;
}
#RandomCompanies ul li {
	padding: 5px 0 15px 18px;
}
#Historics ul li a, #RandomCompanies ul li a, #StafMenu ul li a
{
	color: #000066;
}
#ListOfArray {
	padding: 0 0 0 0px;
}
#ListOfArray table {
	float: left;
}

.SmallList
{	
	border: 1px solid #DFE0E1;
	background: #FFF;
	margin: 5px 11px 10px 11px;
	height: 1%;
}
.SmallList .Header, .SmallContent .Header {
	background: #F3F4F5 none repeat scroll 0 0;
	border-bottom: 1px solid #DFE0E1;
}
.SmallList .Header h2 {
	font-size: 0.65em;
	font-weight: normal;
	padding: 4px 6px;
}

.SmallList .Header h3, .SmallContent .Header h3 {
	font-size: 0.71em !important;
	padding: 4px 6px 4px 6px !important;
	margin: 0 !important;
	background: transparent !important;
}
.SmallList .Header h3, .SmallContent .Header h3,
.SmallList .Header h3 a {
	color: #A7A9AD;
}
.SmallList .Data .Scroller {
	height: 200px;
	overflow: hidden;
}
.SmallList .Data .jScrollPane {
	background: url(../images/common/bg_scroller.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) repeat-y top right;
}
.SmallList .Data h4 {
	font-size: 0.65em;
	background: #EFEFF0 url(../images/common/bg_h4_small-list.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat top;
	text-align: center;
	color: #CBCCCE;
	padding: 3px 0;
	cursor: pointer;
}
.SmallList ul {
	margin: 0 2px;
}
.SmallList ul li {
	font-size: 0.71em;
	list-style: none;
	padding: 2px 0 2px 2px;
	height: 10px;
	margin: 0;
}
.SmallList ul li.last {
	border-bottom: 0px none;
}
.SmallList ul li.status0 {
	background: url(../images/common/bullet-0.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li.status1 {
	background: url(../images/common/bullet-1.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li.status2 {
	background: url(../images/common/bullet-2.gif.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li,
.SmallList ul li a {
	color: #A7A9AD;
}
.SmallList ul li span {
	float: right;
	/margin: 2px 0 0 0;
}
.SmallList .Data .note {
	
}
.SmallList .Data .note h5 {
	background: #A7A9AD !important;
	font-size: 0.71em;
	font-weight: normal;
	padding: 3px 6px;
	color: #EDEEEF;
}
.SmallList .Data .note h5 span {
	float: right;
}
.SmallList .Data .note div,
.SmallList .Data .info div {
	height: 26px;
	padding: 0 0 0 2px;
	color: #A7A9AD;
	font-size: 0.71em;
}
.SmallList .Data .info div {
	border-top: 1px dotted #E2E3E4;
	padding-top: 7px;
}
.SmallList .Data .note div img {
	float: left;
	margin: 8px 0 0 1px;
}
.SmallList .Data .info div img {
	float: left;
	margin: 2px 3px 0 0 !important;
}

#NutShell {
	width: 615px;
	background: #FFF;
}

#SaleByBusinessLine h3 img {
	margin-top: -2px;
}
#SaleByBusinessLine th {
	font-size: 0.7em;
	font-weight: bold;
	overflow: visible;
}


.evluimg {
	width: 120px;
}

.MainMenuNewItem,
.pageMenuNewItem {
	position: absolute;
	top: 2px;
	/top: 5px;
}
.MainMenuNewItem{
	margin-left: -5px;
}

.paddingSmallRight 
{
	padding-right:15px !Important;
}
.paddingSmallLeft 
{
	padding-left:15px !Important;
}
.paddingLeft 
{
	padding-left:30px !Important;
}

/* A supprimer si pas de bug d�tect�
.PagerStyle table {
	width: 96% !important;
	margin: 20px 2% 10px 2%!important;
}
.PagerStyle table th img {
	vertical-align: middle;
}
.PagerStyle table td {
	text-align: center;
	font-size: 1.1em !important;
}
.PagerStyle table td span{
	font-weight: bold;
}

.PagerStyle table td a {
}
*/

.NextImg {
	width: 22px;
	height: 18px;
	float: right;
	cursor: pointer;
}
.BackImg {
	width: 22px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.BackImg.-on {
	width: 22px;
	height: 18px;
	float: left;
}
.NextImg.-on {
	float: right;
	width: 22px;
	height: 18px;
}

#BestPerformer, #WorstPerformer {
	width: 180px;
}

#DailyNew {
	font-size: 0.75em; 
	text-align: justify;
	height: 282px; 
	width: 550px;
	overflow: hidden;
}

#DailyNewReader, #DailyNewPdf {
	text-align: justify;
	line-height:1.4;
}

#DailyNew .DailyNewTitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 10px;
}

#DailyNew .DailyNewText a, #DailyNewReader .DailyNewText a {
	text-decoration: underline;
	color: black;
}
/*
#DailyNew .DailyNewText a:hover, #DailyNewReader .DailyNewText a:hover {
	color:#717379;
}*/
.draggablewindow #DailyNew {
	font-size: 1em; 
	height: 250px;
}
.draggablewindow #DailyNew .DailyNewTitle {
	font-size: 1.1em; 
}

#AVIdeas {
	width: 570px;
}
#AVIdeas .jScrollPaneDrag {
	background:#B8B9BC none repeat scroll 0 !important;
}

#AVIdeas .jScrollArrowUp {
	background:transparent url(../images/small_arrow_up.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat scroll top left !important;
}

#AVIdeas .jScrollArrowDown {
	background:transparent url(../images/small_arrow_down.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat scroll top left !important;
}

#DailyNewPdf table {
	page-break-inside: avoid;
}
#DailyNewPdf img {
	 max-width: 796px;
}

.MacroLastUpdate{
	color: White;
	float:right;
	height:21px;
	position:relative;
	top:7px;
	width:130px;
	font-size: 0.7em;
}



.black {
	color: Black !important;
}
.gray{
	color: #A7A9AD !important;
}
.WarningBand{
	position: absolute;
	font-size: 0.7em;
	color: Red;
	right: 10px;
	top: 75px;
}

.NotificationsTitle {
	font-size:0.80em;
	font-weight:bold;
}

.NotificationsDate {
	color:Black;
	font-size:0.80em;
}

.NotificationsText {
	font-size: 0.75em; 
	text-align: justify;	
}

.noResultFound {
	padding-right:25px;
	vertical-align:top;
}
.moreSectorL2{
	position:absolute; 
	right: 15px; 
	top: 12px;
}

.SmallListDataExtractor {
	position:absolute;
	right:19px;
}

/* -------------------- Style analystChange -------------------- */

.analystChange {
	clear: both;
	width: 50px;
	height: 10px;
	vertical-align: middle;
	float: left;
	background: #A6A6A6;
}
.analystChange div {
	float: left;
	height: 10px;
}
    .analystChange .analyst {
        /*
        background: #FF6DD2;
	    */
    }

/* --------------------------- Grid Action --------------------------*/

.GridActions img{
	padding : 3px;
}
/*!
 * jQuery UI Resizable 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen
{
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide
	{
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print
{
	.ui-tabs-nav
	{
		display: none;
	}
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel
{
	font-family: "Trebuchet MS" , Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.ui-tabs-nav
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.ui-tabs-nav:after
{
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li
{
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span
{
	display: block;
	padding: 0 10px;
	background: url(../images/tab.png.d77304c56f6fda440337625a0fa7eed3826060d2.img.ashx) no-repeat;
}
.ui-tabs-nav a
{
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #27537a;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a
{
	position: relative;
	top: 1px;
	/*z-index: 2;*/
	margin-top: 0;
	color: #000;
}
.ui-tabs-nav a span
{
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
* > .ui-tabs-nav a span
{
	/* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span
{
	padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active
{
	background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active
{
	background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span
{
	background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span
{
	background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited
{
	/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active
{
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled
{
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-panel
{
	border-top: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em
{
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav
{
	/* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child + html .ui-tabs-nav
{
	/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/*
.window
{

	position: absolute;
	font-size: 0.77em;
	color: #618d5e;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #A7A9AD;
}

.window h1,
.window h2
{
	font-size: 1.1em;
	color: #FFF;
	padding: 7px 2px 7px 20px;
	cursor: move;
	overflow: hidden;
	height: 17px;
	background: #ED4296 url(../images/common/bg_dragndrop.gif) 90% center no-repeat;
}
.window h2 img,
.window h1 img
{
	float: right;
	margin: 0 0 0 3px;
	cursor: pointer;
}
.window .jqResize
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13px;
	height: 13px;
	cursor: se-resize;
	background: url(../images/common/picto_resize.gif) top left no-repeat;
}
.window .data
{
	margin: 10px;
	overflow: hidden;
}
.window table
{
	color: #000;
}
.window table td, .window table th
{
	font-size: 1em !important;
}
.window table td.center, .window table th.center
{
	text-align: center !important;
}
.window table td.Category
{
	color: #FFF;
	font-weight: bold;
	background: #6A7077;
}
.window table td span
{
	font-weight: bold;
}
.window .Highlight
{
	background: #575757 none repeat scroll 0%;
	color: #FFFFFF !important;
	font-weight: bold;
}
*/
