* {
  font-family: monospace;
  font-weight: normal;
}
body {
  background-color: #fcce97;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.texte {
  margin: 25px 20px 25px 20px;
  padding: 20px;
  border-radius: 25px;
  background-image: url(images/blanc-50pc.png);
}

div.quote {
  margin-bottom: 20px;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.B { font-weight:bold; }
b { font-weight:bold; }
i { font-style: italic; }

li {
  margin-top: 2px;
}

h1, h1>a {
  font-family: 'URW Chancery L',cursive;
  font-size: xx-large;
  font-weight: bolder;
  text-align: center;
  font-style: normal;
  margin-bottom: 30px;
}

h2 {
  margin-top: 0px;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 5px;
}
h3 {
  margin-top: 20px;
  font-size: large;
  font-weight: bold;
  margin-bottom: 5px;
}
h4 {
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
img {
  border:  none;
}


div.liens > p {
  margin: 10px;
  padding: 5px;	
}

div.liens > p > a {
  border: medium solid #aac;
  border-radius: 15px;
  background-color: #dde;
  padding: 5px;	
}

div.liens > p > a > strong {
	font-weight: bold;
}