html {
  margin: auto;
  min-width: 998px;
  height: 100%;
}

body,td,th {
  color: #333333;
}

body {
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  min-width: 975px;
  background-color:#ffffff;
  background-position:center top;
  background-repeat:no-repeat;
}

img, ul, li, h1, h3, h2, form{
	padding:0;
	list-style: none;
	margin: 0;
	border: 0;
}

li{
  list-style-position: inside;
  list-style-image: url(../images/puce_carre.gif);
}

a{
  text-decoration: none;
}

.fnt_bold{
  font-weight: bold;
}

/* debug div */
.debug{
  border: 1px solid #f97;
}

/* general */
#content{
  position: relative;
	width: 1040px;
	height: 712px;
	margin: auto;
	margin-top:36px;
  background-image:url(../images/background.gif);
}

#header{
  position: absolute;
  width:993px;
  height: 102px;
  top:0px;
  left:22px;
}

#box_upgrade{
  position: absolute;
  width:183px;
  height:69px;
  top:14px;
  left:790px;
  background-image:url(../images/box_upgrade.gif);
  text-align:center;
}

#box_upgrade a{
  color:#070707;
}

#box_greenz{
  position: absolute;
  width:486px;
  height:54px;
  top:34px;
  left:274px;
}

#menus{
  position: absolute;
  top:104px;
  left:22px;
}

#middle{
  position: absolute;
  width:993px;
  height:314px;
  top:322px;
  left:22px;
}

#footer{
  position: absolute;
  width:993px;
  height:72px;
  top:638px;
  left:22px;
}

.link-footer{
}
a.link-footer{
  color:#CCCCCC;
  text-decoration:none;
}

.link-more{
}
a.link-more{
  color:#333333;
  text-decoration:none;
}

#box_left{
  position: absolute;
  width:389px;
  height:244px;
  top:36px;
  left:26px;
  background-image:url(../images/box_prod.gif);
  text-align:center;
}

#box_right{
  position: absolute;
  width:389px;
  height:244px;
  top:36px;
  left:578px;
  background-image:url(../images/box_prod.gif);
  text-align:center;
}

#box_comp{
  position: absolute;
  width:137px;
  height:242px;
  top:37px;
  left:428px;
  background-image:url(../images/box_comp.gif);
  text-align:center;
}

.btn_buy{
  padding-top:6px;
  height:32px;
  background-position:center top;
  background-repeat:no-repeat;
  background-image:url(../images/btn_buy.gif);
  color:#ffffff;
  width:95px;
  font-weight:bold;
  font-size:14.81px;
}

.btn_buy:hover{
  background-image:url(../images/btn_buy_down.gif);
}

.btn_buy a{
  color:#ffffff;
}

.btn_comp{
  padding-top:6px;
  width:99px;
  height:98px;
  background-position:center top;
  background-repeat:no-repeat;
  color:#000000;
}

.btn_comp a{
  color:#000000;
}

.btn_comp_plus{
  background-image: url(../images/btn_comp_plus.gif);
}
.btn_comp_plus:hover{
  background-image: url(../images/btn_comp_plus_down.gif);
}

.btn_comp_loupe{
  background-image: url(../images/btn_comp_loupe.gif);
}
.btn_comp_loupe:hover{
  background-image: url(../images/btn_comp_loupe_down.gif);
}

/* Popup^*/
#overlay {
/*  background-image:url(../images/overlay.png);*/
}

#loading{
  background-image:url(../images/loader.white.gif);
  background-position:center;
  background-repeat:no-repeat;
}

.popup-wrapper {
	background: white;
}

.popup-container div {
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

.popup-container table {
	background: none;
}

.popup-html {
	background-color: white;
}

.popup-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}

.popup-header {
	padding-bottom: 5px;
	text-align:right;
}

.popup-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.popup-header a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.popup-header a:hover {
	color: #000000;
}

.popup-header img {
  padding-left:10px;
  vertical-align:middle;
}

.popup-body {
}

#popup-content{
  position: relative;
	width: 738px;
	min-height: 372px;
}

#popup-middle{
  position: absolute;
  width:738px;
  height:424px;
  top:0px;
  left:0px;
}

#popup-footer{
  position: absolute;
  width:716px;
  height:28px;
  top:512px;
}

.popup-more{
  font-size:11px;
}

a.popup-more{
  color:#ffffff;
  text-decoration:underline;
}

.popup-btn_buy{
  padding-top:6px;
  height:32px;
  background-position:center top;
  background-repeat:no-repeat;
  background-image:url(../images/btn_popup_buy.gif);
  color:#ffffff;
  width:95px;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  text-transform:uppercase;
}

.popup-btn_buy:hover{
  background-image:url(../images/btn_popup_buy_down.gif);
}

.popup-btn_buy a{
  color:#ffffff;
}

.popup-btn_comp{
  padding-top:6px;
  width:99px;
  height:98px;
  background-position:center top;
  background-repeat:no-repeat;
  color:#000000;
}

.popup-btn_comp a{
  color:#000000;
}

