/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background-color: #f6f7f9}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== My css start here =======================================================
   All of the css stuff
   ========================================================================== */

.cb{clear: both;}
div#container{
width: 1034px;
margin: 0 auto;
background: red;
background: url(../../../img/retrait2011/backmotif.png) repeat-y;
min-height: 500px;
}

div#verytop{
background: url(../../../img/retrait2011/verytop.png) no-repeat;
height: 27px;
width: 100%;
}
div#veryBottom{
background: url(../../../img/retrait2011/verybottom.png) no-repeat;
height: 27px;
width: 100%;
}

div#headerRight{width: 585px;float: right; margin-right: 45px; margin-top: 15px;}

h1{width: 287px; height: 102px; float: left;margin-left:50px;}
h1 a{width: 287px; height: 102px; background: url(../../../img/retrait2011/logo.png) no-repeat; display: block; text-indent: -9999px;}

.blocDate{width: 195px;height: 50px; float: left;background-color: #FFF ; overflow: hidden;}
.miniBlocDate{ display:block; width: 50px; height: 40px; background:#725d5f; text-align: center; text-decoration:none; color: #FFF; font-family: Arial, sans-serif; font-size: 30px; font-weight: bold; line-height: 14px;position: relative; float: left; padding-top: 10px;}
.miniBlocDate:hover { text-decoration: none; color: #FFF; }
.miniBlocDate span.txt{margin: 0; padding: 0; color: #FFF;  }
.miniBlocDate span.txt span{ display:block; margin-top:8px; font-weight: normal; font-family: Georgia, serif; font-size: 11px; }

a.typeFete { display:block; width:145px; text-align: center; font-family: Georgia, serif; font-size: 12px; color: #725d5f; margin-top: 10px; text-decoration: none; float: left;}
a.typeFete:hover { color: #725d5f; }
a.typeFete span { font-size: 17px; color: #f12b80; text-decoration: none; }
a.typeFete:hover span { text-decoration: underline; }

#feteButton{width: 182px; height: 23px; background: url(../../../img/retrait2011/fetebutton.jpg); float: right; display: block; text-indent: -9999px; margin-top: 10px; margin-right: -4px;}
#feteButton:hover{background-position: 0 -23px;}

ul#navigation{
width: 967px;
height: 35px;
margin-top: 10px;
background: #857173;
margin-left: 28px;
font-size: 16px;
font-family: Georgia, serif;
color: #f7f7f7;
padding-left: 10px;
}

input { line-height: 25px;}

ul#navigation li{float: left;list-style-type: none;}
ul#navigation li a{color: #FFF; text-decoration: none; margin-top: 8px;display: block;}
ul#navigation li a:hover{color:#eae3e4;}
ul#navigation li#home a{width: 29px; height: 28px; background: url(../../../img/retrait2011/home.jpg) no-repeat; display: block; text-indent: -9999px; margin-top: 3px; margin-right: -20px;}
ul#navigation li input{padding-left:10px;width: 220px;height: 27px; margin-left: 20px; background: url(../../../img/retrait2011/search2.jpg) no-repeat; border: 0;margin-top: 3px; color:#857173; font-family: Georgia, serif; font-size: 14px; }
ul#navigation .separator{float: left; width: 2px; height: 24px; margin-left: 30px; margin-right: 30px; background: #c5babe; margin-top: 5px;}


div#colonne1 {
	float: left;
	width: 145px;
	height: 700px;
	overflow: hidden;
}

div#tooltip{width: 138px; margin: 0 auto; min-height: 150px; position: relative;}
div#tooltipTop{width: 138px; height: 8px; background: url(../../../img/retrait2011/tooltiptop.png) no-repeat;}
div#tooltip #arrow{position: absolute; width: 8px; height: 19px; top: 20px; left: 137px; background: url(../../../img/retrait2011/arrow.png);}
div#tooltip #youLike{width: 136px; text-align: center; border-left: #e6dfe0 solid 1px; border-right: #e6dfe0 solid 1px; background: #FFF; font-family: Georgia, serif; font-size: 18px; color: #715c5f; padding: 13px 0;}
div#tooltip a.clickLike{width: 136px; border-left: #e6dfe0 solid 1px; border-right: #e6dfe0 solid 1px; background: #eee9ea; font-family: Georgia, serif; font-size: 20px; color: #715c5f; padding: 5px 0 5px 0; display: block; text-decoration: none; position: relative;}
div#tooltip a.clickLike:hover{background: #d9cace;}
div#tooltip a.clickLike p{margin: 0px 0px 0px 10px; }
div#tooltip a.clickLike span{font-size: 13px; display: block; margin-top: 2px;}
div#tooltip a.clickLike.first {border-bottom: #d8cfd0 solid 1px;}
div#tooltip a.clickLike.last {
padding: 5px 0 5px 0; 
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom: 1px solid #e6dfe0;
}
div.arrowLink{width: 12px; height: 16px; position: absolute; top: 20px; left: 110px; background: url(../../../img/retrait2011/arrowlink.png) no-repeat;}

div#colonne2 {
	float: right;
	width: 300px;
}


div#centre {float: left; width: 510px;}
div#formatPub{background: transparent; border: 1px solid #e6dfe0; width: 300px; height: 250px;}
div#wrapperDitesMerci{width: 300px; margin-top: 10px;}
div#ditesMerciTop{width: 300px; height: 8px; background: url(../../../img/retrait2011/ditesmercitop.png) no-repeat;}
div#ditesMerciHeader{width: 298px; height: 115px; border-left: #e6dfe0 solid 1px; border-right: #e6dfe0 solid 1px; background: url(../../../img/retrait2011/ditemercibackcolor.png);}
div#diteMerciTxt{float: left; color: #715c5f; font-size: 17px; font-weight: bold; font-family: Georgia, serif; margin-left: 15px; margin-top: 10px;}
div#diteMerciTxt span{font-size: 13px; color: #a78a8e; font-weight: normal;}
div#diteMerciImgSlider{float: right; margin-right: 5px;}
#diteMerciImgSlider img#thanksCardImage{float: left;}
div#diteMerciImgSlider a#left{display: block; width: 11px; height: 16px; background: url(../../../img/retrait2011/leftarrow.png) no-repeat; float: left; margin-top: 25px; margin-right: 5px;}
div#diteMerciImgSlider a#left:hover, div#diteMerciImgSlider a#right:hover{background-position: 0px -16px;}
div#diteMerciImgSlider a#right{display: block; width: 11px; height: 16px; background: url(../../../img/retrait2011/rightarrow.png) no-repeat; float: right; margin-top: 25px; margin-left: 5px;}
div#ditesMerciContent{width: 298px; min-height: 215px; border-left: #e6dfe0 solid 1px; border-right: #e6dfe0 solid 1px; background: #FFF;}
div#ditesMerciContent #parMailTab{width: 96px; height: 25px; background: url(../../../img/retrait2011/parmailtab.png) no-repeat; background-position: 0 -50px; margin-left: 10px;}
div#ditesMerciContent #parMailTab:hover{background-position: 0 -25px;}
div#ditesMerciContent #versMobileTab{width: 101px; height: 25px; background: url(../../../img/retrait2011/versmobiletab.png) no-repeat; background-position: 0 -50px; margin-left: 110px; }
div#ditesMerciContent #versMobileTab:hover{background-position: 0 -25px;}
div#ditesMerciContent .selected{background-position: 0 0 !important;}
div#ditesMerciContent .noDisplay{display:none;}
div#ditesMerciContent .tabs{margin-top: -25px; display: block; float: left;text-indent: -9999px; cursor: pointer;}
div#ditesMerciContent form{text-align: right; margin: 0; padding-top: 10px; padding-right: 10px; color: #2b1e1f; font-family: Georgia, serif; font-size: 12px;}
div#ditesMerciContent form input{width: 169px; height: 26px; background: url(../../../img/retrait2011/champs.png) no-repeat; border:0px solid #FFF; padding-left: 5px; padding-right: 3px; margin-bottom: 3px; margin-right: 10px; color: #856F72;}
div#ditesMerciContent #parMailTabForm textarea{width: 172px; height: 88px; background: url(../../../img/retrait2011/textarea2.png) no-repeat; border:0px solid #FFF; padding: 5px 10px 5px 5px; margin-bottom: 3px; color: #856F72; resize:none;}
div#ditesMerciContent #versMobileTabForm textarea{width: 172px; height: 57px; background: url(../../../img/retrait2011/textareasmall2.png) no-repeat; border:0px solid #FFF; padding: 5px 10px 5px 5px; margin-bottom: 3px; color: #856F72; resize:none;}

div#ditesMerciContent p{text-align: right; margin: 0; padding-top: 10px; padding-right: 10px; color: #2b1e1f; font-family: Georgia, serif; font-size: 12px;}
div#ditesMerciContent p#send{font-size: 18px; font-family: Georgia, serif; color: #74686a; margin: 0 0 10px 0; padding-top: 0px}
div#ditesMerciContent p#send #apercu{font-size: 18px; font-family: Georgia, serif; color: #db3b81; text-decoration: none; font-weight: bold;}
div#ditesMerciContent p#send #apercu:hover{color:#e68cb3;}
div#ditesMerciContent p#send #envoyer{display: block; width: 113px; height: 25px; background: url(../../../img/retrait2011/sendbutton.jpg) no-repeat; float: right; margin-left: 10px;}
div#ditesMerciContent p#send #envoyer:hover{background-position: 0 -25px;}
div#ditesMerciBottom{width: 300px; height: 8px; background: url(../../../img/retrait2011/ditemercibottom.png) no-repeat;}
a#facebookButton{display: block; width: 298px; height: 39px; background: url(../../../img/retrait2011/facebook.png) no-repeat;margin-top: 10px;}
a#facebookButton:hover{background-position: 0 -39px;}

div#carteFaceWrapper{width: 510px;margin: 0 auto;}
div#carteFace{background: #FFF;border:#efefef solid 1px; width: 510px; padding-top: 5px;}
div#carteFaceWrapper .shadow{width: 510px;margin: 0 auto; background: url(../../../img/retrait2011/shadow.png) no-repeat; height: 16px;}
div#carteBackWrapper{width: 510px;margin: 15px auto 0 auto;}
div#carteBack{background: #FFF;border:#efefef solid 1px; width: 510px; height: 308px; padding-top: 5px;}
div#carteBackWrapper .shadow{width: 510px;margin: 0 auto; background: url(../../../img/retrait2011/shadow.png) no-repeat; height: 16px;}
div#carteBack #contentCard{width: 250px; height: 250px; float: left; margin: 28px 0px 0px 10px; font-family: 'Architects Daughter',cursive,Arial,sans-serif; font-size: 18px; overflow: auto;}
div#carteBack #infosCard{width: 205px; float: right; height: 10px; margin: 10px 10px 0px 0px;}
div#carteBack #separatore{width: 1px; height: 200px; background: #5b4f53; float: left; margin: 30px 10px 0px 10px;}
#formcard{text-align: right;margin-top: 70px; color: #856f72; width: 200px;}
#formcard input{width: 125px; height: 26px;background: url(../../../img/retrait2011/inputcard.png) no-repeat; border: 0px solid #FFF; padding-left: 5px; padding-right: 3px; margin-bottom: 5px; color: #856f72;}

div#sampleWrapper{width: 510px;margin: 0 auto;}

div#main{width: 966px; margin: 0 0 0 30px;}

h3#headlines{font-size: 20px; font-family: Georgia, serif; font-size:25px; color: #9c9092; margin:0px 0 0 5px;}

.suggest{float: left; width: 990px; background: #FFF; min-height: 100px; margin-left: -10px; padding-left: 5px;}
.suggest div{width: 148px; float: left; font-size: 16px; font-family: Georgia, serif; color: #7b6669; background: #f2ebee; margin: 10px 0 0 5px; padding: 2px 0 0 10px; overflow: hidden;}
.suggest div ul{padding:0px; margin: 0px; margin-top: 2px;}
.suggest div li{list-style: none;font-size: 12px; margin-bottom: 2px;}
.suggest div li a.bouton{ width: 129px; height: 21px; background: url(../../../img/retrait2011/allcard.png); margin-left: 15px; display: block; text-indent: -9999px; margin-top: 10px;}
.suggest div li a.bouton:hover{background-position: 0 -21px;}
.suggest div li a{ text-decoration: none; color: #7b6669;}
.suggest div li a:hover{ text-decoration: underline;}
.suggest a{ text-decoration: none; color: #7b6669;}
.suggest a:hover{ text-decoration: underline;}
footer {}

#footer{font-family: Georgia, serif; font-size:12px; color: #9c9092; width: 800px; min-height: 20px; margin-left: -10px; padding: 30px 100px 0 100px; margin-top: 0px; text-align: center; background: #FFF}
#footer a{color: #9c9092; text-decoration: none;}
#footer a:hover{color: #9c9092; text-decoration: underline;}
#footer p{width:500px; margin:auto; margin-top:20px;}


#wrapperLightBox{width: 600px; position: relative;}
h4#titleLightBox{width: 570px; color: #463537; font-size: 22px; font-family: Georgia, serif; font-weight: bold; border-bottom: 1px #dedede solid;padding-bottom: 10px; padding-top: 10px; margin: 0 auto 10px auto;}

div#wrapperLightBox form{width: 540px; margin: 0 auto; padding-top: 10px; font-family: Georgia, serif; font-size: 13px; padding-right: 10px; color: #2b1e1f; font-family: Georgia, serif; font-size: 12px;}
div#wrapperLightBox form input[type="text"]{width: 169px; height: 26px; background: url(../../../img/retrait2011/champs.png) no-repeat; border:0px solid #FFF; padding-left: 5px; padding-right: 3px; margin-bottom: 3px; color: #856F72;}

#wrapperLightBox div#popinCoreg{float: left; margin: 0 auto; color: #463537; font-family: Georgia,serif; font-size: 13px;}
#wrapperLightBox div#popinCoreg .coreg_image{float: left; width: 120px;}
#wrapperLightBox div#popinCoreg .coreg_image img{max-width: 120px;}
#wrapperLightBox div#popinCoreg .coreg_textradios{float: left; width: 400px; margin-left:15px;}
#wrapperLightBox div#popinCoreg .coreg_boutons_radios{float:left; width:150px; padding-top:5px;}
#wrapperLightBox div#popinCoreg .coreg_boutons_radios label{margin-right:10px;}
#wrapperLightBox div#popinCoreg  .advisor-warn {float:left; width:200px; padding-top:5px;}
#wrapperLightBox div#popinCoreg  .advisor-warn ul{margin:0; padding:0;}
#wrapperLightBox div#popinCoreg  .advisor-warn li{list-style: none; color:#911;}
#wrapperLightBox div#popinCoreg  .validate-failure {color:#911;}

#wrapperLightBox div#popinCGU{float: left; padding-top:20px; width: 540px; margin: 0 auto; color: #463537; font-family: Georgia,serif; font-size: 13px;}

#wrapperLightBox #foot{float: left; width: 100%; height: 50px; background-color: #CCCCCC; line-height: 50px; font-size: 14px; text-align: right; margin-top: 15px;}
#wrapperLightBox #foot a#popinFermer{font-size: 18px; font-family: Georgia, serif; color: #db3b81; text-decoration: none; font-weight: bold;}
#wrapperLightBox #foot a#popinFermer:hover{color:#e68cb3;}
#wrapperLightBox #foot a#popinEnvoyer{display: block; width: 113px; height: 25px; background: url(../../../img/retrait2011/sendbutton.jpg) no-repeat; float: right; margin-top: 12px; margin-right: 10px; margin-left: 10px;}
#wrapperLightBox #foot a#popinEnvoyer:hover{background-position: 0 -25px;}

/************************
 * rightblock Amazon    *
 ************************/
#GCContent { float: right; width: 280px; padding: 10px; color: #636363; font-size: 12px; text-align: left; font-family: georgia, serif; min-height: 600px; background-color: #ffffff; }
#GCContent a { color: #FC8508; text-decoration: underline; }
#GCContent span.biggerAmazon { color: black; font-weight: bold; }
#annonceAmazon { font-size: 23px; color: #FC8508; margin: 0 0 18px 5px; line-height: 23px; }
.codeAmazon { font-size: 17px; color: #000000; margin: 0 0 0px 0px; }
#montantAmazon { margin-bottom: 17px; }
#codeAmazon { margin-bottom: 3px; } 
#lineAmazon { width: 100%; height: 1px; background: url(../../../img/retrait2011/dotted.gif) repeat-x; margin-bottom: 17px; margin-top: 15px; }
#titleAmazon { font-size: 15px; color: #000000; margin-bottom: 9px; }
a#buttonAmazon, a#logoAmazon { margin: 0px auto; display: block; }
a#logoAmazon { width: 233px; margin-top: 25px; }
a#buttonAmazon { margin-top:23px; margin-bottom: 23px; width: 153px; }
#contentAmazon { }
p.heightAmazon { line-height: 15px; margin: 0 0 6px 0; display: block; }
#content2 { font-size: 11px; margin-bottom: 21px; }
#amazonMentions { width: 865px; margin: 20px 0 30px 0; font-size: 10px; text-align: left; line-height: 15px; color: #636363; }
#sup { display:block; float:right; font-size: 11px; margin: 0 5px 10px 0; width: 5px; height: 5px; }
#mentions { font-family: georgia, serif; font-size:11px; color: #636363; margin-bottom: 30px; }

#stamp { float: right; }


/**
*popin
**/
#blanket { background-color:#040A2A; position:absolute; z-index: 9001; top:0px; left:0px; width:100%; }
#popInDiv { position:absolute; background-color:#eeeeee; width:1024px; height:768px; z-index: 9002; text-align: center; background: transparent url("../../../img/common/preview/preview_bg_1024_static.gif") no-repeat top left;  }
#popinBtn { position: fixed; top: 0px; right: 0px; width: 177px; height: 37px; z-index: 9003;}