/*
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 {
	/* 12px via YUI Fonts CSS foundation. */
	font-size: 93%;
}

#alv .alv-text13 {
	/* 13px via YUI Fonts CSS foundation. */
	font-size: 100%;
}

#alv .alv-text14 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

#alv .alv-title,
#alv .alv-text16 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

#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-text23 {
	/* 23px via YUI Fonts CSS foundation. */
	font-size: 176.92%;
}

#alv .alv-text28 {
	/* 28px via YUI Fonts CSS foundation. */
	font-size: 215.38%;
}

#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 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-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-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;}

/* 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-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-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; }

/* Border */
#alv .alv-br1-s, #alv .alv-bh1-s, #alv .alv-b1-s {border-right: 1px Solid #BFBFBF;}
#alv .alv-bl1-s, #alv .alv-bh1-s, #alv .alv-b1-s {border-left: 1px Solid #BFBFBF;}
#alv .alv-bt1-s, #alv .alv-bv1-s, #alv .alv-b1-s {border-top: 1px Solid #BFBFBF;}
#alv .alv-bb1-s, #alv .alv-bv1-s, #alv .alv-b1-s {border-bottom: 1px Solid #BFBFBF;}

/* 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 }

/* 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.7789.img.ashx) repeat-x scroll center top !important; position: relative; }
#alv #alv-mbg2 { background:#FFFFFF url(../images/alv/background/mbg2.jpg.7789.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.8011.img.ashx) no-repeat; }
#alv .alv-gbg1-tr {	background: url(../images/alv/background/gbg1.gif.8011.img.ashx) no-repeat; background-position: right -23px; }
#alv .alv-gbg1-bl { background:url(../images/alv/background/gbg1.gif.8011.img.ashx) no-repeat; background-position: 0 -46px; _background-position: 0 -42px;}
#alv .alv-gbg1-br { background: url(../images/alv/background/gbg1.gif.8011.img.ashx) no-repeat; background-position: right -70px; _background-position: right -66px;}
#alv .alv-gbg1-l  {	background: url(../images/alv/background/gbg1-l.gif.7962.img.ashx) repeat-y scroll left top; }
#alv .alv-gbg1-r  {	background: url(../images/alv/background/gbg1-r.gif.7962.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.7789.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 { margin: 0px 13px 0px 13px; /* Le 13 px est la largeur de l'image*/	height:9px; /* Le 12 px est la hauteur de l'image*/ }
/*#alv .alv-gbg3-tl {	background: url(../images/alv/background/gbg3.gif.8008.img.ashx) no-repeat; }
#alv .alv-gbg3-tr {	background: url(../images/alv/background/gbg3.gif.8008.img.ashx) no-repeat; background-position: right -23px; }
#alv .alv-gbg3-bl { background:url(../images/alv/background/gbg3.gif.8008.img.ashx) no-repeat; background-position: 0 -46px; _background-position: 0 -42px; }
#alv .alv-gbg3-br { background: url(../images/alv/background/gbg3.gif.8008.img.ashx) no-repeat; background-position: right -70px; _background-position: right -66px;}
#alv .alv-gbg3-l  {	background: url(../images/alv/background/gbg3-l.gif.7962.img.ashx) repeat-y scroll left top; }
#alv .alv-gbg3-r  {	background: url(../images/alv/background/gbg3-r.gif.7962.img.ashx) repeat-y scroll right top; }*/
#alv .alv-gbg3-c  { margin: 0px 13px 0px 13px; /* Le 13 px est la largeur de l'image*/ }

#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.10150.img.ashx) no-repeat left top;
    color: #FFF;
}

#alv .alv-gbg7 {
    background: url(../images/alv/background/img_joinnow2.png.10150.img.ashx) no-repeat left top;
    color: #FFF;
}
#alv .alv-bg-img-gray {
	background:transparent url(../images/alv/background/bpnl-h.png.10776.img.ashx) repeat-x scroll left -245px;
}
/********************************************************************
* Structure générale du site
*********************************************************************/

#alv .alv-blur	{
	background: transparent url(../images/alv/background/blur.png) repeat scroll right top;
	position: absolute;
	width: 100%;
	height: 100%;
}

#alv .alv-footer,
#alv .alv-global{
	margin:0 auto;
	width:990px;
}

#alv .alv-global{
	background:transparent url(../images/global-shadow.png.4189.img.ashx) repeat-y scroll center top;
}

#alv .alv-footer{
	background:transparent url(../images/bg_footer.png.4189.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.11132.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 {
	padding-left: 250px;
	_width: 500px;
}

#alv .alv-userinput{
	width: 90%;
	margin: 0 4%;
}

#alv .alv-public-bgtop{	
	background:#616161 url(../images/alv/background/mbg5.jpg.11082.img.ashx) repeat-x scroll center top !important;
}

#alv .alv-mbg6 { background:#FFFFFF url(../images/alv/background/mbg6.jpg.11082.img.ashx) repeat-x scroll center top !important; }

/***********************************************************************************
 * 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 .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 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 table td.PagerPageExtender{ 
	width: 15%; 
	padding-top: 5px; 
}
#alv td.PagerPageNav{ width: 2%; padding-top: 5px; }
#alv  table td.PagerPageNext, #alv  table  td.PagerPagePrev{
	padding-top: 5px;
}
#alv  table td.PagerPageNext, #alv  table  td.PagerPagePrev,
#alv  table td.PagerPageNext div, #alv table td.PagerPagePrev div{
	/*min-width : 28%;*/
	width:28%;
	*width: 32%;
}
/* hack Chrome / Safari */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
#alv  table td.PagerPageNext, #alv  table  td.PagerPagePrev,
#alv  table td.PagerPageNext div, #alv table td.PagerPagePrev div {
		width: 28%;
	}
}
*/

