/****************** HTML ****************/
* {
	margin:0;
	padding:0;
}
body {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
	background-color: #123162;
}
a {
	color: #000099;	
}
textarea {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
}

#header {
	width: 1077px;
	margin: 0px auto;
	margin-top: 10px;
	background: url(../images/logo.png) no-repeat;
	height: 219px;
}
#nav {
	width: 1077px;
	margin: 0 auto;
	/*background: #efffef none repeat scroll 0 0;*/
	background: url(../images/nav_bg.png) no-repeat;
	height:40px;
}
#nav #links {
	background: url(../images/nav_a.png);
	height: 40px;
	overflow: hidden;
	line-height:30px;
/*	width:60%;*/
	margin-left: 100px;
}

#nav a:hover {
	color: #d4edff;
	font-size: 13px;
	background: url(../images/nav_a_hover.png);	
}

/* Menu */
#mynav{
	list-style:none;
	text-align:center; 
	padding-left:70px;
	font-weight:bold;
	line-height:35px;	
}
#mynav a{
	color:#FFF;
	text-decoration:none;
	float:left;	
}

.menu{
	width: 236px;
	float: left;
	height:40px;
	background: url(../images/nav_a.png);
	margin-left:1px;
}
.menu a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 15px 0 10px;
	height:40px;
	float: right;
	text-transform: uppercase;	
}
.menu a:hover{
	color: #ffffff;
	padding: 8px 15px 0 10px;
	text-decoration: none;
}
.menu a:active{
	color: #ffffff;
	padding: 8px 15px 0 10px;
}


#page {
	margin: 0px auto;
	padding-bottom:20px;
	background: url(../images/pg_bg.png) bottom repeat-y;
	width:1077px;
}
#leftside{
	float:left; 
	padding-left:10px; 
	width:240px; 
	height:463px; 
}
#centerside{
	float:left; 
	width:360px;
	padding-left:10px;
}
#centerside p{
	color:#2f2f2f;
	padding-left:10px;
	padding-bottom:20px;
	width:275px;
	text-align:justify;
}
#rightside{
 	float:left; 
	width:400px;
	padding-left:10px;
	padding-top:20px;
}
#form {
	padding-top:10px;
	padding-left:10px;
	width:100%;
}
#verified{
	text-align:center;
	padding-top:10px;
}
#footer {
	background: url(../images/footer.png) bottom no-repeat;
	width: 1077px;
	margin: 0 auto;
	height: 65px;
	font-size: smaller;
	text-align: left;
	font-weight:bold;
	color:#6a6464;
	line-height:60px;
}
#footer a {
	text-decoration: none;
	color:#6a6464;
}

/****************** end of common ****************/
	
/****************** tooltip ****************/
.tooltip {
	color: #000099;	
	text-decoration: none;
}
.tooltip a {
	color: #000099;	
	text-decoration: none;
}
.tooltip iframe {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;

}
.tooltip em {
	display: none;
	font:12px/14px "Courier New", Courier, monospace;
	color:#333333;
}
.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left: -290px;
	top: 20px;
	margin-top: 5px;
	border: 2px solid #0f4e99;
	background: #FFF;
	padding: 10px;
	width: 300px;
	z-index: 505;
}
.tooltip iframe {
	display: block;	
	visibility: visible;
	position: absolute;
	left: -205px;
	top: 25px;
	z-index:501;
	width:210px;
	height: 65px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000099;
}
