@charset "utf-8";
/* CSS Document */

* {
  font-family: Arial, Helvetica, sans-serif;
  }
  
form {
	/*background-color: #999900;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px;
  }

a {
	color: #000000;
	text-decoration: none;
  }

a:hover {
	color: #888888;
	text-decoration: none;
  }

a img {
  border: none;
  }
  
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ffffff url(images/bgbody.gif) repeat-x top left;
  }

.style1 {font-size: 11px; }

.style1b {
	font-size: 11px;
	color: #999999;	
}

.style2 {font-size: 12px; }

.style3 {font-size: 13px; }

.style4 {font-size: 14px; }

.underlined {
	text-decoration: underline;
}

.logo {
	position: absolute;
	top: 40px;
	left: -5px;
	z-index: 0;
	text-align: center;
	width: 100%;
}

.beginpage {
	position: relative;
	top: 160px;
}

.beginpagesmall {
	position: relative;
	top: 100px;
}

.searchbox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.searchbox2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -10px;
}

.searchbox3 {
	position: relative;
	font-size: 11px;
	text-align: center;
	margin-left: 460px;
	margin-top:-16px;
	z-index: -1;
}

.radiobut {

	position: relative;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px;

}

.radiospace {

	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 11px;

}

.radiotext {

	position: relative;
	margin-left: 4px;
	font-size: 11px;
	
}

.topmenu {

	position: absolute;
	left: 0px;
	top: 3px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
	/*width: 100%;*/
	z-index: 1; /* règle le problème de cliccabilité sous firefox */

}

.session {

	position: absolute;
	left: 0px;
	margin-top: 34px;
	margin-left: -8px;
	margin-right: 2px;
	text-align: right;
	width: 100%;
	font-size: 11px;
	z-index: 2;

}

.undertop {

	position: absolute;
	left: 0px;
	margin-top: 34px;
	margin-left: 6px;
	margin-right: 2px;
	text-align: left;
	width: 35%;
	font-size: 11px;
	z-index: 3;

}

.topmenuright {
	position: absolute;
	/*left: 0px;*/
	top: 3px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: right;
	right: 2px;
	width: 100%;
	z-index: 0; /* règle le problème de cliccabilité sous firefox */
}

.toptext {

	position: relative;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px;
	
}

.centeredfooter {
	position: relative;
	margin-top: 100px;
	padding-top: 10px;
	width: 100%;
	text-align: center;	
}

.centeredcontent {

	position: relative;
	top: -30px;
	left: 5px;
	/*padding-top: 0px;*/

}

.centeredtext {

	position: relative;
	/*margin-top: -15px;*/
	margin-left: 0px;
	font-size: 11px;
	
}

.searchform {

	position: absolute;
	top: 225px;
	left: -5px;
	text-align: center;
	width: 100%;
	z-index: 1;

}

.searchfield1 {

	position: absolute;
	top: 0px;
	left: 10px;
	text-align: center;
	width: 100%;
	z-index: 1;

}

.searchfield2 {

	position: absolute;
	top: 22px;
	left: -5px;
	text-align: center;
	width: 100%;

}

.searchfield3 {

	position: absolute;
	top: 44px;
	left: -5px;
	text-align: center;
	width: 100%;

}

.searchfield4 {

	position: absolute;
	top: 60px;
	left: -5px;
	text-align: center;
	width: 100%;

}

#creditcardtable {

	visibility: visible;

}