/***********************************************************************************
 * 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.7789.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.7789.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.7789.img.ashx) top left no-repeat;
	color: #36373A;
	font-weight: normal;
}

#alv a.alv-btn1.chk,
#alv ul.alv-btn1 li a.chk {
	background: url(../images/alv/btns/btn1_selected.gif.7789.img.ashx) top left no-repeat;
	font-weight: bold;
}

#alv a.alv-btn1.clicked,
#alv ul.alv-btn1 li a.clicked {
	background: url(../images/alv/btns/btn1.gif.7789.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.11082.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.11082.img.ashx) no-repeat top left;
	color: #36373A;
}

#alv ul.alv-btn2 li a.header.chk {
	background:transparent url(../images/alv/btns/btn2_selected.gif.11082.img.ashx) no-repeat scroll left top;
}

#alv ul.alv-btn2 li a.header.clicked
{
	background: url(../images/alv/btns/btn2.gif.11082.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 {
	background: #ED4296;
	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 .header.oneline {
	background: url(../images/alv/btns/btn2.gif.11082.img.ashx) no-repeat top left;
}
#alv ul.alv-btn3  li.hover .header.oneline {
	background: url(../images/alv/btns/btn2_hover.gif.11082.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#alv ul.alv-btn3 li.chk .header.oneline {
	background: url(../images/alv/btns/btn2_selected.gif.11082.img.ashx) no-repeat top left;
	font-weight: bold;
}
#alv ul.alv-btn3 li .header.twoline {
	background: url(../images/alv/btns/btn2-big.gif.11179.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.11179.img.ashx) no-repeat top left;
	color: #5F6165;
	font-weight: bold;
}
#alv ul.alv-btn3 li.chk .header.twoline {
	background: url(../images/alv/btns/btn2-big_selected.gif.11179.img.ashx) no-repeat top left;
	color: #ED4296;
	font-weight: bold;
}
#alv ul.alv-btn3 li .subCategory {
	margin: 0 0 0 5px;
	padding: 0;
	width: 180px;
	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 {
	background: #ED4296;
	color: #FFF;
	font-weight: bold;
}
#alv ul.alv-btn3 li .subCategory ul li.chk 
{
	background:none;
	color: #ED4296;
	font-weight: bold;
}

#alv ul.alv-btn3 li .subCategory input {
	margin: 0 5px 0 0;
	background: none;
	height:15px;
	vertical-align:bottom;
}

/* Bouton Type 4 */

/* Un bouton seul */
#alv a.alv-btn4  {
	background: url(../images/alv/btns/btn4.gif.8195.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.8195.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.8195.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 {
	background: url(../images/alv/btns/btn4_selected.gif.8195.img.ashx) top left no-repeat;
	font-weight: bold;
}

#alv a.alv-btn4.clicked,
#alv ul.alv-btn4 li a.clicked {
	background: url(../images/alv/btns/btn4_clicked.gif.8195.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.9335.img.ashx) left 0 no-repeat; 
}
#alv a.alv-btn5:hover span { background:url(../images/alv/btns/btn5.gif.9335.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.9335.img.ashx) right -128px no-repeat;  
}
#alv a.alv-btn5:hover span span {  background:url(../images/alv/btns/btn5.gif.9335.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.9335.img.ashx) 0 -256px repeat-x; 
}
#alv a.alv-btn5:hover span span span { background:url(../images/alv/btns/btn5.gif.9335.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 6 */

#alv a.alv-btn6 
{
	font-weight:bold;
	cursor:hand; 
    display:inline-block;
    height:30px;        /* Hauteur du bouton */ 
    padding:0 15px; 
    line-height:30px;    /* Alignement vertical du texte */ 
    background:url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 -105px repeat-x; 
}
#alv a.alv-btn6:hover  { background:url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 -60px repeat-x; }

#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;
	background: url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 -30px repeat-x;
}

#alv a.alv-btn7:hover  { background:url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 0px repeat-x; }

#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 */ 
    background:url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 -200px repeat-x; 
}
#alv a.alv-btn8:hover  { background:url(../images/alv/btns/btn6-7-8.gif.10150.img.ashx) 0 -150px repeat-x; }

#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;
}

/***********************************************************************************
 * 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.10150.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.10150.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.10150.img.ashx) 0 0px repeat-x; 
    text-align:center;
}


/***********************************************************************************
 * Section: JScroll
 ***********************************************************************************/

/* Contenu du div Scrollé */
#alv .jScrollPaneContainer {
	overflow: hidden;
	position: relative;
}

/* 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;
	background: url(../images/header/bg_option-div-on.gif.707.img.ashx) no-repeat scroll 3px 7px;
	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.8380.img.ashx) no-repeat ;
}
#alv .alv-scroll-list1 {
	width: 200px;
	height: 80px;
	overflow: hidden;
	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.11082.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.11082.img.ashx) no-repeat left 2px;
}

#alv div.alv-menu-h2 .alv-menu-h2-br {
	background: transparent url(../images/alv/menu/menu-h2.gif.11082.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.9350.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.11082.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.11082.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.9350.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;
}
/***********************************************************************************
 * Section: Définition du TabContainer
 ***********************************************************************************/
#alv .alv-tbctn .alv-tbpnl,
#alv .alv-tbctn .alv-state-normal,
#alv .alv-tbctn .alv-state-hover { display: none; }
#alv .alv-tbctn .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.8346.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.8510.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.8510.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;
	background:transparent url(../images/alv/list/list2.gif.10150.img.ashx) no-repeat 10px 2px;
	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.10277.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; 
}


