* { margin: 0; padding: 0; }

html, body { height: 100%; }

a img.sansBordure { border: 0; }
.bordure{
margin:0 0 5px 5px;
padding:1px;
border:2px black solid;
}

body
{
  font-size:  12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #000;
}

a
{
  color: #000;
}
a:hover{
  text-decoration:none;
}
h1
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2
{
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 5px;
}

h3
{
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 5px;
}

ul
{
  list-style-type: none;
}

li
{
  background-image: url(../images/puce.gif);
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin:10px 0;
}
ol li
{
  list-style-type:decimal;
  list-style-position:outside;
  margin-left:20px;
  padding:0;
  background-image:none;
}


p
{
  margin-bottom: 9px;
}