body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#top{
	position:relative ;
	margin:0 auto ;
	width:990px;
	height:120px;
}
#top h1{
	width:256px;
	height:104px;
}

#top h1 a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:300px;
	height:104px;
	background:url(img/header-logo.jpg) no-repeat 0 0;
}

#top #menu{
	display:block;
	position:absolute;
	bottom:0px;
	padding-bottom:2px;
	right:0;
	padding-right:15px;
	padding-left:5px;
	text-transform:uppercase ;
	background-color:#FB4F14 ;
}
#top #menu li{
	display:inline;
	height:18px;
	padding:2px 0px 2px 0px;
}
#top #menu a{
	display:inline;
	padding:2px;
	font-size:9px;
	font-family:Helvetica,sans-serif ;
	color:#FFFFFF;
	text-align:right;
}
#top #menu a:hover{
	color:#373634;
}
#top #menu a.current{
	font-weight:bold ;
	color:#373536;
}
#top #menu span{
	display:inline;
	height:12px;
	font-size:20px;
	font-weight:bold ;
	color:#373536 ;
}

#middle-agence{
	margin-bottom:0px;
	width:100 %;
	text-align:left ;
	background:black ;
}
.texteB{
position:absolute;
text-align:left;
width:240px;
color:#8E8885;
font-size:13px;
font-weight:lighter;
line-height:25px;
padding-top:5px;
}
.texteA{
color:#fff;
font-size:13px;
line-height:25px;
}
.h3 {
	text-decoration: none;
	color:#FFFFFF;
}
#footer{
	position:relative ;
	margin:0 auto ;
	width:990px;
	text-align:right ;
	font-size:9px;
}
#footer address{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:12px;
	padding:0 15px 6px 15px;
	line-height:10px;
	text-transform:uppercase ;
	font-style:normal ;
	color:white ;
	background-color:#FB4F14 ;
}
#footer address strong{
	color:#373536;
}
#footer address span{
	display:inline;
	height:12px;
	padding:0 3px ;
	font-size:20px;
	font-weight:bold ;
	color:#373536 ;
}

p {
  line-height: 1.5em;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0 auto;
  padding: 5px 0 2px 0;
  width: 990px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
	display:block;
	/*max-height:500px;*/
	overflow:hidden;
  margin-top: 1px;
}

ul.menu li a {
  background: #000;
  color: #fff;
  width:300px;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #000;
  border-left: 5px #fff solid;
  padding-left: 15px;
}

.code { list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #000;}







		
#main {width: 990px; height: 495px;  position: relative; float: left;}/* */
	
	.tTip {width: 400px; position: absolute; cursor: pointer; color: #666; }
	.tip {color: 000;
	line-height: 1.3;
	letter-spacing: 0.3pt;
	}
		#cloud5 {top: 462px; left: 227px;}
		#cloud1 {top: 448px; left: 307px;}
		#cloud2 {top: 434px; left: 380px;}
		#cloud3 {top: 417px; left: 448px;}
		#cloud4 {top: 389px; left: 530px;}
		
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 400px;
	padding-top: 13px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background:transparent; /*background: transparent url(../theme/images/tipTop.png) no-repeat top;*/
	}
	
.tipMid {
	background:transparent;
	padding: 10px 5px 5px 5px;
	background:#FFF; /*background: transparent url(../theme/images/tipTop.png) no-repeat top;*/
	opacity: 0.7;
	margin: 0 17px 3px 5px;
	}/*transparent url(../theme/images/tipMid.png) repeat-y;*/
.tipBtm {
	height: 112px;
	background:transparent url(../img_menu/tipBtm.png) no-repeat bottom;
	}