/****************** 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;
}



#header {
	background: transparent url(../images/logo.gif) no-repeat;
	height: 115px;
	width: 800px;
	margin: 0px auto;
}
#scroller {
	width: 800px;
	margin: 0px auto;
	background: #ccc none repeat scroll 0 0;
}
#imgbar {
	height: 30px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	position: relative;
	width: 770px;
	margin: 0px auto;
}
#nav_wrap {
	background: #ccc none repeat scroll 0 0;
	width: 800px;
	margin: 0px auto;
}
#nav {
	background: url(../images/nav_a.gif);
	height: 30px;
	width: 770px;
	overflow: hidden;
	margin: 0px auto;
}

#nav a {
	text-decoration: none;
	color: #223399;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}
#nav a:hover {
	color: #5894d6;
	font-size: 14px;
	background: url(../images/nav_a_hover.gif);
}

#page_wrap {
	background: #ccc none repeat scroll 0 0;
	width: 800px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page {
	border: 1px solid #efefef;
	background:url(../images/resizable.gif) bottom right no-repeat;
	background-color: #ccc;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

#footer {
	border-left: 1px solid #cfd8ef;
	border-right: 1px solid #cfd8ef;
	background: url(../images/footer.gif) bottom repeat-x #c0c0c0;
	height: 25px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #000099;	
	font-size: 10px;	
}

.form_main {
	width: 400px;
}
.form_info {
	/*width: 250px;*/
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.help1 {
	padding-right: 90px;
}
.help2 {
	padding-right: 0px;
}
.providers {
	width: 240px;
	word-spacing:0px;
	letter-spacing:0px;
}
#en_links {
	
}
#en_links a {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 20px;
}
.help .titre {
	display: block;
}
.input {
	display: block;
}
#prices .title {
	color: #0f4e99;
	font-weight: bold;
}
#prices .main img {
	padding-bottom: 1px;
}
#prices span {
	font-weight: bold;
}
.form_label {
	padding-left: 20px;
	vertical-align: top;
}
.form_error {
	background: url(images/error.gif) top right no-repeat;
}

	
/****************** 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 iframe {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;

}
.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	/*text-decoration:none;*/
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left: 60px;
	top: 0px;
	margin-top: 5px;
	border: 2px solid #0f4e99;
	background: #FFF;
	padding: 10px;
	width: 300px;
	z-index: 505;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000099;
	display: block;
}
.tooltip:hover iframe {
	display: block;	
	visibility: visible;
	position: absolute;
	left: 60px;
	top: 4px;
	background: #FFF;
	z-index:501;
	width:300px;
	height: 65px;
}