
body {
 	font-family: verdana, sans-serif; 
        font-size: 0.9em;
}

a {
  	color: #86a289;
	font-weight: bold;
}

a.noul {
	text-decoration: none;
}

a.photo {
        color: #000000;
}

p.footer {
	font-size: 0.7em;
        text-align: center;
}

h2  {
   	color: #000000;
   	font-size: 1.5em;
   	font-style: oblique;
   	font-family: serif;
   	text-align: right;

   	margin-bottom: 15px;
   	border-bottom: thin solid #86a289;
}

h3  {
   	color: #000000; 
   	font-size: 1.2em;
   	font-style: oblique;
   	font-family: serif;

   	margin-top: 0px;
   	margin-bottom: 5px;
   	border-bottom: thin solid #86a289;
}

h1  {
   	color: #000000; 
   	font-size: 1.6em;
   	font-style: oblique;
   	font-family: serif;

   	margin-top: 20px;
   	margin-bottom: 5px;
   	border-bottom: thin solid #86a289;
}

hr {
   	margin-bottom: 0px;
   	margin-top: 0px;
   	color: #86a289;
}

p {
   	text-align: justify;
}

p.prj {
   	text-align: justify;
   	margin-top: 2px;
   	margin-bottom: 12px;
}


