﻿body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72797f;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a:link {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
a:active {
	color: #006633;
	font-size: 10px;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #006633;
	font-size: 10px;
	text-decoration: underline;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#menu {
	position: absolute;
	/*z-index:100;*/
	width: 945px;
	top: 120px;
	font: Arial, Helvetica, sans-serif;
	visibility: visible;
}
#menu dl {
	float: left;
	width: 187px;
	margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	background: #abd7c6;
	color: #72797f;
	font-size: 11px;
	height: 16px;
	vertical-align: middle;
}
#menu dd {
	background-color: #E0E0E0;
}
#menu li {
	text-align: left;
	background: #E0E0E0;
	height:15px;
}
#menu li:hover{background-color: #ffffff;}
#menu li a, #menu dt a {
	color: #80878D;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size: 11px;
}
#menu a:hover{background-color: #ffffff;}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #ffffff;
}

.subtitle {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.subtitlesel {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #abd7c6;
}
.background {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CDD1D4;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #72797f;
}
.titlesel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72797f;
}
.text10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #72797f;
	font-weight: bold;
}
.txt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #72797f;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #72797f;
}
.titre24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #72797f;
}
.titrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #abd7c6;
}
.treatments_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F3B77A;
}
.treatment_title_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F7B77A;
}
.categoryHeader
{
	font-size:22px;
	color:#89EBB0;
}
.categoryDesc
{
	font-family:Arial Narrow;
	font-size:14px;
	color:#80878d;/*#878E94;*/
}
.greenBorder
{
	border-top:2px solid #9BCEBB;
	padding-top:3px;
}
.pager
{
	font-size: 10px;
	text-decoration:none;
}
#leftmenu
{
	width:175px;
	margin:0;
	list-style:none;
	font-size:10px;
}
#leftmenu li
{
	height:30px;
	width:175px;
}
#leftmenu li a
{
	color:#666666;
	height:30px;
	line-height:30px;
	width:175px;
	text-decoration:none;
}
#leftmenu li a:hover
{
	text-decoration:underline;
	background-color:#abd7c6;
}
#leftmenu li:hover
{
	background-color:#abd7c6;
}

.smallPopUp
{
	position: absolute; 
	width: 300px; 
	height: 130px; 
	background-color: White; 
	border: solid 10px #CCCCCC;
	display:none;
	z-index:20;
}