
/* background color for the content part of the pages */
* {padding:0;margin:0;}

Body
{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#B5DA8D;
}

.Breadcrumbs{
color: #000000;
}
.LeftPane {
	width: 200px;
    background-color:#f1f1f1;	
}

.ContentPane
{
	padding:15px;
	width:700px;
}

.Block {
	width: 13px;
}

.Login {
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
}


.Small {
	color: #FFFFFF; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

.SmallD {
	color: #404040; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.User {
	font-family: Wingdings;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
}


.Footer {
	height: 55px;
	background-repeat: repeat-x;
}

.FooterText {
	color: #000000; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;

}


.Normal {
  font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 15px;
	line-height:1.4em;
}



/* hyperlink style for the DarkBackground tabs */

A.Small:Link{
color: white;
text-decoration: none;
}

A.Small:Hover{
color: white;
text-decoration: none;
}

A.Small:Active{
color: white;
text-decoration: none;
}

A.Small:Visited{
color: #FAFAFA;
text-decoration: underline;
}

A.SmallD:Link{
color: black;
text-decoration: none;
}

A.SmallD:Hover{
color: #404040;
text-decoration: none;
}

A.SmallD:Active{
color: black;
text-decoration: none;
}

A.SmallD:Visited{
color: #404040;
text-decoration: underline;
}


/* GENERIC */
H1  {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 18px; 
	font-weight: bold; 
	padding:5px;
}

H2  {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 15px; 
	font-weight: bold; 
	padding:10px;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

UL
{
	padding-left:50px;
	padding-bottom:10px;
}

UL LI   {
	list-style-type:disc;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

P{
	padding-left:10px;
	padding-bottom:10px;
}


#container
{
	position:relative;
}

#langue
{
	position:absolute;
	top:-50px;
	left:700px;
}


/* INVENTUA SIDEMENU  */
.MenuHdr
{
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 9pt;
  cursor: default;
  font-family: Trebuchet MS, Tahoma, Verdana;
  background-color:#f1f1f1;
}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Trebuchet MS, Tahoma, Verdana;
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  padding-top: 1px;
  border: #f1f1f1 1px solid;    
  background-color:#f1f1f1;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  width:190px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItemMouseOver
{
  border: #A9D462 1px solid;
  background:#F6E2CD!important;
  /*background-color: #1A76D3!important;*/
  padding-left: 10px; 
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  color: black;
  text-decoration: none; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; display: block; 
}

.CurrentItem
{
  text-decoration: underline;
  color:#003d79;
  font-weight:bolder;
}




