a {
	Color : #0F7301;
	text-decoration : underline;
}

a:visited {
	Color : #0F7301;
	text-decoration : underline;
}

a:hover {
	Color : #0F7301;
	text-decoration : none;
}

a:active {
	Color : #0F7301;
	text-decoration : none;
}

a.menu {
	Color : black;
	Font-Family : Verdana, sans-serif;
	Font-Size : 11px;
	Font-Weight : Bold;
	text-decoration : none;
}

a.menu:visited {
	Color : black;
	Font-Family : Verdana, sans-serif;
	Font-Size : 11px;
	Font-Weight : Bold;
	text-decoration : none;
}

a.menu:hover {
	Color : white;
	Font-Family : Verdana, sans-serif;
	Font-Size : 11px;
	Font-Weight : Bold;
	text-decoration : none;
}

h1
{
  Font-Family : Verdana, sans-serif;
  Font-Size : 11px;
  Color : #2E006C;
}

.vert {
	color : #0F7301;
	font-size : 11px;
	font-weight : Bold;
	font-family : Verdana, sans-serif;
}

.violet {
    color : #000080;
	font-weight : Bold;
}

TD {
Color : Black;
Font-Family : Arial, Verdana;
Font-Size : 90%;
}

.menu_haut {
Color : Black;
Font-Family : Arial, Verdana;
Font-Size : 75%;
}

/* Lists */

ul, ol, dl
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 2em; list-style-type: square ; }

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	margin: 0 10px 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow a { border-bottom-width: 0; }

.drop-shadow-right
{
	float: right;
	position: relative;
	margin: 10px 0 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow-right img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow-right p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow-right a { border-bottom-width: 0; }