/***********************************************************************************
 * 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-bpnl2-tc{
	position: relative;
}

#alv .alv-bpnl1-tc .alv-title,
#alv .alv-bpnl2-tc .alv-title,
#alv .alv-bpnl3-tc .alv-title {
	font-weight: bold;
}
#alv .alv-bpnl1-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-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: Solid 1px #ED4296;
	*display: inline-block;
}

#alv .alv-bpnl1-tc h2,
#alv .alv-bpnl1-tc h4 {	
	margin: 0;
	padding: 0;
	padding-top: 7px;
}

#alv .alv-bpnl1-tc div {
	position: relative;
}

#alv .alv-bpnl1-tc .alv-selected {
	border-bottom: solid 1px #FFF;
	border-top : solid 1px #ED4296;
	border-left : solid 1px #ED4296;
	border-right : solid 1px #ED4296;
}

#alv .alv-bpnl1-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-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: Solid 1px #ED4296;
	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: solid 1px #ED4296;
	*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 : solid 1px #ED4296;
	border-left : solid 1px #ED4296;
	border-right : solid 1px #ED4296;
	color: #ED4296;
}

#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-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 .alv-arrow-jauge-break{
	background-image: url(../images/alv/background/arrows-break.gif.9078.img.ashx);
}

#alv .alv-arrow .alv-arrow-right,
#alv .alv-arrow .alv-arrow-left{
	background: transparent url(../images/alv/background/arrows.gif.9078.img.ashx) repeat-y scroll right top;
}
#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;
}

/************* Pink *************/
#alv .alv-arrow-gray .alv-arrow-right{
	background-position: left -120px;
	*background-position: left -119px;
}

#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 .dgScroller
{
	padding: 5px;
	position: relative;
}

#alv .draggablewindow div.jqDrag
{
	height: 30px;
	cursor: move;
	margin: 0px;
}

#alv .draggablewindow div.jqDrag.PopUpType1 {
	background: transparent url(../images/common/bg_ttr-1.gif.707.img.ashx) repeat-x scroll 0;
}
#alv .draggablewindow div.jqDrag.PopUpType2 {
	background: transparent url(../images/common/bg_ttr-2.gif.707.img.ashx) repeat-x scroll 0;
}

#alv .draggablewindow h1,
#alv .draggablewindow h2
{
	font-size: 1.1em;
	margin: 0px;
	color: #FFF;
	padding: 5px 2px 5px 20px;
	overflow: hidden;
}

#alv .draggablewindow div.jqDrag img
{
	float: right;
	margin: 5px 3px 0 3px;
	cursor: pointer;
}

#alv .draggablewindow .Header .right
{
	width: 5px;
	background: Transparent url(../images/common/bg_ttr-right-4.gif.3476.img.ashx) no-repeat;
	height: 30px;
	margin-right: -5px; /margin-right:0px;
}

#alv .draggablewindow .Header .left
{
	width: 5px;
	background: Transparent url(../images/common/bg_ttr-left-4.gif.9178.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;
	border: 1px solid #A7A9AD;
}
#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
{
	color: #FFF;
	font-weight: bold;
	background: #6A7077;
}

#alv. draggablewindow table td span
{
	color: #ED4296;
	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: Définition des couleurs
 ***********************************************************************************/

/************* Noir *************/
#alv div.alv-menu-h1 .alv-state-selected .alv-menu-h1-bc,
#alv div.alv-menu-h2 .alv-state-selected.alv-menu-h2-bc,

#alv div.alv-menu-h1 .alv-state-selected .alv-menu-h1-bc a,
#alv div.alv-menu-h2 .alv-state-selected.alv-menu-h2-bc a,

#alv .alv-color-black, #alv .alv-black, #alv .alv-hover1:hover,
#alv .alv-black-hover-pink, #alv .alv-black-hover-pink a {
	color:Black;
}
/************* Gris Tres Tres Claire *************/
#alv .alv-gars .alv-gr-estimated,

#alv .alv-bg-color7 {
	background-color:#F7F7F7;
}

/************* Gris Très clair *************/
#alv .alv-grs .alv-gr-estimated,

#alv .alv-bg-LightGray {
	background-color:#DBDCDD;
}

/************* Rose clair *************/

#alv .alv-color4,
#alv .alv-options .alv-option.alv-normal,
#alv .alv-scroll-list .alv-scroll-options .alv-scroll-option.off {
	color: #F6A0CA;
}

#alv .alv-options .alv-option.alv-normal,
#alv .alv-scroll-list .alv-scroll-options .alv-scroll-option.off {
	border-color: #F6A0CA;
}

#alv .alv-public-menu .menu-child-hide a:hover,

#alv .alv-public-menu .SubMenu,
#alv .alv-public-menu .menu-child-active a,

#alv .alv-public-menu .menu-selected a,
#alv .alv-public-menu .menu-on a,

#alv .alv-bg-color4 {
	background-color: #F6A0CA;
}

/************* Gris clair *************/
#alv div.alv-menu-h1 .alv-state-normal .alv-menu-h1-bc,
#alv div.alv-menu-h1 .alv-state-normal .alv-menu-h1-bc a,

#alv .alv-bpnth1 th a,

#alv .alv-color2,

#alv ul.alv-btn2 li ul li a.clicked
{
	color:#B8B9BC;
}

#alv .alv-bg-color2{
	background-color:#B8B9BC;
}
/************* Gris Foncé *************/
#alv .alv-color3,

