body {
 	background-image: url(../images/page/aubepine.gif);
 	background-position: left;
 	background-repeat: repeat-y;
 	background-color: #EFE8EF;
	margin: 0px;
}
	
.main {
	margin: 0% 12% 0% 15%;
	background: #FBF9FB;
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Black;
}	

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #438F57;
	text-align: center;
  }
  
  h2 	{
	font-size: 250%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #438F57;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #438F57;
	text-align: center;
  }
  
div.poemleft  {
  float: left;
  width: 40%;
  padding: 1ex;
  margin-bottom: 2em;
}

div.poemright  {
  float: right;
  width: 40%;
  padding: 1ex;
  margin-bottom: 2em;
}

hr {
	color: #397B1C;
	background-color: #397B1C;
	border: 0;
	height: 3px;
	margin: 20px;
}

a:link {
	color: #438F57;
		text-decoration: underline;
		font-weight: bold;
	}

a:visited {

		color: #397B1C;
		text-decoration: underline;
		font-weight: bold;
	}

a:hover {
		text-decoration: underline;
		color: #A0384A;
		font-weight: bold;
	}

p.caption {
	margin-top: 2px;
	font-size: 80%;
}
  
 
	
