body{
	background-color: White;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

INPUT {
	font-family: Verdana, Geneva, sans-serif;
	font-size : 8pt;
	background-color : White;
}


SELECT {
	font-family: Verdana, Geneva, sans-serif;
        font-size: 9pt;
	background-color : White;
}


TEXTAREA {
font-family: Verdana, Geneva, sans-serif;
font-size: 9pt;
background-color : White;
}

TABLE, TD, TR {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	border-color : Black;
	border-collapse: collapse;
}

FIELDSET {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	border-style:outset; 
	border-width :1px;; 
	padding:2px;;
}

hr {
	height: auto;
}


P {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, sans-serif;
}
h1{color: Black;}
h2{color: Black;}
h3{color: Black;}
h4{color: Black;}
h5{color: Black;}
h6{color: Black;}

A:link    {
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
	font-weight: normal;
	text-decoration: underline;
}
A:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
	font-weight: normal;
	text-decoration: underline;
}
A:hover   {
	font-family: Verdana, Geneva, sans-serif;
	color: #9EA3BC;
	font-weight: normal;
	text-decoration: underline
}

A.email         {
	color: Black;
	font-weight: normal;
	text-decoration: none
}
A.email:link    {
	color: Black;
	font-weight: normal;
	text-decoration: none
}
A.email:visited {
	color: Black;
	font-weight: normal;
	text-decoration: none
}
A.email:hover   {
	color: #000000;
	font-weight: normal;
	text-decoration: underline
}
A.ok      {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
}
A.heure   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
}
A.date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
	text-decoration: none
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
left: 50%;
top: 120px;
width: 800;
margin-left: -400px; /* moitié de la largeur */
z-index:1000;
//width: 100%; /* correction pour Opera */
}

#menu dl {
float: left;
width: 160px;
}


#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #9EA3BC;
border: 1px solid gray;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
}


#menu li {
text-align: left;
background: #fff;
}


#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}


#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

a.info{
 position:relative; 
 z-index:24; 
 //background-color:#ccc;
 color:#000;
 text-decoration:none;
 }
a.info:hover {
 z-index:25;
 //background-color:#9EA3BC
}
a.info span {
 display: none 
}
a.info:hover span { 
 display:block; 
 position:absolute;
 top:1em; left:2em; width:12em;
 border:1px solid #9EA3BC;
 background-color:#eeeeee; 
 color:#000000;
 font-family:verdana;
 text-align: left;
 font-size:9px;
 font-weight:none;
 padding:1px;
}


ul.notes-echelle {
	margin:0;
	padding:0;
	font:.75em/1.2 Arial, Helvetica, sans-serif;
}
ul.notes-echelle li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

ul.notes-echelle li label {
	display:block;
	text-align:center;
	line-height:20px;
	background:url(images/etoiles.gif) center top no-repeat;
	cursor:pointer;
}

ul.notes-echelle li.note-off label {
	background-position:center -60px;
}
ul.notes-echelle li.note-checked {
	font-weight:bold;
}

ul.notes-echelle.js li {
	min-width:20px;
	min-height:10px;
}
ul.notes-echelle.js input {
	position:absolute;
	left:-999%;
}
ul.notes-echelle.js li.note-focus {
	outline:0px dotted #000;
}

* html ul.notes-echelle.js li {
	width:20px;
	height:10px;
}