#alv .alv-ghs .alv-gr-estimated,
#alv .alv-ghs.t4,
#alv .alv-ghs.t4 a
{
	color:#696A6D;
}

#alv .alv-bg-color3 {
	background-color:#696A6D;
}

#alv .alv-bd-color3 {
	border-color:#696A6D;
}

/************* Gris légérement Foncé *************/
#alv .alv-mbpnl1 .alv-mbpnl1-h .small .alv-title,
#alv a.alv-title:hover,
#alv .alv-hover2:hover,
#alv .alv-grs a.alv-hover2:hover, 
#alv .alv-gars a.alv-hover2:hover,
#alv a,
#alv .alv-bpnth1 .alv-mediumGray a,
#alv .alv-mediumGray,
#alv .alv-mediumGray a {
	color:#808080;
}

/************* Gris Menu *************/
#alv div.alv-menu-h1 .alv-state-normal .alv-menu-h1-bc,
#alv div.alv-menu-h1 .alv-state-normal .alv-menu-h1-bc a,
#alv div.alv-menu-h1 .alv-state-hover .alv-menu-h1-bc,
#alv div.alv-menu-h2 .alv-state-normal .alv-menu-h2-bc,
#alv div.alv-menu-h1 .alv-state-hover .alv-menu-h1-bc a,
#alv div.alv-menu-h2 .alv-state-normal .alv-menu-h2-bc a{
	color: #868686;
}

/************* Gris Foncé Site Portail *************/
#alv .alv-bpnl2-tc .alv-title,

#alv .alv-color5 {
	color:#7F7F7F;
}

#alv .alv-bg-color5 {
	background-color:#7F7F7F;
}

/************* Gris Foncé Page Products *************/
#alv .alv-color6 {
	color:#404040;
}

/************* Vert *************/

#alv td.alv-pos,
#alv .alv-color-green {
	color: #2DB300;
}

#alv .alv-bg-buy{
	background-color: #2DB300;
}
/************* Vert Claire*************/

#alv .alv-bg-add{
	background-color: #99FF33;
}

/************* Rouge *************/

#alv td.alv-neg,
#alv .alv-color-red{
	color: #FF0000;
}

#alv .alv-bg-sell{
	background-color: #FF0000;
}

/************* Blanc *************/
#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,

#alv .alv-public-menu .menu-selected a,
#alv .alv-public-menu .menu-off a,
#alv .alv-public-menu .SubMenu li:hover,
#alv .alv-public-menu .SubMenu a:hover,
#alv .alv-public-menu .SubMenu li.active,
#alv .alv-public-menu .SubMenu li.active a,

#alv .alv-footer a,

#alv .alv-options .alv-option.on,
#alv .alv-scroll-list .alv-scroll-options .alv-scroll-option.on,
#alv .alv-color-white, #alv .alv-white{
	color: #FFF;
}

#alv .alv-bg-white {
	background-color:White;
}
/************* Rose Foncé*************/
#alv .alv-public-menu .SubMenu a,
#alv .alv-color-prune {
	color: #990F54;
}
/************* Rose *************/

#alv ul.alv-list4 li.alv-selected .header,
#alv ul.alv-list4 li .alv-hover,

#alv .alv-black-hover-pink:hover, #alv .alv-black-hover-pink a:hover,
#alv .alv-mbpnl1 .alv-mbpnl1-h .small .alv-title:hover,
#alv .alv-bpnl1-tc .alv-selected,
#alv .alv-title,
#alv .alv-bpnl1-tc .alv-title,

#alv .SmallList .Data a:hover, 
#alv .SmallList .Header a:hover,
#alv .alv-reportstaffinfo a:hover,

#alv .alv-public-menu .menu-on a,

#alv .alv-color1,
/*#alv .alv-ghs, */
#alv .alv-ghs a,
#alv .alv-ghts, 
#alv .alv-ghts a,
#alv .alv-grs a:hover,
#alv .alv-gars a:hover,
#alv .alv-bpnth1 th a:hover,
#alv .alv-ghs.t4 a:hover,

#alv a.alv-btn1.chk,
#alv a.alv-btn1.clicked,
#alv ul.alv-btn1 li a.clicked,
#alv ul.alv-btn1 li a.chk,

#alv a.alv-btn4.chk,
#alv a.alv-btn4.clicked,
#alv ul.alv-btn4 li a.clicked,
#alv ul.alv-btn4 li a.chk,

#alv ul.alv-btn2 li a.header.clicked,
#alv ul.alv-btn2 li a.header.chk,
#alv ul.alv-btn2 li ul li a.chk,

#alv ul.alv-btn3 li .subCategory ul li.chk,
#alv ul.alv-btn3 li.chk .header.oneline,

#alv #alv-pageMenu li.on a,
#alv #alv-pageMenu li.hover li a:hover,
#alv #alv-pageMenu li.on ul li.on a,

#alv a:hover.alv-pop-title-btn,

#alv ul.alv-list1 a,

#alv h1,
#alv h2,
#alv h3,
#alv h4,
#alv h5,
#alv h6,
#alv a:hover,
#alv .alv-hover1,
#alv .alv-hover2,
#alv .alv-grs a.alv-hover2, 
#alv .alv-gars a.alv-hover2{
	color: #ED4296;
}


#alv .alv-bg-color1,
#alv .alv-options .alv-option.alv-selected,
#alv .alv-scroll-list .alv-scroll-options .alv-scroll-option.on {
	background-color: #ED4296;
}

#alv ul.alv-list4 li.alv-selected .header,
#alv ul.alv-list4 li .alv-hover{
	border-color: #ED4296; 
}

/************* Rose Claire *************/

