/* CSS Document */

BODY{

background-image:url(bg.gif);
background-repeat:repeat-x;
background-color:#888F94;
margin-top:5px;
}

TABLE,
SELECT,
INPUT,
OPTGROUP,
TEXTAREA {font-family: Arial, Helvetica, sans-serif; color: #525759; font-size: 11px}

TABLE.main TD.border
{
	border-left:1px solid #CBCED1;
	border-right:1px solid #6C6F72
}


H1
{	
	color:#E32518;
	font-family:Helvetica;
	margin: 0px 0px 0px 20px;
	font-size:22px;
	font-weight:bold;
}


H2
{
	color:#E32518;
	font-family:Helvetica;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top:5px;
}

H3
{
	color:#7A588D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

UL
{
	color:#000000;
	font-size:12px;
	
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url('css-li.gif');
	margin: 0px 0px 6px 20px;
	padding:0px
}


TABLE.menubar
{
	width:808px;
	margin: 0px 0px 4px 20px;
	background-image:url('bg_menubar.gif');
	background-repeat:repeat-x;
}


TABLE.home_shadow
{
	width:400px;	
}

TABLE.home_shadow TD.title_left
{
	
	width:200px;
	vertical-align:bottom;
	color:#7A588D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

TABLE.home_shadow TD.title_right
{

	width:200px;
	background-color:#FFFFFF;
	background-image:url('bg_table_shadow.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	
}


TABLE.home_shadow TD.contenu_left
{
	width:190px;
}
TABLE.home_shadow TD.contenu_right
{
	width:190px;
	text-align:left;
	height:150px;
	padding-right:3px;
}


TABLE.home_shadow TD.shadow_left
{
	width:9px;
	/*background-image:url('shadow_left.gif');
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
TABLE.home_shadow TD.shadow_right
{
	width:9px;
	background-image:url('shadow_right.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}

TABLE.home_shadow TD.bottom_left
{
	width:200px;
	/*background-image:url('shadow_bottom_left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	height:14px;
	*/
}

TABLE.home_shadow TD.bottom_right
{
	width:200px;
	background-image:url('shadow_bottom_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:14px;
}



TABLE.pagewithmenu {margin-left:15px;}
TABLE.pagewithmenu TD{vertical-align:top;}
TABLE.pagewithmenu TD.leftmenu{background-image:url(logo_Esker_Grey.gif); background-position:bottom center;background-repeat: no-repeat;}



/*-------------------------------------------------------------------------------------------------- Central content */

TD.centralcontent{width:600px; padding-left:5px;margin-right:5px}
TD.centralcontent H1{margin: 0px 0px 0px 0px;}
TD.mcontent H1 , TD.centralcontent H1 {margin: 0px 0px 18px 0px;	color: #E42518;	font-size: 20px;	font-weight: bold;	font-style: normal;	text-align: left;}
TD.mcontent H2,TD.centralcontent H2,TD.centralcontent H2  {margin: 0px 0px 18px 10px;	color: #004e8f;	font-size: 18px;	font-weight: bold;	font-style: normal;	text-align: left; }
TD.mcontent H3,TD.centralcontent H3 {margin: 18px 0px 6px 0px;	color: #004e8f;	font-size: 16px;	font-weight: bold;	font-style: normal;	text-align: left;padding: 12px 0px 0px 18px; background-image: URL('css-h2.gif'); background-repeat: no-repeat; background-position: center left}
TD.mcontent  H4 ,TD.centralcontent H4 {margin: 0px 0px 6px 0px;	  color: #004e8f;	font-size: 11px;	font-weight: normal;	font-style: normal;	text-align: left;}
TD.mcontent P, TD.centralcontent P  {margin: 0px 0px 6px 0px;}
TD.mcontent A,TD.centralcontent A {text-decoration: underline;	color: #004e8f;	}
TD.mcontent  A:hover,TD.centralcontent A:hover {color: #666666;	text-decoration: underline;}
TD.mcontent STRONG,TD.centralcontent STRONG {color: #E42518;	font-weight: normal;}
TD.mcontent EM,TD.centralcontent EM {color: BLACK;	font-style: normal;	font-weight: normal;}
TD.mcontent SPAN[style="font-weight: bold;"],TD.centralcontent SPAN[style="font-weight: bold;"] {color: #E42518;	font-weight: normal;}
TD.mcontent SPAN[style="font-style: italic;"],TD.centralcontent SPAN[style="font-style: italic;"] {color: BLACK;	font-style: normal;	font-weight: normal;}
TD.mcontent BLOCKQUOTE,TD.centralcontent BLOCKQUOTE {margin: 0px 0px 12px 20px;}
TD.mcontent UL,TD.centralcontent UL {list-style-type: square;	list-style-position: outside; list-style-image: url('css-li.gif'); margin: 0px 0px 6px 0px; padding:0px;color:#666666;font-size:11px}
TD.mcontent P + UL,TD.centralcontent P + UL {margin-top: -3px}
TD.mcontent LI,TD.centralcontent LI {margin: 0px 0px 3px 40px; padding: 0px}
TD.mcontent .Red,TD.centralcontent .Red {color: #E42518;}
TD.mcontent .Blue ,TD.centralcontent .Blue {color: #004e8f;}
TD.mcontent .InsertRight ,TD.centralcontent .InsertRight {margin: 0px 0px 12px 12px;	text-align: center;  float:right;}

TABLE.home_content H2 {font-size: 16px;}


TABLE.bottom 
{
width:100%;
}

TABLE.bottom TD.right
{
	text-align:right;
}

TABLE.bottom TD.left
{
padding-left:10px;
width:650px;
}

TABLE.bottom TD.left HR
{
height:1px;
color:#c0c0c0;
}

/*--------------*/
TABLE.footer
{
	background-color:#FFFFFF;
}

TABLE.footer TD
{
	color:#E42518;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;	
}


TABLE.footer TD HR
{
	 display:block; height: 2px;color:#c0c0c0;
}

TABLE.footer TD.copyright
{
	color:#c0c0c0;
	text-align:right;
	font-size:9px;
}


TABLE.footer  A
{
	font-size:9px;
	color:#808080;
	text-decoration:none;
}

TABLE.footer SPAN.separator
{
	font-size:9px;
	color:#808080;
	
}

TABLE.footer  A:hover
{	
	color:#E42518;	
}
/*-----------------*/

/*####################################################################*/


/*************************************************************************************************** MenuBar */
#MenuBar{position: relative}
TABLE.MenuBar {width: 100%; border-collapse: collapse;  }
TABLE.MenuBar TD {width: 87px;  text-align: center; vertical-align: middle; background-repeat: repeat-x}
TABLE.MenuBar TD.Unselected {}
TABLE.MenuBar TD.Selected   {}

TABLE.MenuBar TD IMG     {vertical-align: middle}
TABLE.MenuBar TD.Unselected IMG.Unselected  {display: auto}
TABLE.MenuBar TD.Unselected IMG.Selected    {display: none}
TABLE.MenuBar TD.Selected   IMG.Unselected  {display: none}
TABLE.MenuBar TD.Selected   IMG.Selected    {display: auto}

TABLE.MenuBar TD A {display: block; height: 100%; padding-top: 0px}

table.DDMenu {position: absolute;  z-index: -10; top:100px; left:200px; background-color: #7494B6}

table.DDMenu TD.OneCol   {}
table.DDMenu TD.TwoColsA {width: 50% }
table.DDMenu TD.TwoColsB {width: 50%; padding-left: 1px; vertical-align: top}

table.DDMenu2 {width: 100%; border: solid #7494B6; border-width: 4px 10px; border-collapse: collapse}
table.DDMenu2 TD      {text-align: left; color: White; padding: 4px 20px 4px 0px; border-bottom: 1px solid #527ba4;}
table.DDMenu2 a       {color: White; font-weight: normal; text-decoration: none}
table.DDMenu2 a:hover {color: #E42518}

table.NoBorder { border-width: 0px }
/******************Upadte du menu*/


table.DDMenu TD.LightBlue {padding-left:10px;background-color: #7494B5;}
table.DDMenu TD.DarkBlue {padding-left:10px;background-color: #5b81a9;border-bottom:0px;}


table.DDMenu TD.Top {border-top:1px solid #527ba4; border-bottom:0px;}
table.DDMenu TD.Middle {border-top:1px solid #527ba4; border-bottom:1px solid #527ba4;}
table.DDMenu TD.Bottom {border-top:1px solid #527ba4; border-bottom:14px;}



/***************************************************************************************************LEFt Menu */
TABLE.Menu { margin-top:10px;}
TABLE.Menu { width: 170px; border-bottom: 1px solid #C2C4C4; border-collapse: collapse;}
TABLE.Menu TD.CurrentElm {background-color: #EDEFF4}
TABLE.Menu TD {color: #525759}
TABLE.Menu TD.Niv0           {text-transform:uppercase;font-size:11px;padding: 4px 5px 4px 5px; font-weight: bold; border-top: 1px solid #C2C4C4; }
TABLE.Menu TD.Niv0 A         {color: #525759; text-decoration: none}
TABLE.Menu TD.Niv1Rolled     {padding: 4px 5px 4px 5px; font-weight: bold; border-top: 1px solid #C2C4C4; }
TABLE.Menu TD.Niv1Unrolled   {padding: 4px 5px 4px 5px; font-weight: bold; border-top: 1px solid #C2C4C4; }
TABLE.Menu TD.Niv1Rolled   A {color: #004e8f; text-decoration: none}
TABLE.Menu TD.Niv1Unrolled A {color: #004e8f; text-decoration: none}
TABLE.Menu TD.Niv2Rolled     {padding: 4px 5px 4px 24px; border-top: 0px solid White;  background-image: URL('css-menu-niv2.gif'); background-repeat: no-repeat; background-position: 10px 2px}
TABLE.Menu TD.Niv2Unrolled   {padding: 4px 5px 4px 24px; border-top: 0px solid White;  background-image: URL('css-menu-niv2.gif'); background-repeat: no-repeat; background-position: 10px 2px}
TABLE.Menu TD.Niv2Rolled   A {color: #525759; text-decoration: none}
TABLE.Menu TD.Niv2Unrolled A {color: #525759; text-decoration: none}

TABLE.Menu TD.Niv3Rolled           {font-weight:normal;padding: 2px 5px 4px 24px; background-image: URL('css-menu-niv3.gif'); background-repeat: no-repeat; background-position: 15px 2px}
TABLE.Menu TD.Niv3UnRolled           {padding: 2px 5px 4px 24px; background-image: URL('css-menu-niv3.gif'); background-repeat: no-repeat; background-position: 15px 2px}
TABLE.Menu TD.Niv3Rolled  A         {color: #525759; text-decoration: none;}
TABLE.Menu TD.Niv3UnRolled  A         {color: #525759; text-decoration: none;}

TABLE.Menu TD.Niv4Rolled           {padding: 2px 5px 4px 24px; }
TABLE.Menu TD.Niv4UnRolled           {padding: 2px 5px 4px 24px;}
TABLE.Menu TD.Niv4Rolled A         {color: #525759; text-decoration: none}
TABLE.Menu TD.Niv4UnRolled A         {color: #525759; text-decoration: none}



TABLE.Form {margin-bottom: 12px}
TABLE.Form th {color: #656565; text-align: right; font-weight: normal; padding: 2px 15px 5px 10px}
TABLE.Form td {color: #656565; padding-bottom: 5px}
TABLE.Form input,
TABLE.Form textarea,
TABLE.Form select {border: 1px solid #656565; color: #656565}
TABLE.Form em {font-weight: normal}
TABLE.Form .submit {color: White; font-weight: bold; border: 0px; background: #E42518}
P.Form {color: #656565; padding-bottom: 5px}
TABLE.Form .noborder {border: 0px solid #656565}

/*####################################################################*/





TABLE.listing TH{background-color:#7E5994;color:white}
TABLE.listing TR.odd{background-color:#F1F2F3}
TABLE.listing TR.even{background-color:#E8E9EB}
TABLE.listing TD.item{vertical-align:middle;text-align:center;font-weight:bold;color:#7E5994}
TABLE.listing TD.selec{background-image:url(thick_box.gif);background-repeat:no-repeat;background-position:center;}
TABLE.listing TD {padding-left:5px;}



table.discount {border:0px solid}
table.discount td{color:white;padding:5px;font-weight:bold;}
table.discount td.v1 {background-color:#4a1663;font-weight:bold;text-align:center;}
table.discount td.v2 {background-color:#7c5990}
table.discount td.g1 {background-color:#d0d3d4}
table.discount td.g2 {background-color:#c2c5c7}
table.discount td.g3 {background-color:#bdc1c3}
table.discount td.g4 {background-color:#b8bcbf}
table.discount td.g5 {background-color:#b3b8ba}
table.discount td.g6 {background-color:#a4aaae}
table.discount td.g7 {background-color:#969ca0}
table.discount td.g8 {background-color:#888e92}
table.discount td.g9 {background-color:#72797c}

#live_chat_status
{
padding-top:5px;
text-align:center;
}			