body {
  background-color: #FFFFFF;
  background: url(images/fond2.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}


p {
         font-family: Calibri, Tahoma, Sans serif;
         font-weight: normal;
      }
p.Note {
         font-size: 12px;
         font-style:italic;
      }

.TitrePage {
	font-family: Calibri, Tahoma, Sans serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-style: normal;

}
.SousTitre {
	font-family: Calibri, Tahoma, Sans serif;
	font-size: 17px;
	background-position: center;
	font-style: normal;
	font-weight: bold;

}
.TexteStandard {
	font-family: Calibri, Tahoma, Sans serif;
	font-size: 14px;
	color: #000000;
}

a:link {
    color: #0B3B8D;
}

a:visited {
    color:#0B3B8D;
}

a:hover {
    color: #DD4E00;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}