#alv .alv-bg-reduce{
	background-color: #FF99FF;
}



/*
* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* 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.8190.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/*{borderColorHeader}*/; background: #ee4094/*{bgColorHeader}*/ url(../images/alv/ui/ui-bg_highlight-soft_75_ee4094_1x100.png.8190.img.ashx)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #ffffff/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../images/alv/ui/ui-bg_glass_75_e6e6e6_1x400.png.8190.img.ashx)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../images/alv/ui/ui-bg_glass_75_dadada_1x400.png.8190.img.ashx)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../images/alv/ui/ui-bg_glass_65_ffffff_1x400.png.8190.img.ashx)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; 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.8190.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.8190.img.ashx)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../images/alv/ui/ui-icons_ffffff_256x240.png.8190.img.ashx)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../images/alv/ui/ui-icons_ffffff_256x240.png.8190.img.ashx)/*{iconsHeader}*/; }

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* 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:left; 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; }
/*
* Style de l'application qui ne rentre pas dans la charte graphique
*/

/***********************************************************************************
 * Section: Portal Site
 ***********************************************************************************/

#alv .alv-mbg-portal{
	background: Transparent url('../images/common/img_bg_portal.jpg.11336.img.ashx') no-repeat;
}

/***********************************************************************************
 * Section: My Profile
 ***********************************************************************************/

#alv .alv-bg-mail{
	height: 70px;
	width: 75px;
	background: Transparent url('../images/common/img_mail.jpg.11366.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;
}
/***********************************************************************************
 * 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.3916.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.3916.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.9178.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.9178.img.ashx) no-repeat top left;
}

#alv .PopupSectorFundamentals ul {
	clear: both;
	margin: 0;
	padding: 0;
	background-color:White;
}
#alv .PopupSectorFundamentals ul li {
	background: url(../images/common/arrow-li.gif.707.img.ashx) no-repeat 0px 4px !important;
	/background: url(../images/common/arrow-li.gif.707.img.ashx) no-repeat 0px 9px !important;
	list-style: none;
	color: #939393;
	padding-left: 8px;
	background-color:White;
}
#alv .PopupSectorFundamentals ul li a
{
	color: #333333;
}
#alv .PopupSectorFundamentals ul li a:hover {
	color: #ED4296 !important;
}


/***********************************************************************************
 * 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 {
	color: #ED4296;
	cursor: default;
	font-weight: bold;
}

#alv .alv-searchfield input{
	border: 0px none White;
	height: 25px;
	width: 250px;
}

#alv .alv-searchfield .alv-searchfield-content{
	border: 1px solid #E5E5E5;
	padding: 2px;
}

/* Recherche standard */
/*#alv {
	position: absolute;
	z-index: 99;
	top: 25px;
	right: 0px;
}*/
#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.707.img.ashx) no-repeat top left;
	border: 0 none;
	width: 280px;
	padding: 2px;
}
#alv #Search .button{
	margin-top: 3px;
}

#alv .toolTipSearch {	
	height:6px;
	width:365px;	
	height:68px;
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:10px;
	padding-right:52px;
}

#alv .toolTipSearch.background {
	background: url(../images/tooltipSearch.png.0.img.ashx) no-repeat;
}

/***********************************************************************************
 * 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.10150.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.10150.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.10150.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.10150.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;
        line-height: 11px;
}

/***********************************************************************************
 * Section: Styles du WebTemplatesEditor
 ***********************************************************************************/
.WEtotal {
	background:#575757 none repeat scroll 0%;
	color:#FFFFFF !important;
	font-weight:bold;
}
.WEtotal td	
{
	background:#575757 none repeat scroll 0%;
	color:#FFFFFF !important;
	font-weight:bold;
}

.WEpositive {
	color:#2DB300;
}

.WEnegative {
	color:#FF0000;
}

.WEGrey td
{
	color: #868686;
}

.hoverRed
{
	color: Black;
}
.hoverRed:hover
{
	color:#ED4296 !important;
}
.impaire .redirectTextLocation {
	color: #BCBCBC;
}
.paire .redirectTextLocation {
	color: #BCBCBC;
}
.hovered .redirectTextLocation {
	color: #ED4796;
}

.HelpScreenList {
	list-style-image: url(../Images/navigation/puce.gif.4980.img.ashx);
	margin-left:20px;
}
.HelpScreenList li{
	margin: 5px 0;
	margin-left:20px;
}

/***********************************************************************************
 * Section: Sinequa
 ***********************************************************************************/

.underlineWord {
	background-color:Yellow;
}
/* 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.707.img.ashx) repeat-x #EFF0F1;
	background-image: none;
	height: 20px;
}
.paire td.TypeE
{
	background: #E0E2E4;
}
.impaire td, .impaire th
{ 
	height:20px;
	background:#FFF;
}
.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;
}
tr.selected td{
	background-color: #F7B0D3;
}
th.dark
{
	color: #696A6D !important;
}
td.light
{
	color: #909297 !important;
}

.impaire td.pink, .impaire th.pink
{
	background-color: #FFF !important;
	height: 20px !important;
	color: #ED4296 !important;
	font-weight: bold !important;
}
.paire td.pink, .paire th.pink
{
	background-color: #FFF !important;
	height: 20px !important;
	color: #ED4296 !important;
	font-weight: bold !important;
}
th.pink
{
	color: #ED4296 !important;
	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;
}

tr.impaire.hoverText td, tr.paire.hoverText td, tr.paire.hoverText th, tr.impaire.hoverText th
{
	color: #ED4296 !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.9087.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.9087.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.707.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 th span
{
	color: #ED4296;
}
.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;
	color:#ED4296;
}
.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;
	color: #ED4296 !important;
}

/* Pose Probl�me dans la page Account
.Bloc .Data table td span
{
	 color: #ED4296;  
	font-weight: bold;
}
*/
.Bloc .Data table td img
{
}
.Bloc .Data .Colonne
{
	width: 50%;
	text-align: center !important;
}
.PricipalColorLinkSite,
.PricipalColorSite,
.Company{
	color: #ED4296 !important;
}

