
body {
background: #ffffff url("/assets/images/gradient-bg.jpg") repeat-y;
color: #000000;
margin: 20px;
font-family: arial, helvetica, DIN, Akzidenz, sans-serif;
font-size: 12px;
}


p, table, tr, td {
color: #000000;
font-family: arial, helvetica, DIN, Akzidenz, sans-serif;
font-size: 12px;
}




h1, h2, h3, h4, h5, h6 {
font-family: arial, helvetica, DIN, Akzidenz, sans-serif;
margin-top:0px;
margin-bottom:0px;
font-weight: bold;
}




h1 {font-size: 20px; color: #2133A1;}
h2 {font-size: 14px; color: #2133A1; display: inline; margin:0; padding:0;}
h3 {font-size: 12px; color: #2133A1; display: inline; margin:0; padding:0;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}



img {
border: 0;
}


#logo {
position: absolute;
left: 0px;
top: 0px;
background: white;
height: 60px;
z-index: 500;
}



#nav {
position: absolute;
left: 20px;
top: 79px;
width: 160px;
background: transparent;
background-image: url("/assets/images/gradient.jpg");
line-height: 18px;
font-weight: bold;
font-size: 11px;
z-index: 200;
}


#navbg {
position: absolute !important;
left: 0px;
top: 60px;
width: 160px;
background-image: url("/assets/images/gradient.jpg");
background-repeat: repeat-y;
z-index: 1;
height: 100% !important;
margin: 0;
padding: 0;
margin-bottom: 0;
display: inline;
/*overflow: hidden;*/
}



#subnav {
font-size: 11px;
position: absolute;
left: 220px;
top: 80px;
width: 600px;
line-height: 16px;
background: transparent;
z-index: 100;
border-top: 1px dotted black;
border-bottom: 1px dotted black;
}



#content {
position: absolute;
left: 220px;
top: 125px;
width: 600px;
background: transparent;
z-index: 200;
}




ul {
list-style-type: square;
}

ul, li {
line-height: 16px;
}





a:link {
  color: #3486FF;
  text-decoration: none;
}

a:hover{
  color: #3486FF;
  background: #E2EEFF;
  text-decoration: none;
}

a:active{
  color: #3486FF;
  text-decoration: none;
}

a:visited{
  color: #7200FF;
  text-decoration: none;
}

a:visited:hover{
  color: #3486FF;
  background: #E2EEFF;
  text-decoration: none;
}



.bleu {
color: #046aec;
}


.footnote {
font-style: italic;
color: #868686;
}



#flashcontent, embed, object, script {
z-index: 0;
}

