p
{
color:#663300 ;
font-size:14pt;
}
a
{
color:green ;
text-decoration:none ;
}
a:hover
{
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bolder;
	border: #663300;
}
a:active
{
	color:green;
}
a:visited
{
color:green ;
}

li
{
color:#663300 ;
 font-size:14pt ; 
}
.citation {
	letter-spacing: 2px;
}
a.fluxrss {
    height: 25px; 
    border: 2px solid;
    padding : 3px 3px 0px 3px;
    border-color: white black black white; 
    background-color: gray; 
}


a.fluxrss:hover{
    border: 2px solid;
    border-color: black white white black;  
    /* background-color: white; */
}

a.pdf {
  display: block;
  border: 2px solid;
    border-color: white black black white;
    padding: 6px;
    margin-right: 6px;
}

a.pdf:hover {
    border: 2px solid;
    border-color: black white white black;  
}

a.signet {
    text-decoration: none ;
    letter-spacing: normal;
    color: #663300;
}
a.signet:hover {
    text-decoration: none ;
    letter-spacing: normal;
}

/*** Normes bas de page ***/


div.footerinc{text-align:center;}
.footerinc a img{
  /* opacity:0.5; */
  /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
  filter:alpha(opacity=50); /* filtre propriétaire d'IE */
  -moz-opacity:0.5; /* filtre propriétaire de Mozilla/Firefox */
  -khtml-opacity: 0.5;
  opacity: 0.5; /* CSS3 */
  
  border:0;
  }
.footerinc a:hover img{
  /* opacity:1; */
  /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
  filter:alpha(opacity=100); /* filtre propriétaire d'IE */
  -moz-opacity:1.0; /* filtre propriétaire de Mozilla/Firefox */
  -khtml-opacity: 1.0;
  opacity: 1.0; /* CSS3 */
  
  }


/*** MENU ***/

/***
  1 - Menu de base : <ul div="nav">
***/

#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;   font-size: 0.7em;  letter-spacing: 2px;
  font-weight: bolder; 
}

#nav li { /* tous les items de liste */
  padding: 0;
  margin-left: 0;
  font-size: 1em;
  font-weight: bolder;  list-style: none;
  line-height : 1.25em;
  margin-top: 3px;
}

#nav li a span {display: none;}
#nav li a img {height: 0; width: 0; border-width: 0;}

#nav li a {
  display: block;
  width: 16em; 
  background-color: green;
  text-decoration: none;
  text-align: center;
  color: white;
  border: 2px solid;
  border-color: white black black white;
  padding : 5px 0.5em;

  /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
  filter:alpha(opacity=60); /* filtre propriétaire d'IE */
  -moz-opacity:0.6; /* filtre propriétaire de Mozilla/Firefox */
  -khtml-opacity: 0.6;
  opacity: 0.6; /* CSS3 */
    
}

#nav li a:hover {
    background: none; /* contournement d?un bogue d?IE */
    
    background-color:#663300;
    border: 2px solid;
    border-color: black white white black;    
    color:lime;
}

/***
  2 - 2ème niveau du menu : <ul div="nav"> ... <ul div="nav2">
***/

#nav2 {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav2 li a {
    line-height : 1em;
    width: 14em;
    border: 1px solid;
    border-color: white black black white; 
    margin-left: 2em;
    line-height : 1.25em;
}

#nav2 li a:hover {
    border: 1px solid;
    border-color: black white white black;    
}

/***
  3 - Elément fixe : <li div="fixe"> 
***/

#fixe span {display: none;}
#fixe img {height: 0; width: 0; border-width: 0;}
#fixe {
    border: 1px solid;
    display: block;
    width: 16em;
    border-color: white black black white;
    text-decoration : none;
    text-align: center;
    margin: 3px 0 0 0;
    color : #663300;
    padding : 5px 0.5em;
/*
    line-height : 1.25em;
*/    
}

/***
  4 - Elément fixe de 2ème niveau
***/

#fixe2 span {display: none;}
#fixe2 img {height: 0; width: 0; border-width: 0;}
#fixe2 {
    border: 1px solid;
    display: block;
    width: 16em;
    border-color: white black black white;
    text-decoration : none;
    text-align: center;
    color : black;
    background-color: white;
    padding : 5px 0.5em;
    /* line-height : 1em;  */
    
    /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
        soit c'est un div positionné et dimensionné comme dans cet exemple.*/
    filter:alpha(opacity=40); /* filtre propriétaire d'IE */
    -moz-opacity:0.4; /* filtre propriétaire de Mozilla/Firefox */
    -khtml-opacity: 0.6;
    opacity: 0.4; /* CSS3 */

    
}

/***
  5 - Elément fixe de 2ème niveau
***/

#fixe3 span {display: none;}
#fixe3 img {height: 0; width: 0; border-width: 0;}
#fixe3 {
    border: 1px solid;
    display: block;
    width: 14em;
    margin-left: 2em;
    border-color: white black black white;
    text-decoration : none;
    text-align: center;
    color : black;
    background-color: white;
    padding : 5px 0.5em;
    /* line-height : 1em;  */
    
    /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
        soit c'est un div positionné et dimensionné comme dans cet exemple.*/
    filter:alpha(opacity=40); /* filtre propriétaire d'IE */
    -moz-opacity:0.4; /* filtre propriétaire de Mozilla/Firefox */
    -khtml-opacity: 0.6;
    opacity: 0.4; /* CSS3 */

    
}