.Company {
	font-weight: bold !important;
}
.Company a {
	color: #ED4296 !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
{
	color: #ED4296;
	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
{
	background-color: #ED4296;	
	color : White;
	border-color: #0066FF;
	border-bottom-style: solid;
}*/
.HoverMeComments
{
	border-color: #0066FF;	
	border-bottom-style: solid;
}
.HoverMeNotes
{
	background-color: #ED4296;	
	color : White;
	cursor: pointer;
}
.HoverMeNotes.hover
{
	background-color: #F8B6D6;	
	color : #ED4296;
	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.9178.img.ashx), default;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
    z-index:110;
}



/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* D�finit un bouton */
.spanButton {
	background:transparent url(../images/common/bg_DisplayTable_a.gif.0.img.ashx) 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.hovered
{
	background: #ED4296;
	color: #36373A !important;
	background: url(../images/common/bg_DisplayTable_a_hover.gif.0.img.ashx) top left no-repeat;
}
*/
.spanButton.active
{
	background: #FFF;
	color: #ED4296 !important;
	font-weight: bold;
	background: url(../images/common/bg_DisplayTable_a_active.gif.0.img.ashx) top left no-repeat;
}

/* Petit titre */
.smallTitle {
	color:#ED4296;
	font-family:Arial Narrow;
	font-size:15px;
	font-weight:bold;
}

.jScrollPaneContainer
{
	position: relative;
	overflow: hidden;
	/*z-index: 1;*/
}

#Categories .jScrollPaneContainer
{
	float: left;
}

.jScrollPaneTrack
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #FFF;
}
.jScrollPaneDrag
{
	position: absolute;
	background: #F6A0CA;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp
{
	display: block;
	position: absolute;
	/*z-index: 1;*/
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden; /*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover
{
	/*background-color: #f60;*/
}

a.jScrollArrowDown
{
	display: block;
	position: absolute;
	/*z-index: 1;*/
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden; /*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover
{
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
	/*background-color: #f00;*/
}
ul#Navigation {
	margin: 0;
	padding: 0 6px 10px 0;
	list-style: none;
	background: #F0F1F2;
	font-size: 0.688em;
	width: 186px;
	overflow: hidden;
}
ul#Navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #EBECEE;
	padding: 1px 0;
	overflow: hidden;
	width: 186px;
	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: 85%;
	float:left;
}
ul#Navigation li a.plus {
	background: url(../images/navigation/plus.gif.707.img.ashx) 3px 4px no-repeat Transparent;
	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 {
	background-image: url(../images/navigation/moin.gif.4877.img.ashx);
	cursor: default;
}
ul#Navigation li.on a.plus.on {
	background-image: url(../images/navigation/plus-on.gif.4877.img.ashx);
}
ul#Navigation li.on a {
	color: #ED4296;
}
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.on a {
	color:#ED4296;
}
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: 20px 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
{
	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.885.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.1726.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.hover li a:hover
{
	color: #ED4296;
}
#Navigation2 li.on
{
	background: #FFF;
}
#Navigation2 li.on a
{
	color: #ED4296;
}
#Navigation2 li.on ul li a
{
	color: #909297;
}
#Navigation2 li.on ul li.on a
{
	color: #ED4296;
	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: 130;
}

/* Permet de centrer le Popup */
.PopupCenter 
{
	position: absolute; 
	top: 0px;
	width:100%;
	z-index: 131;
}

/* 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;
	color: #ED4296;
	font-size: 1.27em !important;
	text-transform: uppercase;
}
.Popup input.text
{
	border: 1px solid #A7A9AD;
	background: #FFF;
	color: #ED4296;
	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
{
	padding: 10px 2px 20px 2px;
	height: 440px;
	float: left;
	display: inline;
	background-color: #F3F3F3;
}

#Concept.Popup .bloc h2
{
	margin: 0 5px 5px 0;
}
#Concept.Popup .bloc.bc
{
	margin: 10px 0 0 30px;
}
#Concept.Popup .bloc.isc
{
	margin: 10px 0 0 10px;
}
#Concept.Popup .bloc.st
{
	margin: 10px 0 0 10px;
}
#Concept.Popup ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 215px;
	/*height: 430px;
	background: url(../images/popup/bg_ul.gif.707.img.ashx) bottom left repeat;*/
}
#Concept.Popup ul li
{
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	/*border-bottom: 1px solid transparent;*/
	margin-bottom: 1px;
	list-style: none;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}
