
/* ----- CSS ----- */

.PngOp
{
		behavior: url(/style/iepngfix.htc);
}



html, body {height: 100%;}
*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	font-family:arial,helvetica;
	padding:0;
	height:100%;
	font-size:12px;
	background-color: #193863;

}

#bgContainer {
	position:relative;
	margin:auto;
	max-width:1297px;
	min-width:985px;
	height:1000px;
	background: url(/img/mainBackground.png) no-repeat;
	background-position:top center;
	border:0px solid green;
}



#mainContainer {
	margin:auto;
	width:985px;
	position:relative;
	border:0px solid magenta;
	z-index:10;
}

#header {
	padding:0;
	margin:0;
	width:985px;
	height:107px;
	border:0px solid yellow;
}

#header .logo {
	width:210px;
	height:107px;
	float:left;
}

#header .filler {
	width:572px;
	height:107px;
	float:left;
	border: 0px solid red;
}

#header .rightButton {
	width:143px;
	height:33px;
	float:left;
	border: 0px solid red;
}

#header .rightText {
	width:275px;
	height:33px;
	float:left;
	text-align:left;
	border: 0px solid red;
}


#pageContent {
	margin: auto;
	width:978px;
	z-index:99;
	border: 0px solid red;
	overflow:hidden;
}

.pageMiddle {
	width:810px;
	border: 0px solid green;
	float:left;
	margin-top:12px;
	position:relative;
	background:transparent;
}


.homeGreenButtonContainer {
	height:31px;
	line-height:31px;
	float:left;
}

.homeGreenButtonContainer .left {
	width:6px;
	height:31px;
	float:left;
	background: url(/img/greenLeft.png);
}

.homeGreenButtonContainer .center {
	height:31px;
	float:left;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background: url(/img/greenCenter.png);
}
.homeGreenButtonContainer .center a {
	color:#ffffff;
	text-decoration:none;
}

.homeGreenButtonContainer .center a:hover {
	color:#e0843f;
}

.homeGreenButtonContainer .right {
	width:6px;
	height:31px;
	float:left;
	background: url(/img/greenRight.png);
}



.homePinkButtonContainer {
	height:31px;
	line-height:31px;
	float:left;
}

.homePinkButtonContainer .left {
	width:6px;
	height:31px;
	float:left;
	background: url(/img/pinkLeft.png);
}

.homePinkButtonContainer .center {
	height:31px;
	float:left;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background: url(/img/pinkCenter.png);
}
.homePinkButtonContainer .center a {
	color:#ffffff;
	text-decoration:none;
}

.homePinkButtonContainer .center a:hover {
	color:#bad057;
}

.homePinkButtonContainer .right {
	width:6px;
	height:31px;
	float:left;
	background: url(/img/pinkRight.png);
}



.homePinkButtonContainer .center a.small {
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}

.homePinkButtonContainer .center a.small:hover {
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}



.homeButtonSpacer {
	width:8px;
	height:31px;
	float:left;
}




