body {
	background-image: url(../media/img/fond.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	color: #666666;
}
A   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#menu {
	background-image: url(../media/img/interface/fond_menu.jpg);
	height: 33px;
	margin: 0px;
	padding: 0px;
	text-align : right;
	background-position: right;
	background-repeat: no-repeat;
}

.menuhaut {
	list-style-type: none;
	font-size: 1.3em;
	position: relative;
	height: auto;
	text-align : center;
	padding-top: 5px;
	padding-bottom: 0px;
	width: auto;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.menuhaut li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 8px;
	margin-left: 1px;
}
.menuhaut a , .menuhaut a:visited{
	/*	background-image: url(../media/img/interface/menu_off.jpg);
	background-repeat: no-repeat;*/
	margin: 0;
	color: #663399;
	text-decoration: none;
	text-align : left;
	padding-right: 12;
}
.menuhaut a:hover {
	color:#FF0000;
	font-weight: normal;
}
#active_menuhaut, a#active_menuhaut, a#active_menuhaut:visited {
	color:#663399;
	/*background-image: url(../media/img/interface/menu_on.jpg);*/
	font-weight: bold;
} 

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
}

a#active_menu:hover {
	color; color: #999999;
}
INPUT {
color:#CC0000;
background-color:#ffffff;
font-family:arial;
}
SELECT {
color:#990000;
background-color:#ffffff;
font-size:11px;
font-family:arial;
}
.titre_page {
	font-size: 18px;
	color: #663366;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.titre {
	font-size: 16px;
	color: #663366;
	font-weight: bold;
}
.soustitre , .soustitre a, .soustitre a:visited{
	font-size: 14px;
	color: #663366;
	font-style: italic;
	font-weight: bold;
	color: #666699;
}
.soustitre2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	height: 10px;
	text-decoration: underline;
}
.soustitre1 , .soustitre1 a, .soustitre1 a:visited{
	font-size: 1.8em;
	color: #663366;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #666699;
}
.tab_accueil {
	border: 1px solid #CC99CC;
}

.tab_new_defile {
	border: 1px solid #CC99CC;
	background-color: #FFFFCC;
}
/*-///////// info bulle /////////////*/
a.info {
  position:relative;
  text-decoration: none; 
  font-weight: bold;
}
a:hover.info {
  text-decoration: none;
  background: none;
}
a.info span {display: none;}
a:hover.info span {
  display: inline;
  position: absolute; 
  top:-2.5em;
  left:3.5em;
  z-index: 20;
	background-color: #FFFF99;
  color: #000;
  border:1px solid #000;
  width:auto;
  text-align:left;
  font-weight:normal;
  font-size: 10px;
  line-height:12px;
  padding:2px 4px;
}