#Concept.Popup ul li label
{
	cursor: pointer;
	font-weight: bold;
}
#Concept.Popup ul li a
{
	color: #000 !important;
	text-decoration: none;
}
#Concept.Popup ul li.active
{
	background-color: #F068AC !important;
	color: #FFF !important;
	font-weight: bold;
}
#Concept.Popup ul li.hover
{
	background-image : none;
	background-color: #FFF;
	color: #ED4296;
	font-weight: bold !important;
}
#Concept.Popup ul li.hover label
{
	font-weight: bold !important;
	color: #ED4296 !important;
}
#Concept.Popup ul li.active label
{
	font-weight: bold !important;
	color: #FFF !important;
}
#Concept.Popup ul li.active a
{
	color: #FFF !important;
}
#Concept.Popup ul li.happy
{
	background-image: url(../images/popup/picto_happy.gif.4009.img.ashx);
}
#Concept.Popup ul li.angry
{
	background-image: url(../images/popup/picto_angry.gif.4011.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 {
	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 {
	float: left;
	font-size: 0.71em;
	margin: 0 3px 0 0;
	text-align: center;
	padding: 0 5px;
}
#Concept.Popup .option div a {
	color: #F4A3CB;
}
#Concept.Popup .option div.on {
	background: #ED4296 url(../images/header/bg_option-div-on.gif.707.img.ashx) no-repeat 3px 5px;
	border: 1px solid #ED4296;
	color: #FFF;
	padding: 0 5px 0 12px;
	margin-bottom: 2px;
}
#Concept.Popup .option div.on a {
	color: #FFF;
}
#Concept.Popup .option div.off {
	background: transparent;
	border: 1px solid #F4A3CB;
	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.707.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
{
	background-color: #F068AC !important;
	color: #FFF !important;
	font-weight: bold;
}
#Europe.Popup ul li.hover
{
	background-color: #FFF;
	color: #ED4296;
	font-weight: bold !important;
}
#Europe.Popup ul li.hover label
{
	font-weight: bold !important;
	color: #ED4296 !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.4009.img.ashx);
}
#Europe.Popup ul li.angry
{
	background-image: url(../images/popup/picto_angry.gif.4011.img.ashx);
}
#Europe.Popup ul li input
{
	display: none;
}

/* popup liste */
#List
{
}
#List .Data .list
{
	width: 240px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border: 8px solid #ED4296;
	border-right: 3px solid #ED4296;
	border-left: 3px solid #ED4296;
	position: relative;
	height: 320px !important; /*	/height: 390px !important; */
	overflow: auto;
	background: url(../images/common/bg_scroller.gif.707.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.707.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.707.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.11179.img.ashx) no-repeat top left;
}
#Sector.Popup ul li.hover .teteLabel.oneline {
	background: url(../images/common/bg_list_sector-hover.gif.9178.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.9178.img.ashx) no-repeat top left;
	color: #ED4296;
	font-weight: bold;
}
#Sector.Popup ul li .teteLabel.twoline {
	background: url(../images/common/bg_list_sector2line-off.jpg.2295.img.ashx) no-repeat top left;
	height: 36px;
}
#Sector.Popup ul li.hover .teteLabel.twoline {
	background: url(../images/common/bg_list_sector2line-hover.jpg.2295.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.2295.img.ashx) no-repeat top left;
	color: #ED4296;
	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 {
	background: #ED4296;
	color: #FFF;
	font-weight: bold;
}
#Sector.Popup ul li .SubCategory ul li.active {
	background: #FFF;
	color: #ED4296;
	font-weight: bold;
}
/*#Sector.Popup ul li.active .SubCategory ul li {
	background: #ED4296;
	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;
	background: url(../images/common/btn_date-off.gif.7978.img.ashx) no-repeat 0px 7px;
	float: left;
	text-align: center;
}
.Options .selected,
.Years .selected {
	color: #ED4296;
	background: url(../images/common/btn_date-click.gif.7978.img.ashx) no-repeat  0px 7px;
}
.Options .Date{
	width: 66px;
	background-image: url(../images/common/btn_option-off.gif.9178.img.ashx);
	text-align: center;
}
.Options .selected{
	background-image: url(../images/common/btn_option-click.gif.9178.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.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{
	color: #ED4296;
}
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: Transparent url('../images/common/picto_del2.gif.2872.img.ashx') no-repeat center 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;
}
/* CSS Squelette */
body
{
	
	background: url(../images/bg_global.jpg.11082.img.ashx) repeat-x top #9B9B9B;
	position: relative;
}
#Global
{
	width: 990px;
	margin: 0 auto;
	background: url(../images/global-shadow.png.4189.img.ashx) repeat-y top;
	position: relative;
}

tr.PagerStyle{
}
tr.PagerStyle table  td.PagerPageExtender{
	width: 10%;
}
td.PagerPageExtender img{
	margin: 0px 2px;
}
tr.PagerStyle table  td.PagerPageNav{
	width: 2%;
}

tr.PagerStyle table td.PagerPageNext,
tr.PagerStyle table  td.PagerPagePrev{
	/*width: 32%;*/
	min-width : 32%;
	/width: 32%;
}

.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 {
	color:#ED4296;
	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.11179.img.ashx) no-repeat top left;
}

.smallBtn_1year-off,
.smallBtn_1year-on,
.smallBtn_1year-click{
	background: url(../images/common/tools/en/bt_1Year.jpg.11179.img.ashx) no-repeat top left;
}

.smallBtn_3months-off,
.smallBtn_3months-on,
.smallBtn_3months-click{
	background: url(../images/common/tools/en/bt_3Months.jpg.11179.img.ashx) no-repeat top left;
}

.smallBtn_1months-off,
.smallBtn_1months-on,
.smallBtn_1months-click{
	background: url(../images/common/tools/en/bt_1Month.jpg.11179.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.4189.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;
}

.Text12 {
	color:#5A595A;
	font-family:Calibri;
	font-size:12px;
	font-weight:normal;
}

.Text18 {
	color:#5A595A;
	font-family:Calibri;
	font-size:18px;
	font-weight:normal;
}

.SimpleLink 
{
	color:#939393;
	font-family:Arial,Helvetica,sans-serif;
}

.SimpleLink:hover
{
	color:#ED4296;
}

#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.4189.img.ashx) repeat-x top #FFF !important;
	padding: 24px 6px 0 6px;
}