.homePinkButtonContainer .center a.greenButton {
   text-align:center;
   color:#ffffff;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight:bold;
   background:#204470;
   border:1px solid #162c46;
   border-top-color:#162c46;
   border-left-color:#162c46;
   border-right-color:#162c46;
   border-bottom-color:#162c46;
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 1px;
   padding-bottom: 1px;
   border-collapse:collapse;
   text-decoration:none;
   height:18px;
   line-height:18px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
.homePinkButtonContainer .center a.greenButton:hover {
   border-top-color:#3e7cb5;
   border-left-color:#3e7cb5;
   border-right-color:#3e7cb5;
   border-bottom-color:#3e7cb5;
   text-decoration:none;
   cursor:pointer;
}


.homePinkButtonContainer .center .inputText {
   text-align:left;
   vertical-align:center;
   color:#7a7a7a;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight:normal;
   background:#ffffff;
   border:1px solid #336db5;
   border-top-color:#336db5;
   border-left-color:#336db5;
   border-right-color:#336db5;
   border-bottom-color:#336db5;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin:0;
   border-collapse:collapse;
   text-decoration:none;
   height:17px;
   line-height:17px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.homePinkButtonContainer .center .inputText:hover {
	background:#e6e6e6;
}
.homePinkButtonContainer .center .inputText:focus {
	background:#e6e6e6;
}



.greenModule {
	width:168px;
	margin-top:13px;
	margin-right:0px;
	border: 0px solid magenta;
}

.greenModule .content {
	color:#ffffff;
	padding:6px;
	margin-bottom:7px;
}

.greenModule h1 {
	color:#c2e52c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom: 0px dotted white;
}

.greenModule p {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:13px;
	padding-top:4px;
	padding-bottom:4px;

}

.greenModule p .num{
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ffffff;
	padding-right:3px;
	padding-left:3px;
	color: #ffffff;
}




.mystModule {
	width:269px;
	height:180px;
	background: url(/img/mystBackground.png) repeat-x;
	position:absolute;
	border: 1px solid #e5e5e5;
	overflow:hidden;
}

.mystModule .body {
	width:100%;
	height:180px;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	margin:10px;

}

.mystModule .body .link {
	font-size:10px;
	color:#666666;

}


.mystModule .body .center {
	height:100%;
	float:left;
	text-align:center;
}



.mystModule .body .productName {
	font-size:15px;
	font-weight:bold;
	color: #a80941;
	overflow:hidden;
	width:269px;
	border:0px solid red;
	text-decoration:none;
}

.mystModule .body .productPrice {
	font-size:12px;
	font-weight:normal;
	color: #4fbfee;
}

.mystModule .body .price {
	font-size:14px;
	font-weight:bold;
	color: #207396;
}

.mystModule .body .timeClosed {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color: #a80941;
}

.mystModule .body .timeOpen {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color: #5b9101;
}







.greenRegisterButton {
	width:120px;
	height:30px;
	background: url(/img/greenRegister.png);
}

.greenRegisterButton:hover {
	width:120px;
	height:30px;
	background: url(/img/greenRegisterHover.png);
	cursor:pointer;
}





.redDiscoverButton {
	width:171px;
	height:32px;
	background: url(/img/redDiscover.png);
}

.redDiscoverButton:hover {
	width:171px;
	height:32px;
	background: url(/img/redDiscoverHover.png);
	cursor:pointer;
}

.redDiscoverButtonDisabled {
	width:171px;
	height:32px;
	background: url(/img/redDiscoverDisabled.png);
}
















.lbModule {
	width:750px;
	margin-top:0px;
	margin-right:0px;

}

.lbModule .top {
	width:100%;
	height:12px;
	background: url(/img/flashTop2.png) top repeat-x;
	background-color: #ffffff;
}

.lbModule .top .left {
	width:12px;
	height:12px;
	background: url(/img/flashTopLeft2.png) top no-repeat;
	float:left;
	line-height:0px;
	background-color: #325278;
}
.lbModule .top .right {
	width:12px;
	height:12px;
	background: url(/img/flashTopRight2.png) top no-repeat;
	float:right;
	line-height:0px;
	background-color: #6f86a0;
}


.lbModule .body {
	width:100%;
	height:460px;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	background-color:#ffffff;
}

.lbModule .body p {
	margin-bottom:10px;
}

.lbModule .body h1 {
	font-size:18px;
	font-weight:bold;
	color:#ab1866;
	border-bottom: 1px solid #ab1866;
	margin-bottom:10px;
}

.lbModule .body h2 {
	font-size:15px;
	font-weight:bold;
	color:#ab1866;
	margin-bottom:10px;
}

.lbModule .body h3 {
	font-size:12px;
	font-weight:bold;
	color:#ab1866;
	margin-bottom:10px;
}


.lbModule .body .bold {
	font-weight:bold;
	color:#ab1866;
}


.lbModule .body .big {
	font-size:18px;
	font-weight:bold;
	color:#ab1866;
}

.lbModule .body .bigBlue {
	font-size:18px;
	font-weight:bold;
	color:#3a7195;
}


.lbModule .body .mediumbig {
	font-size:15px;
	font-weight:bold;
	color:#ab1866;
}

.lbModule .body .hyperbig {
	font-size:21px;
	font-weight:bold;
	color:#ab1866;
}

.lbModule .body .hyperbigblue {
	font-size:21px;
	font-weight:bold;
	color:#3a7195;
}

.lbModule .body .small {
	font-size:11px;

}


.lbModule .body ul {
	margin-bottom:10px;
}

.lbModule .body ul li {
	margin-left:40px;
	display: list-item;
	list-style-type: square;
}

.lbModule .body .link {
	font-size:10px;
	color:#666666;
}

.lbModule .body .left {
	width:6px;
	height:100%;
	background: url(/img/flashLeft2.png) top left repeat-y;
	float:left;
}

.lbModule .body .center {
	height:100%;
	width:98%;
	float:left;
	text-align:left;
	overflow:auto;
	position:relative;
}

.lbModule .body .right {
	width:6px;
	height:100%;
	background: url(/img/flashRight2.png) top right repeat-y;
	float:right;
}



.lbModule .body .productName {
	font-size:14px;
	font-weight:bold;
	color: #666666;
}

.lbModule .body .productPrice {
	font-size:12px;
	font-weight:normal;
	color: #666666;
}

.lbModule .body .price {
	font-size:15px;
	font-weight:bold;
	color: #9e1568;
}

.lbModule .body .time {
	font-size:15px;
	font-weight:bold;
	color: #9e1568;
}


.lbModule .body .timeOpen {
	font-size:15px;
	font-weight:bold;
	color: #5b9101;
}

.lbModule .body .timeClosed {
	font-size:15px;
	font-weight:bold;
	color: #a80941;
}

.lbModule .body .sep {
	height:0px;
	width:150px;
	border:1px dotted #666666;
	margin-top:5px;
	margin-bottom:5px;
	line-height:0px;
}



.lbModule .bottom {
	width:100%;
	height: 12px;
	background: url(/img/flashBottom2.png) bottom repeat-x;
	background-color: #ffffff;
}

.lbModule .left {
	width:12px;
	height:12px;
	background: url(/img/flashBottomLeft2.png) bottom no-repeat;
	float:left;
	line-height:0px;
	background-color: #325278;
}

.lbModule .right {
	width:12px;
	height:12px;
	background: url(/img/flashBottomRight2.png) bottom no-repeat;
	float:right;
	line-height:0px;
	background-color: #6f86a0;
}



.lbModuleTitle {
	width:37px;
	height:44px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	position:absolute;
	top:3px;
	left:690px;
	z-index:999;
}



.lbModuleTitle .left {
	background:url(/img/titleBarLeft.png);
	width:11px;
	height:28px;
	line-height:28px;
	float:left;
}

.lbModuleTitle .body {
	background:url(/img/titleBar.png);
	height:28px;
	line-height:28px;
	float:left;
	padding-right:10px;

}


.lbModuleTitle .close {
	background:url(/img/titleBar.png);
	height:28px;
	float:left;
	width:18px;
}


.lbModuleTitle .right {
	background:url(/img/titleBarRight.png);
	width:11px;
	height:28px;
	line-height:28px;
	float:left;
}






.zeepriceGreen {
	color:#6a9300;
	font-weight:bold;
}


.zeepricePink {
	color:#ae4184;
	font-weight:bold;
}



.bottomContent {
	text-align:center;
	font-size:10px;
	color:#808080;
	margin-top:5px;
	padding-top:5px;
	width:100%;
	border:0px solid red;

}

.bottomContent a {
	color:#808080;
}

.bottomContent a:hover {
	color:#606060;
}



.preload {
	display:none;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.lbModule .body .center a {
	position:relative;
	text-decoration:underline;
	z-index:9998;
	background-color:transparent;
	color:#333333;
}

.lbModule .body .center a:hover {
	z-index:9999;
	background-color:transparent;
	color:#333333;
}

.lbModule .body .center a span.infobulle {
	display: none;
	text-decoration:none;
}


.lbModule .body .center a:hover span.infobulle {
	display:block;
	text-decoration:none;
	position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #6b9400;
    background-color:#eeeeee; color:#6699cc;
    text-align: left;
    font-weight:bold;
    font-size:10px;
    padding:1px;
    color:#333333;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif;

}






.inputText {
	background: url(/img/inputBackground.png) bottom repeat-x;
	border-collapse: collapse;
	border:1px solid #7a7a7a;
	padding:4px;
}



.inputText:focus {
	border:1px solid #7bae1f;
}




table.std {
	padding:20px;
	background:#eaf2f8;
	border:1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

table.std th {
	padding:5px;
	font-weight:bold;
	font-style:italic;
}

table.std td {
	padding:5px;
}




table.stdSmall {

}

table.stdSmall th {
	font-weight:bold;
	font-style:normal;
	text-align:left;
}










table.small {
	padding:5px;
	background:#f6f6f6;
	border:1px solid #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

table.small th {
	padding:2px;
	font-weight:bold;
	font-style:italic;
}

table.small td {
	padding:2px;
}





.greenButton {
   color:#ffffff;
   font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight:bold;
   background: transparent url(/img/greenButtonBg.png);
   border:0px solid black;
   border-collapse:collapse;
   width:122px;
   height:32px;
   line-height:32px;
}

.greenButton:hover {
	font-weight:bold;
	cursor:pointer;
}


.orangeButton {
   color:#ffffff;
   font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight:bold;
   background: #fa8310 url(/img/orangeButtonBg.png);
   border:0px solid black;
   border-collapse:collapse;
   width:122px;
   height:32px;
   line-height:29px;
}

.orangeButton:hover {
	font-weight:bold;
	cursor:pointer;
}



.redButton {
   color:#ffffff;
   font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight:bold;
   background: #fa8310 url(/img/redButtonBg.png);
   border:0px solid black;
   border-collapse:collapse;
   width:132px;
   height:29px;
   line-height:29px;
}

.redButton:hover {
	font-weight:bold;
	cursor:pointer;
}

.errorMessage {
	border: 1px solid #d82511;
	background: #ffc0bb;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #7d7d7d;
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}


.okMessage {
	border: 1px solid #1f631f;
	background: #7ec07e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	width: 80%;
	padding:5px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}


.errorLegend {
	color:#e9171b;
	font-size:10px;
	background: url(/img/smallError.png) 0px 2px no-repeat;
	padding-left:16px;
	padding-top:2px;
	padding-bottom:4px;
}

.smallBottom {
	margin:5px;
	font-size:10px;
	color:#c0c0c0;
	display:none;
}
.smallBottom h1 {
	font-size:10px;
	font-weight:bold;
}
.smallBottom h2 {
	font-size:10px;
	font-weight:bold;
}

/* Pour la description à base de Darty */
.dartyDesc {
	width: 650px;
}

.dartyDesc td {
	vertical-align: top;
}

.dartyDesc td.peekaboo {
	width: 200px;
	font-weight: bold;
}

.dartyDesc tr.odd {
	background-color: #f0f0f0;
}
