BODY {
	background:#FFFFFF url('citizen.jpg');
	background-repeat: no-repeat;
	font-family: verdena, sans-serif;
	font-size: 1em;
	color: #000066;
      
}
DIV {margin-left: 10%;
     margin-right: 10%;
   text-align: justify;  

}
#navig {position: absolute;
     top: 100px; 
      left: 0px; 
      z-index: 2;
      COLOR: #FFDEAD;
    background: #FFFFFF;
      WIDTH: 165px;

}
#shadow {position: absolute;
         top: 60px; 
         left: 180px;
         z-index: 3; 
         FONT-FAMILY: verdena;
         COLOR: black;
         background: #FFFFFF;
         WIDTH: 65%;
      

}
H1 {font-family: verdena, sans-serif;
    text-align: center;
    color: #2F368E;
    background: #FFFFFF;
    margin-bottom: 45px;

}
H2 {
	font-family: verdena, sans-serif;
	text-align: center;
	color: #0000FF;
	background: #FFFFFF;

}
H3 {FONT-FAMILY: verdena;
    
    color: #2F368E;
      background: #FFFFFF;

}
H4 {FONT-FAMILY: verdena;
    
    color: purple;
      background: #FFFFFF;


}
H5 {FONT-FAMILY: verdena;
    color: #2F368E;
      background: #FFFFFF;

}

a:link, a:visited {
  color: #027ac6;
  text-decoration: none;
        font-weight: bold;
}

a:hover {
  color: #0061a0;
  text-decoration: underline;
        font-weight: bold;
}

a:active, a.active {
  color: #5894be;
        font-weight: bold;
}

P.0  {text-align: justify;
      font-family: verdena;
      font-size: 1em;
      color: black;
      background: #FFFFFF;
      font-weight: bold;

}
P.01  {text-align: justify;
      font-family: verdena;
      font-size: 1em;
      color: black;
      background: #FFFFFF;

}
#titre {text-align: center;
       
     
}
P.auteur  {text-align: justify;
      font-family: verdena;
      color: black;
      background: #FFFFFF;
      font-weight: bold;

}
p.h5 {FONT-FAMILY: verdena;
    color: #2F368E;
      font-size: .8em;
      font-weight: bold;
      background: #FFFFFF;

}
p.h4 {FONT-FAMILY: verdena;
    
    color: purple;
      font-size: 1em;
      font-weight: bold;
      background: #FFFFFF;

}
#text {
        FONT-FAMILY: verdena;
        color: black;
      background: #FFFFFF;
      text-align: justify;

}
LI {color : black;
    margin-bottom: 0.8em;
    
}
a.summ:link, a.summ:visited {COLOR: #FF7300;
                            text-decoration:none;
}
A.search {text-decoration: none;
              font-size: .9em;
              color: #99CCFF;
      background: #FFFFFF;
              font-family: verdena;
              font-weight: bold;

}
A.nav {text-decoration: none;
text-align: center;
       
}

/**
 * Primary navigation
 */
ul.primary-links {
	margin-left: 20px;
	padding: 0;
	float: center; /* LTR */
	position: relative;
	z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
	display: block;
	margin: 10 .1em;
	padding: .75em .75em .55em;
	color: #ffffff;
/* 	background: transparent url(bg-navigation-item.png) no-repeat 50% 0;  */
	background-color: #000066;
	border-width: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color:#FFFF00;
	background-color: #000077;
}
