

body { 
  background-image: url(opus_fond.png);
  background-repeat: repeat-y;
  background-color: #767676;
  margin: 0 0 0 0;
}

.menu {
 margin: 0,0,0,0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
 font-style: normal;
 font-weight: bold;
 text-align: left;
}

.titre0 { 
 margin: 20px,0,0,20px;
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 18px;
 line-height: 24px;
 font-style: normal;
 font-weight: bold;
 text-align: left;
 text-transform: none;
 color: #404040;
}

.texte0 {
 margin: 30px,0,0,20px;
 font-family: "Trebuchet MS",  Arial, sans-serif;
 font-size: 18px;
 line-height: 24px;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #404040;
}

.titre1 {
 margin: 30px,10px,10px,20px;
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 18px;
 line-height: 24px;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #404040;
}

.texte1 {
 margin: 0,10px,0,20px;
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 12px;
 line-height: 16px;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #202020;

}

.titre2 {
 margin: 30px,10px,20px,20px;
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 18px;
 line-height: 24px;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #404040;
}

.texte2 {
 margin: 0,10px,0,20px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 line-height: 12px;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #202020;
}

A:link {
 text-decoration: none;
 color: #800000;
 }
A:visited {
 text-decoration: none;
 color: #800000;
}
A:active  {
 text-decoration: none;
 color: #800000;
}
A:hover {
  text-decoration: underline;
  color: #800000;
}

UL {
	margin-left: 0;
}

LI {
	margin-left: 16px;
}

P:first-letter {
  text-transform: capitalize;
}