/****************** common ****************/
body {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
	background-color: #031e33;
	background: url(/images/bg_main.jpg) fixed;
	margin-top: 0px;
	color: #a0c1d6;
}
a {
	color: #367399;	
}
textarea {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size:13px;
	background-color: #a0c1d6;
	border: 2px solid #2778ad;
	color: #000000;
}
input {
	background-color: #a0c1d6;
	border: 2px solid #2778ad;
	color: #000000;
}
select {
	background-color: #a0c1d6;
	border: 2px solid #2778ad;
	color: #000000;
}
#main {
	width: 800px;
	border: 1px solid #22638d;
	/*border-top: 0px;*/
}
#top_fold {
	/*background-color: #ffffff;*/
	background: url(/images/top_fold.gif);
	/*border-top:1px solid #f18507;*/
	height: 77px;
	
}
#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;*/
	height: 25px;
	background-color: #031e33;
}
#bottom_fold a {
	text-decoration: none;
	color: #367399;	
	font-size: 10px;	
}
#contents {
	/*background-color: #ffffff;*/
	background-color: #031e33;
	/*border-left: 1px solid #cfd8ef;
	border-right: 1px solid #cfd8ef;*/
}
#logo {
	background:url(/images/logo.gif) no-repeat;
	height: 77px;
}
#nav {
	/*background: url(/images/nav_a.gif);*/
	height: 30px;
	width: 800px;
	border-top: 2px solid #22638d;
	border-bottom: 2px solid #22638d;
}
#nav .x {
	width: 100px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	float: left;
	/*border: 1px solid #031e33;
	border-top: 0px;
	border-bottom: 0px;*/
	cursor: pointer;
}
#nav .x:hover {
	background: url(/images/nav_a_hover.gif) center left no-repeat;
	/*border-left: 1px solid #2879ac;
	border-right: 1px solid #2879ac;*/
}
#nav .selected {
	width: 100px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	float: left;
	background: url(/images/nav_a_hover.gif) center left no-repeat;
	color: #a0c1d6;
}
#nav a {
	text-decoration: none;
	color: #2879ac;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover {
	color: #a0c1d6;
	font-size: 14px;
}

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


/****************** prices on main page ******************/
#prices {
	padding-left: 10px;
}
#prices .title {
	color: #22638d;
	font-weight: bold;
	padding-top: 5px;
	font-size: larger;
	padding-left: 0px;
}
#prices .x { /** main */
	padding-left: 20px;
}
/****************** end of prices ***********************/

/****************** index page ***************************/
#index_wrapper {
	border: 1px solid #f28409;
	width:750px;
	padding:10px;
	height:480px;
}
#index_wrapper #price {
	border: 1px solid #22638d;
	width:250px;
	height: 420px;
	float:left;
}
#index_wrapper #x {
	border: 1px solid #22638d;
	width:480px;
	height: 420px;
	float:right;
}
/****************** end of index page ***************************/


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

div.tooltip2 {
	/*font:12px/14px Arial, Helvetica, sans-serif;*/
	color: #367399;	
	text-decoration: none;
}
.tooltip {
	/*font:12px/14px Arial, Helvetica, sans-serif;*/
	color: #367399;	
	text-decoration: none;
}
.tooltip a {
	color: #000099;	
	text-decoration: none;
}
.tooltip em {
	display: none;
	font:12px/14px "Courier New", Courier, monospace;
	color:#22638d;
}
.tooltip:hover {
	
	border: 0;
	position: relative;
	z-index: 500;
	/*text-decoration:none;*/
	
}

div.tooltip2{

	border: 0;
	position: relative;
	z-index: 500;
	/*text-decoration:none;*/
	
}

 div.tooltip2 em.helpIphone {
	font:12px/14px "Courier New", Courier, monospace;
	color:#22638d; 
	display: block;	
	position: absolute;
	left: -220px;
	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;

}

.tooltip:hover em {
	display: block;	
	position: absolute;
	left: -330px;
	top: 15px;
	margin-top: 5px;
	border: 2px solid #367399;
	background: #a0c1d6;
	padding: 10px;
	width: 300px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000099;
}