@charset "UTF-8";
/* CSS Document */
.conditions{
border :1px solid #555555;
font-size :11px;
margin-right :1px;
padding : 20px;
margin-right:30px;
display:block;
height:200px;
overflow:auto;
background:#111115  ;
}
.contacts{
border :1px solid #555555;
font-size :11px;
border-radius : 6px 6px 6px 6px;
margin-right :1px;
-moz-border-radius : 6px 6px 6px 6px;
padding : 20px;
margin-right:30px;
display:block;
background:#111115  ;
}

.Style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
text-align:justify;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099CC;
	font-weight: bold;
}
.Style4 td{
	font-family: Arial, Helvetica, sans-serif;
border-bottom:1px dotted #222222;
padding:5px;
	color: #999999;
}
.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #C40026;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body,td,th {
	color: #999999;

background:#111115  ;
}

.btn_menu {
float : left;
border :1px solid #555555;
border-bottom :0px solid #555555;
font-size :12px;
color:white;
border-radius : 6px 6px 0px 0px;
margin-right :1px;
-moz-border-radius : 6px 6px 0px 0px;
padding : 10px;
display:block;
background:#ffffff url(fonmenu.jpg) ;
}
.btn_menu a {
font-size :12px;
color:white;
}

.btn_menu_in {
float : left;
border :1px solid #555555;
border-bottom :0px solid #ffffff;
font-size :12px;
border-radius : 6px 6px 0px 0px;
margin-right :1px;
-moz-border-radius : 6px 6px 0px 0px;
padding : 10px;
background:#ffffff  ;
}

.btn_menu hover {
float:left;
border:1px solid #555555;
font-size:12px;
display:block;
background:#0099CC;
background:#ffffff  ;
border-radius:6px 6px 0px 0px;
margin-right:1px;
color: #0099CC;
-moz-border-radius : 6px 6px 0px 0px;
padding : 10px;
}


.btn_menu_dessous {
float : left;
border :1px solid #555555;
border-bottom :0px solid #ffffff;
font-size :12px;
border-radius : 6px 6px 0px 0px;
margin-right :1px;
-moz-border-radius : 6px 6px 0px 0px;
padding : 5px;
background:#111115  ;
color:#000000;
}

.btn_menu_dessous hover {
float:left;
border:1px solid #555555;
font-size:12px;
display:block;
background:#0099CC;
background:#ffffff  ;
border-radius:6px 6px 0px 0px;
margin-right:1px;
color:#000000;
-moz-border-radius : 6px 6px 0px 0px;
padding : 10px;
}




.lemenu {
float:left;
border-bottom :0px solid #555555;
font-size :12px;
width:950;
}


#trigger {
	background:transparent url(tooltip/tools.png) no-repeat scroll 0 50%;
	color:#333;
	display:block;
	font-size:14px;
	height:35px;
	padding:10px 80px 20px 0px;
	text-decoration:none;
	width:118px !important;
	
	position:relative;
	
	
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#000;
}

/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(tooltip/black_arrow_big.png) no-repeat scroll 0 0;
	font-size:14px;
	height:153px;
	padding:30px;
	width:310px;
	font-size:14px;
	display:none;
	margin-left:30px;
	margin-top:50px;
	color:#fff;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}

