
.titrev {
 font-weight: bold; 
 color: #007C3D; 
 font-size: 1.2em; 
}

p, h1, h2, h3, h4, ol, ul, dl  {
  margin-top: .5em;
  margin-bottom: 1em;
}


h1 {
  color: #B59579;
  font-weight: bold;
  font-size: 1.3em;
}

h2 {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1em;
  color: #478170;
}

h3 {
	color: #666666;
	font-weight: bold;
}

h4 {
  font-weight: bold;
  color: rgb(71, 129, 112);
}

h5 {
	color: #222222;
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
  color: #478170;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
}

.vert{
  font-weight: bold;
  color: rgb(71, 129, 112);
}

.titre {
  font-weight: bold;
  font-size: 1.1em;
  color: #2eb8e5;
}

a:link {
  color: #0000ff;
}

a:hover {
  color:#ccad9a; background:#222222;
}

