a		{font-family:Tahoma;font-weight:normal;font-size:8pt;color:black;text-decoration:none}
table	{font-family:Tahoma;font-weight:normal;font-size:8pt;color:black;text-decoration:none}
p		{font-family:Tahoma;font-weight:normal;font-size:8pt;color:black;text-decoration:none}
a:hover	{color:#213005;text-decoration:none}
body 	{background-color:white; background-image:url(../images/bgbody.gif); background-position:center;background-repeat:repeat-y;}
.big	{font-family:Tahoma;font-weight:normal;font-size:15pt;color:#475826;text-decoration:none}
.footer	{font-family:Tahoma;font-weight:normal;font-size:7pt;color:white;text-decoration:none}
.footer:hover	{color:white}
input  	{font-family:tahoma;font-size:8pt;color:black;border:0px}
select 	{font-family:tahoma;font-size:8pt;color:black;background-color:white;border:0px; width:140px}
textarea	{font-family:tahoma;font-size:8pt;color:black;border:0px}
.small	{font-size:7pt}
.bouton	{background-color:#15183C; background-image:url(../images/button.gif); font-style:italic; width:65px; height:18px; color:#FFFFFF}
.button	{font-family:tahoma;font-size:8pt;color:black;border:1px solid black}

* {padding:0; margin:0}

div.nav
{
top: -24;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:999999;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-family: Copperplate Gothic Bold;
font-size:12pt;
text-align:center;
z-index:999999;
/*background-color: #1F355A; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 136px; /*Width of top level menu link items*/
height: 24px;
padding: 2px 2px;
border-left-width: 0;
text-decoration: none;
color: white;
font-family: Copperplate Gothic Bold;
font-size:12px;
z-index:999999;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #A9986D;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
background-color: #A9986D;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 136px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 2px 2px;
background-color: #A9986D;
font-size:10px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 119px; /* no need to change, as true value set by script */
top: 0;
}

.suckertreemenu ul li a:hover{
background-color: #A9986D;
color: black;
}
.suckertreemenu ul li ul li a:hover{
background-color: #1F355A;
color: white;
}


/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{
background: #1F355A url(media/arrow-down.gif) no-repeat center right;
}*/

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #A9986D url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
