/* Presentation Stylesheet */ 

p {
 margin: 0;
 /*padding: 10px;*/
 padding-left: 10px;
 padding-bottom: 0px;
}

.titre {
	font-family: Verdana;
	font-size: 14px;
	color: #48762B;
	font-weight: bold;
}

.text1 {
	font-family: Verdana;
	font-size: 12px;
	color: black;

}

ul{
  margin-left: 0;
  padding-left: 0;
  }
  
li{
	margin: 0 0 0 20px; 
  }
 
a.menu {
	color:black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover {
	color: #48762B;
}

a.ftr:link {
  text-decoration: none;
  color: black;
  } 
  
a.ftr:visited {
  text-decoration: none;
  color: black;
  } 
  
a.ftr:hover {
  text-decoration: underline;
  color: blue;
  } 