/* styles site ARPC : version améliorée */
body {
   margin: 0;
   padding: 0;
/*   background: #AAFFAA; /* lightgreen; */
   background:white;
   /* fontes par défaut */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:small;
   color #000000;
}

/* placement des éléments fixes */
#logoARPC {
  position:absolute;
  top: 10px;
  left: 10px;
}

#logoRPC {
  position:absolute;
  top: 10px;
  left:681px;
}

#contenu {
   position:absolute;
   top:130px;
   left:200px;
   width:580px;
   background:white;
   border:1px #AAFFAA;
}

#titre {
	position:absolute;
	top:10px;
	left:200px;
	background:white;
	font-size:x-large;
	width: 400px;
}

#soustitre {
	position:absolute;
	top:80px;
	left:200px;
	background:white;
	font-size:large;
	width: 400px;
	height: 40px;
	color:#009900;
}

/* pour le menu déroulant : utilise aussi le script js montre()*/
#navigation {
	position:absolute;
    top:127px;
	left:10px;
	width:159px;
    font-weight: bold;
}

#navigation dt, #navigation dd, #navigation ul, #navigation li{
  color:black;
  margin:2px 0;
  padding:0;
}

#navigation dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
font-weight: bold;
border: none;
background: #99FF99;
}

#navigation li {
	list-style-type:none;
	background:#AAFFAA;
	padding:5px;
	font-weight: normal;
	margin:1px 0;
}

#navigation li a, #navigation dt a {
  color:black;
  text-decoration: none;
  height: 100%;
  display: block;
}

#navigation li a:hover, #navigation dt a:hover {
	background: #CCFFCC;
}

/* pour liens privés */
.prive {
  color: red;
}

#informations{
  position:absolute;
  left:10px;
  width:159px;
  top:400px;
  font-size:x-small;
}

h1{
  font-size:x-large;
  color:#009900;
}

h2{
  font-size:large;
  color:#009900;
}

h3{
  font-size:medium;
  color:#009900;
}