#Interne {
	background: url(../images/bg_interne.jpg.4189.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;
}

.CompagniesPopup ul {
	clear: both;
	margin: 0;
	padding: 0;
	background-color:White;
}
.CompagniesPopup ul li {
	background: url(../images/common/arrow-li.gif.707.img.ashx) no-repeat 0px 4px !important;
	/background: url(../images/common/arrow-li.gif.707.img.ashx) no-repeat 0px 9px !important;
	list-style: none;
	color: #939393;
	padding-left: 8px;
	background-color:White;
}
.CompagniesPopup ul li a
{
	color: #333333;
}
.CompagniesPopup ul li a:hover {
	color: #ED4296 !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
{
	clear: both;
	margin: 0;
	padding: 0;
}
#Historics ul li, #RandomCompanies ul li
{
	background: url(../images/common/arrow-li.gif.707.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;
}
#RandomCompanies ul li{
padding: 5px 0 15px 18px;
}
#Historics ul li a, #RandomCompanies 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 .Header h3 a:hover{
	color: #ED4296; 
}
.SmallList .Data .Scroller {
	height: 200px;
	overflow: hidden;
}
.SmallList .Data .jScrollPane {
	background: url(../images/common/bg_scroller.gif.707.img.ashx) repeat-y top right;
}
.SmallList .Data h4 {
	font-size: 0.65em;
	background: #EFEFF0 url(../images/common/bg_h4_small-list.gif.758.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.9178.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li.status1 {
	background: url(../images/common/bullet-1.gif.9178.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li.status2 {
	background: url(../images/common/bullet-2.gif.9178.img.ashx) no-repeat 1px 9px !important;
	padding-left: 12px;
}
.SmallList ul li,
.SmallList ul li a {
	color: #A7A9AD;
}
.SmallList ul li a:hover {
	color: #ED4296;
}
.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;
}
#KeySensitives h3 {
	width: auto;
	font-size:0.88em;
	letter-spacing:-1px;
	text-transform:uppercase;
}
#KeySensitives h3 img {
	margin-top: -2px;
}
#KeySensitives .pink {
	font-weight: normal !important;
	font-size: 0.70em !important;
	border-bottom: 2px solid #ED4296;
}


.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;
}

.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 {
	color:#ED4296 !important;
}

.NextImg {
	background: url('../images/common/next-off.gif.11179.img.ashx') no-repeat top left;
	width: 22px;
	height: 18px;
	float: right;
	cursor: pointer;
}
.BackImg {
	background: url('../images/common/back-off.gif.11179.img.ashx') no-repeat top left;
	width: 22px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.BackImg.-on {
	background: url('../images/common/back-on.gif.11179.img.ashx') no-repeat top left;
	width: 22px;
	height: 18px;
	float: left;
}
.NextImg.-on {
	background: url('../images/common/next-on.gif.11179.img.ashx') no-repeat top left;
	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 {
	text-align: justify;
	line-height:22px;
}

#DailyNew .DailyNewTitle {
	color: #ED4296;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 10px;
}

#DailyNew .DailyNewText a, #DailyNewReader .DailyNewText a {
	color:#ED4296;
}

#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.9087.img.ashx) no-repeat scroll top left !important;
}

#AVIdeas .jScrollArrowDown {
	background:transparent url(../images/small_arrow_down.png.9087.img.ashx) no-repeat scroll top left !important;
}

.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 {
	color:#ED4296;
	font-size:0.80em;
	font-weight:bold;
}

.NotificationsDate {
	color:Black;
	font-size:0.80em;
}

.NotificationsText {
	font-size: 0.75em; 
	text-align: justify;	
}

.mainColor 
{
	color:#ED4296;
}

.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;
}
/* 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.4189.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
{
	/*z-index: 99999999;*/
	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
{
	color: #ED4296;
	font-weight: bold;
}
.window .Highlight
{
	background: #575757 none repeat scroll 0%;
	color: #FFFFFF !important;
	font-weight: bold;
}

.SecureHelp
{
	background-color: #F6F6F6;
}

.FuzzHelp
{
	font-size: 8pt;
	font-family: Verdana;
	font-style: italic;
	padding: 5px 40px 5px 40px;
	text-align: justify;
	display: none;
}

/* ---------------------       Paticulier au boite de dialogues       ---------------------*/
.dialog
{
	margin: 0px auto;
	min-width: 20em;
	color: #fff;
	position: relative;
}

.dialog .hd .c, .dialog .ft .c
{
	font-size: 1px; /* ensure minimum height */
	height: 13px;
}

.dialog .ft .c
{
	height: 14px;
}

.dialog .hd
{
	background: transparent url(../images/dialog/tl.gif.4098.img.ashx) no-repeat 0px 0px;
}

.dialog .hd .c
{
	background: transparent url(../images/dialog/tr.gif.4098.img.ashx) no-repeat right 0px;
}

.dialog .bd
{
	background: transparent url(../images/dialog/ml.gif.4098.img.ashx) repeat-y 0px 0px;
}

.dialog .bd .c
{
	background: transparent url(../images/dialog/mr.gif.4098.img.ashx) repeat-y right 0px;
}

.dialog .bd .c .s
{
	margin: 0px 8px;
	background: #BFBFBF repeat-x 0px 0px;
	padding: 0.2em;
}

.dialog .ft
{
	background: transparent url(../images/dialog/bl.gif.4098.img.ashx) no-repeat 0px 0px;
}

.dialog .ft .c
{
	background: transparent url(../images/dialog/br.gif.4098.img.ashx) no-repeat right 0px;
}
