body,td,th {
	color: #333333;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.Style1 {font-size: small}
.Style2 {color: #FFFFFF}
.Style3 {color: #333333}
.Style4 {color: #0D5F9A}
.Style5 {
	font-size: x-small;
	color: #666666;
}
.Style8 {font-size: 1px}
.Style9 {font-size: x-small}

body,td,th {
	font-size: small;
}
a:link {
	color: #0D5F9A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0D5F9A;
}
a:hover {
	text-decoration: underline;
	color: #0D5F9A;
}
a:active {
	text-decoration: none;
	color: #0D5F9A;
}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

input, select, textarea {
	margin: 1px;
	border:1px #06F solid;
	background-color: #CCC;
}

.input_false {
	border:1px #FF0000 solid;
}

.input_right {
	border:1px #00FF00 solid;
}


.bg_head {
	background-image: url("/images/bg_head_mid.jpg");
	background-repeat: repeat-x;
	width:100%;
}

.bg_content {
	background-image: url("/images/bg_content_mid.jpg");
	background-repeat:repeat;
	color: #333333;
}

.bg_content_left {
	background-image: url("/images/bg_content_left.jpg");
	background-repeat:repeat-y;
}

.bg_content_right {
	background-image: url("/images/bg_content_right.jpg");
	background-repeat:repeat-y;
}

.bg_footer {
	background-image: url("/images/bg_footer_mid.jpg");
	background-repeat:repeat-x;
	height: 8px;
}

.bg_ad_head {
	background-image: url("/images/bg_ad_head.jpg");
	background-repeat: no-repeat;
	height: 21px;
	width: 585px;
	padding-left: 5px;
	padding-top: 5px;
}

.bg_ad_footer {
	background-image: url("/images/bg_ad_footer.jpg");
	background-repeat:no-repeat;
	height: 8px;
}

div.sectionTitle {
	float: left;
	font-weight: bold;
	color: #868686;
}

div.sectionTitleRight {
	float: right;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
}

.padd {
	padding:2px;
}

.case_top {
	padding:1px;
	border-top:#000000 1px dotted;
}

h1, h2 {
	border: 1px dotted #333333;
	line-height: 1.1em;
	padding-bottom: 0.2em;
	padding-left:3px;
	margin-right:10px;
	font-size:12px;
	color: #000000;
	background-color:#C7C7C7;
	font-size:13px;
}

.case_bottom {
	padding:1px;
	border-bottom:#000000 1px dotted;
}

.case_bottom_2 {
	padding:3px;
	border-bottom:#000000 1px dashed;
}

.menu {
	color:#CCC;
}

.alerte {
	color:#F00;
}

.mini {
	font-size:11px;
	padding: 3px;
	font-stretch:expanded;
}

ul.liste {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	border:#000 1px dashed;
	
}

.infobulle{
	position: absolute;	
	visibility: hidden;
	display: none;
	border: 1px solid #2492FF;
	padding: 3px;
	background-color: #FFFFFF;
	text-align:center;
}


