/****************** common ****************/
body {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
	background: #ffffff url(/images/main.jpg) no-repeat;
}
a {
	color: #000099;	
}
.em {
	color: #c68700;
}
.up {
	position:absolute;
	top:0;
	left:0;
}
textarea {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
}
#main {
	margin-top: 150px;
	width: 800px;
}
#gagong_wrapper {
	margin-left: 200px;
}

#top_fold {
	background-color: #cccccc;
	height: 12px;
}
#top_fold #left {
	background: url(/images/top_fold_left.png) top left no-repeat;
	float: left;
	width: 15px;
}
#top_fold #center {
	border-top: 1px solid #cfd8ef;
}
#top_fold #right {
	background: url(/images/top_fold_right.png) top right no-repeat;
	float: right;
	width: 15px;
}
#bottom_fold {
/*	border-bottom: 2px solid #cfd8ef;*/
	border-left: 1px solid #cfd8ef;
	border-right: 1px solid #cfd8ef;
	background: url(/images/footer.gif) bottom repeat-x #c0c0c0;
	height: 25px;
}
#bottom_fold a {
	text-decoration: none;
	color: #000099;	
	font-size: 10px;	
}
#contents {
	/*background-color: #cccccc;
	border-left: 1px solid #cfd8ef;
	border-right: 1px solid #cfd8ef;*/
}
#logo {
	background:url(/images/logo.png) #cccccc;
	height: 100px;
}
#nav {
	/*background: url(/images/nav_a.gif);*/
	height: 30px;
	width: 770px;
}
/*#nav ul {
	list-style: none;
}*/
#nav .x {
	/*width: 100px;
	height: 25px;*/
	text-align: center;
	padding-top: 5px;
	float: left;
}
#nav .x:hover {
	/*background: url(/images/nav_a_hover.gif);*/
}
#nav a {
	/*text-decoration: none;*/
	/*color: #223399;*/
	/*font-size: 14px;*/
	font-weight: bold;
}
#nav a:hover {
	/*color: #5894d6;*/
	/*font-size: 14px;*/
}

#page {
	/*border: 1px solid #efefef;*/
	width: 550px;
	/*background:url(/images/resizable.gif) bottom right no-repeat;
	background-color: #cccccc;*/
}
#form {
	/*padding-left: 10px;
	padding-right: 10px;*/
}
/****************** end of common ****************/

/** index ***/
#info {
}
#info #i1 {
	background: url(/images/i1.gif) top left no-repeat;
	padding-left: 60px;
}
#info #i2 {
	background: url(/images/i2.gif) top left no-repeat;
	padding-left: 60px;
}
#info #i3 {
	background: url(/images/i3.gif) top left no-repeat;
	padding-left: 60px;
}
#info #i4 {
	background: url(/images/i4.gif) top left no-repeat;
	padding-left: 60px;
}
/*** end of index ****/

/****************** tooltip ****************/
.tooltip {
	text-decoration: none;
}
.tooltip a {
	text-decoration: none;
}
.tooltip em {
	display: none;
	font:12px/14px "Courier New", Courier, monospace;
	color:#333333;
}
.tooltip iframe {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;

}
.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left: -300px;
	top: 20px;
	margin-top: 5px;
	border: 2px solid #4c3607;
	background: #FFF;
	padding: 10px;
	width: 300px;
	z-index: 505;
}
.tooltip iframe {
	display: block;	
	visibility: visible;
	position: absolute;
	left: -305px;
	top: 20px;
	background: #FFF;
	width: 300px;
	z-index:501;
	width:300px;
	height: 80px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#7c580a;
}
