﻿body
{
  background-color: white;
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
  color: black;
  vertical-align: text-top;
	padding:0px;
	margin:0px;
}
/*
// Effet inverse de la carte !
img { filter: Invert; }
*/
/*
a
{
  font-weight: bold;
  color: #d2691e;
  border-bottom: #d2691e thin solid;
  text-decoration: none;
}
a:hover
{
  font-weight: bold;
  color: #d2691e;
  border-bottom: sienna thin solid;
  text-decoration: none;
}
*/
h1
{
  text-align:center;
  font-weight: bold;
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h2
{
  text-align:left;
  font-weight: bold;
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
hr
{
  border-left-color: #d2691e;
  border-bottom-color: #d2691e;
  border-top-color: #d2691e;
  border-right-color: #d2691e;
  border-bottom-style: outset;
  border-top-style: outset;
  border-right-style: outset;
  border-left-style: outset;
}
ul
{
  list-style-image: url(/share/smbullet.jpg);
}

