/* the text area */
BODY {
        background-color: white;
        margin-top:0px;
        margin-left:0px;
        margin-right:15px;
        text-align: justify;
        color: black;
        font-family: helvetica;
}

FONT {
	font-family: helvetica;
}


/* section titles: white on colored background, boldface */
H2 TABLE {
	background: #778BAA;
}

img {
	border:0;
}

H2 FONT {
	font-weight: bold;
	color: white
}


/* the side bar. ca ne marche pas - pourquoi ?????????? */
TD.marge {
	background: #778BAA
}



/* link colors */
A:link {
        color:black;
}

A:visited {
        color:black;
}

div#navbar2 {
	height: 30px;
	border-left: solid #000 1px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	border-right: solid #000 1px;
	background-color: rgb(153, 0, 0);
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 1px 30px;
	color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #FFF;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}

div#inside1 ul {
  text-align: left;
  margin: 0px;
  padding: 2px;
  font-size: 10pt;
  color: #000;
  line-height: 20px;
  white-space: wrap;
  display: block;
}

div#inside1 li {
  list-style-type: none;
}

div#inside1 li a:link {
    text-decoration: none;
    color: #000;
}

div#inside1 li a:visited {
    text-decoration: none;
    color: #000;
}
div#inside1 li a:hover {
   color :red;
}



div#inside2 ul {
  text-align: left;
  margin: 0px;
  padding: 2px;
  font-size: 10pt;
  color: #000;
  line-height: 25px;
  white-space: wrap;
  display: block;
}

div#inside2 li {
  list-style-type: none;
}
div#inside2 li a:link {
    text-decoration: none;
    color: #000;
}

div#inside2 li a:visited {
    text-decoration: none;
    color: #000;
}
div#inside2 li a:hover {
   color :red;
}


/* link colors */
A.blanc:link {
        color:white;
	font-size: 9pt;
	text-decoration: none;
}

A.blanc:visited {
        color:white;
	font-size: 9pt;
	text-decoration: none;
}

