#container 
{
position: relative;
top: 0px;
left: 0px;
}

#printP 
{
   position: absolute;
   /*background: url(../graphics/clipart/printicon.jpg) no-repeat;*/
   width: 30px;
   height: 24px; 
   left: 323px;
   top: 10px;
}

#printI a
{
   position: absolute;
   background: url(../graphics/clipart/imprimer.gif) no-repeat;
   width: 30px;
   height: 24px; 
   left: 322px;
   top: 1px;
}

#printI a:hover
{
   position: absolute;
   background: url(../graphics/clipart/imprimer_over.jpg) no-repeat;
   width: 30px;
   height: 24px; 
   left: 322px;
   top: 1px;
   
}

#printT {
    position: absolute;
	visibility: hidden;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-align:right;
	/*background: url(../graphics/clipart/printicon_over.jpg) no-repeat;*/ 
    width: 93px;
    height:16px;
	left: 292px;
	top: -14px;
	
   }

#mailI a
{
   position: absolute;
   background: url(../graphics/clipart/envoyer.gif);
   width: 30px;
   height: 24px;
   left: 352px;
   top: 0px;
}

#mailI a:hover
{
   position: absolute;
   background: url(../graphics/clipart/envoyer_over.jpg) no-repeat;
   width: 30px;
   height: 24px;
   left: 352px;
   top: 0px;
} 

#mailT 
{
    position: absolute;
	visibility: hidden;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-align:right;
	/*background: url(../graphics/clipart/printicon_over.jpg) no-repeat;*/ 
    width: 93px;
    height:16px;
	left: 292px;
	top: -14px;
}

/**** main body **/

#side
{
position: absolute;
background: url(../graphics/clipart/green.png) repeat-y;
top: 0px;
left: 0px;
height: 2000px;
width: 205px;
}

.style1 
{
	color: #FFFFFF
}


table
{
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	background-color: #FFFFFF;
}



#yellow
{
	color: #ffd800;
	font-family: arial black;
	font-size: 13px;
	font-weight: bold;
}

#small
{

}
/****************** tree links *******************************/

#linksJ a
{
 color: #3398BE;
 font-size: 10px;
 font-family: verdana;
 font-weight: 700;
 text-decoration: none;
}

#linksJ a:hover
{
 color: #3398BE;
 margin: 0;
 text-decoration: underline;
}

#textJ
{
 color: black;
 font-size: 10px;
 font-family: verdana;
 font-weight: normal;
 text-decoration: none;
}

/*** list links ****/

#linksL a
{
 color: #3398BE;
 font-size: 11px;
 font-family: verdana;
 font-weight: bold;
 text-decoration: none;
}

#linksL a:hover
{
 color: #3398BE;
 margin: 0;
 text-decoration: underline;
}

/******* ring link *************/
#ring
{
position: absolute;
top: 2px;
}

/******* headings *************/
#b1
{
    font-family: verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
}

#b2
{
	font-family: verdana;
	font-size: 24px;
	color: black;
	font-weight: bold;
}

#b3
{
    font-family: verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-decoration:underline;
}
/*************** text styles***************/

#article 
{
	font-family: verdana;
	font-size: 12px;
	color: black;
    font-weight: normal;
}


#article li
{
list-style-type: disc;
}


#yellow
{
	color: #ffd800;
	font-family: arial black;
	font-size: 13px;
	font-weight: bold;
}

#small
{
	font-family: verdana;
	font-size: 10px;
	color: black;
    font-weight: normal;
}

/*********************** menu placement */

#menu1
{
	position: absolute;
	z-index: 2;
	top: 0;
	height: 156px;
}

#menu2
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top:0px;
}

/* Description on rollover */

#TitleDiv
{
    font-family: arial;
    font-size: 9pt;
	font-weight: bold;
    border: black 1px solid;
    background-color: lightyellow;
    display: none;
    position: absolute;
    top: 400px;
    padding: 2px;
}

/**** Glossary Links **/

#note a
{
color: #990000;
text-decoration: underline;
}

#note a:hover
{
color: #990000;
text-decoration: underline;
}