BODY {background-color: #FFFFFF; color:black;}
P,BODY {
      font-size   : small; 
      font-family : sans-serif, arial, helvetica;
}
h1 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 133%;
}

h1 {
    color: white;
    background: #003399;
    text-align: center;

    /* NN4.x */
    border: none;
    margin-left: 0;
}
/* to enhance the bars look (s.g.) */
h1.aqua {
    background-image:url('icps_icons/aqua_blue_bar.png');
}

h2  {
    font-family : arial, helvetica, sans-serif;
    font-weight : normal;
    font-size : 133%;
}
h2 {
     color : white;
     background : #666666;
     border : none ;
     margin-left : 0;
   }
h2.aqua {
    background-image:url('icps_icons/aqua_grey_bar.png');
}
h3
{
  margin-bottom: 0;	
  border-bottom: 1px #000 dotted;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 133%;
  clear: both;
}

/* to enhance the bars look (s.g.) */
h2.aqua {
     background-image:url('icps_icons/aqua_grey_bar.png');
}

	  


.bleu   { 
	  color : #FFFFFF ; 
	  background-color : #003399; 
	 
}
.texte {
      font-family : sans-serif , Arial, Helvetica;
}



A.bleu {
	  text-decoration: none; 
}
A.bleu:visited { 
	  text-decoration: none; 
}
A.bleu:link { text-decoration: none; }
A.bleu:active { text-decoration: none; }
A.bleu:hover { text-decoration: none; }

A  {
	  text-decoration: none; 
	  color : #6666FF; 
}
A:visited { text-decoration: none; color: #6666AA; }
A:link { text-decoration: none; color: #6666DD; }
A:active { text-decoration: none; color: #6666DD; }
A:hover { text-decoration: none; color: #FF6666 }


a.menu{color : #FFFFFF; text-decoration: none}
a.menu:visited { color : #FFFFFF ; }
a.menu:hover {background: #003399; color: #FF6666 }   /* mouse over link */
 
DIV.titre { font-size: 133%;
	      text-align: center;
            background: #87ceeb;
            color: #ffffff; }
      
div.menu {
        color : white;
        text-decoration: none;
        background-color: #003399;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
	  float: left;
}

acronym  { cursor : help;}

/*---- header stuff -------------------------------------*/
.header {   font-family : Arial, Helvetica, sans-serif;
            font-weight : normal;
	      width : 100% ; 
		color : #FFFFFF ; 
     		background : #666666;
	} 
A.header {
	  text-decoration: none; 
	  color:#FFFFFF; 
}
A.header:hover {
	  text-decoration: none; 
	  color: #e51414;
}


/* -- S. Genaud, july 2005 -- */
.boiteinfo {
            width : 20%;
            font-family : sans-serif;
            text-align: left;
            background-color: #ddddff;
            opacity:0.80;
            border: solid black 1px;
            margin-top: 3px; margin-bottom: 2px;
            margin-left: 10px;
            padding-left: 10px; padding-right: 10px;
            padding-top: 3px; padding-bottom: 2px;
            float: right;
            }
.boiteinfo a { color : red; }
