/****************** common ****************/
body {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
	background-color: #d9e9f3;
}
a {
	color: #000099;
}
textarea {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
}
#main {
	width: 800px;
}
#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: 770px;
	background:url(/images/resizable.gif) bottom right no-repeat;
	background-color: #cccccc;
}
#form {
	padding-left: 10px;
	padding-right: 10px;
}
/****************** end of common ****************/


/****************** looping scroller ****************/
#imgbar {
	height: 30px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	position: relative;
	width: 770px;
}
/****************** end of looping scroller ****************/

/****************** tooltip ****************/
.tooltip {
	/*font:12px/14px Arial, Helvetica, sans-serif;*/
	color: #000099;
	text-decoration: none;
}
.tooltip a {
	color: #000099;
	text-decoration: none;
}
.tooltip em{
	display: none;
	font:12px/14px "Courier New", Courier, monospace;
	color:#333333;
}

.tooltip a div small{
		color:#000000;
}

.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;	
}
.tooltip:hover em {
	display: block;
	position: absolute;
	left: 60px;
	top: 0px;
	margin-top: 5px;
	border: 2px solid #0f4e99;
	background: #FFF;
	padding: 10px;
	width: 300px;
}

.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000099;
}

div.tooltip2 {
	color: #367399;	
	text-decoration: none;
}

div.tooltip2{
	border: 0;
	position: relative;
	z-index: 500;	
}

div.tooltip2 em.helpIphone {
	font:12px/14px "Courier New", Courier, monospace;
	color:#22638d; 
	display: block;	
	position: absolute;
	left: 250px;
	top: 0px;
	margin-top: 5px;
	border: 2px solid #367399;
	background: #a0c1d6;
	padding: 10px;
	width: 300px;
}

div.tooltip2 em.helpIphone .titre {
	line-height: 25px;
	color:#000099;
}
