/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

html {
    height: 100%;
}
body {
  background: #617BB1;
  color: #888888;
  margin: 0px;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  min-height: 100%;
}

#bodyWrapper {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    min-height: 100%;
    background-color: #FFF;
}

#bodyContent {
    left : 225px;
    background-color: #FFF;
    width: 720px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

#bodySearch {
    position: relative;
    left: -5px;
    background-color: #FFF;
    width: 730px;
    float: left;
    border-bottom: 5px #eceff5 solid;
    vertical-align: middle;
}

#header {
    height: 200px;
    background-color: #FFFFFF;
    padding: 5px;
}

#storeLogo {
  float: left;
  margin-top: 15px;
  padding-right: 30px;
}

#storetext {
  position: absolute;
  width: 300px;
  top:165px;
}

#headerShortcuts {
  float: right;
  width : 652px;
  height: 30px;
  color: #FFF;
  background-color:#a8afbc;
  margin: 0px;
  padding : 0px;
}

#headerShortcuts ul{
    margin: 2px 0px 0px 0px;
    padding: 5px 0px 5px 3px;
}

#headerShortcuts li{
  display:inline;
  list-style: none;
  padding-right: 5px;
}

#headerShortcuts a{
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  width: 120px;
}

#headerShortcuts a:hover{
  color: #e20029;
  font-weight: bold;
  text-decoration: none;
}

#headerShortcutsLeft {
  float: left;
}

#headerShortcutsLeft ul{
    list-style:none;
    width:120px;
    padding:0px 0px 10px 0px;
}

#headerShortcutsLeft ul li{
    width:130px;
    padding:10px 0px 10px 0px;
    border-bottom: 1px #a8afbc solid;
    vertical-align:middle;
    font-size: 10pt;
}

#banner {
    float: right;
    margin: 5px 0px 5px 0px;

}

#footer {
    background-color: #a8afbc;
/*    margin : 10px 0px 5px 5px;*/
    color: #FFF;
    text-align: center;
}


#footer li {
    display: inline;
    padding-right: 5px;
}

#footer ul {
    padding: 0px;
}

#footer a {
    font-size: 10px;
    color: #FFF;

}

#footer a:hover {
    font-size: 10px;
    color: #e20029;
}

#columnLeft {
  width: 215px;
  left : -730px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer {
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 5px;
 }

.infoBoxHeading {
    font-size: 11px;
}

.infoBoxHeading h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0px;
-webkit-margin-after: 8px;
-webkit-margin-start: 8px;
-webkit-margin-end: 0px;
font-weight: bold;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
  background-color:#eceff5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
/*  text-decoration: underline;*/
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.infoBoxRayon {
  padding: 2px 2px 5px 0px;
  font-size: 11px;
  line-height: 1.5;

}


.pave {

}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 140px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
  width: 180px;
}

.log_input{
    width: 220px;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.buttonActionDevis {
    border: 1px solid #c5dbec;
    background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    padding: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    -moz-border-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px;
    width: 100px;

}


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

#blogosphere {
    padding: 5px;
    background-color: #FFF;
    margin-bottom: 5px;
    text-align: center;
}

#blogosphere h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 8px;
    -webkit-margin-start: 8px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    text-align: left;

}

#pave_ecran {
    padding: 5px;
    background-color: #FFF;
    margin-bottom: 5px;
    text-align: center;
}

#pave_ecran h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 8px;
    -webkit-margin-start: 8px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    text-align: left;
}

#syll {
    padding: 5px;
    background-color: #FFF;
    margin-bottom: 5px;
    text-align: center;
}

A {
/*  color: #a8afbc;*/
  color: #888888;
  text-decoration: none;
}

A:hover {
  text-decoration: none;
  color : #e20029;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
/*  color: #FFFFFF; */
    font-weight: bold;
}

A.headerNavigation:hover {
  color: #e20029;

}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.text-rouge-bold {
    color: #e20029;
    font-weight: bold;
}

.sscat {
    font-weight: bold;
    padding-left: 15px;
}

.text-bold {
    font-weight: bold;
}

.product-titre {
    position: relative;
    height: 40px;
    font-weight: bold;
/*    margin-bottom: 5px;*/
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
/*  color: #a8afbc;*/
  color: #888888;
  text-decoration: none;
}

A.pageResults:hover {
  color: #e20029;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */
.tdbLink:active{
  cursor : not-allowed;
  pointer-events: none;
}
.tdbLink a { }

.tdbLink button { }

a:active{
  cursor : not-allowed;
  pointer-events: none;
}
/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/* flash info */

#alpha {
    width: 690px;
    float: left;
    display: inline;
    margin-left: 12px;
}

#carousel {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    height: 380px;
    padding: 0px;
    position: relative;
    width: 690px;
    overflow: hidden;
}

.thumb {
    height: 16px;
    width: 16px;
    background: url("/images/pictos.png") no-repeat scroll -6px -153px transparent;
    float: left;
    display: inline;
    cursor: pointer;
    margin: auto 3px auto auto;
}

#myselection {
    border:0;
    display:inline-block;
    margin:0;
    vertical-align:middle;
    width:720px;
    zoom:1;
}

#myselection ul {
    width: 710px;
    padding: 5px 5px 5px 15px;
}

#myselection li {
	display:inline;
	float:left;
	overflow:hidden;
	padding-right:5px;
	text-align:left;

	width: 350px;
}

#mynewproduct {
    border:0;
    display:inline-block;
    margin:0;
    vertical-align:middle;
    width:720px;
    zoom:1;
}

#mynewproduct ul {
    width: 710px;
    padding: 5px 5px 5px 15px;
}

#mynewproduct li {
	display:inline;
	float:left;
	overflow:hidden;
	padding-right:5px;
        padding-bottom: 10px;
	text-align:left;
	width: 350px;
}

.myslection_content{

}

.price {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}

.price_selection {
    text-align: right;
    padding: 0px 150px 5px 30px;
/*    margin-top: 10px;*/
    width: 150px;
}

#price_product {
    text-align: right;
    margin-top: 10px;
    width: 90px;
}

#reseau_sociaux{
    position:relative;
    left:555px;
    top:-25px;
    width: 100px;
}

#reseau_sociaux li{
    width: 20px;
    display: inline;
    margin: 0px;
    padding : 2px;
}

.block-product {
    position: relative;
    float: left;
    width: 330px;
    padding: 10px;
    background: #eceff5;
    overflow: hidden;
    margin: 5px;
    height: 230px;
}

.block-product a img {
    float:left;
    padding-right:5px;
    padding-bottom: 5px;
    width:auto;height:auto;max-width:85px;max-height:130px;
}

.block-product a {
    padding-bottom: 5px;
}
.block-product .img_product{
    margin-bottom: 80px;
}

.block-product .img_product_new{
    margin-bottom: 35px;
}
.block-product .text_coup {
    padding-top: 30px;
    text-align: justify;

}

/*les coups de coeurs*/
.block-product-featured {
    position: relative;
    padding: 10px;
    background: #eceff5;
    overflow: hidden;
    margin: 5px;
    padding: 5px 0px 5px 0px;
}

.block-product-featured a {
    float:left;
    padding-right:5px;
    padding-bottom: 5px;
}

.block-product-featured .img_product{
    margin-bottom: 80px;
}

.block-product-featured .img_product_featured{
/*    margin-bottom: 50px;*/
    padding-left: 10px;
    padding-top: 5px;
}
.block-product-featured .text_coup {
    padding-top: 5px;
    padding-right: 5px;
    text-align: justify;
    font-size: 12px;
    float: right;

}

#myflash li .img_flash{
    border:1px solid #AFB0B2;
    padding:1px;
    background:#F2F2F2;
    float: left;
    margin-right: 5px;
}

#myflash {
    border:0;
    display:inline-block;
    margin:0;
    vertical-align:middle;
    width:720px;
    zoom:1;
}

#myflash ul {
    width: 710px;
    padding: 5px 5px 5px 15px;
    list-style-type: none;

}

#myflash li {
	overflow:hidden;
        padding: 10px 5px 10px 0px;
	text-align:left;
        width: 690px;
        border-bottom: 1px dotted #888888;
}

#myflash li h3{
	margin: 0;
}

#myflash li div.texte{
    position: absolute;
    left: 330px;
    max-width: 380px;
    height: 65px;
    overflow:hidden;
}


#librairie  {
    margin-left: 5px;
    position:relative;
    width:710px;
    overflow:hidden;
    background:#eceff5;
}

#librairie h2 { display:inline; float:left;line-height:36px;margin:0 50px 0 0;}

#librairie ul.nav { display:inline;float:left;height:36px;padding:0;margin:0;bottom:0; }
#librairie ul.nav li {
	display:inline;float:left;width:120px;margin-left:20px;height:30px;margin-top:6px;
}

#librairie ul.nav li a {
	display:block;height:30px;
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
        background:#f0f2f6;
	color:#8b95a0;
	text-align:center;
	font-size:1.4em;line-height:30px;font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:400;text-transform:uppercase;
}
#librairie ul.nav li.disp { margin-top:0px;  }
#librairie ul.nav li.disp a {
	border:1px solid #d5deef;border-bottom:0;background:#fff;color:#3b5998;color:#005aa2;line-height:35px;height:35px;
}

#librairie div.shelves {
	position:relative;
        clear:both;
        height:280px;
        margin:0;
        width:670px;
        padding:10px 10px 10px 20px;
}
#librairie h3 {
	display:inline;
/*        position:absolute;*/
        left:0px;

}
#librairie div.shelves ul {
	width:600px;
        margin:0;
        padding:0;

}

#librairie div.shelves ul li {
        margin-right: 10px;
        height: 280px;
        float: left;
        display: inline;
        position: relative;
        bottom: 0;
}

#librairie div.shelves ul li div.price {
        height: 60px;
        text-align: center;
}

#librairie div.shelves ul li div.titreauteur {
        height: 90px;
        text-align: center;
        width: 165px;
        font-size: 10px;
}

#librairie div.shelves ul li div.image{
        vertical-align: bottom;
        height: 130px;
        display: table-cell;
        padding-left: 35px;
        padding-bottom: 10px;
}

#librairie div.shelves ul li div.titreauteur .titre {
       font-weight: bold;
       font-size: 11px;
}

#librairie div.shelves ul li a.image {
	text-align: center;
/*        display: block;*/
        height: 130px;
/*        margin-top: 20px;*/
}
#librairie div.shelves ul li a.image img {
	width:auto;height:auto;max-width:85px;max-height:130px;
	padding-right:15px;background:url(/images/shadow_publication.png) right bottom no-repeat;
}
#librairie div.shelves ul li a.image:hover { opacity:1; }
#librairie div.shelves ul li a.title,
#librairie div.shelves ul li a.author,
#librairie div.shelves ul li a.price {
	display:none;color:#fff;
}

#librairie div.shelves a.prev,
#homepage #coupsdecoeur a.prev
{
	position:absolute;
        display:block;
        left:5px;
        top:140px;
        height:25px;
        width:25px;
        z-index:99;
	background:url(images/prev-horizontal.png) no-repeat 0px 0px;
/*        background:url(images/prev-horizontal.png);*/
	text-indent:-5000px;
}
#librairie div.shelves a.next,
#homepage #coupsdecoeur a.next
{
	position:absolute;display:block;left:680px;top:140px;height:25px;width:25px;  z-index:99;
	background:url(images/next-horizontal.png) no-repeat 0px 0px;
	text-indent:-5000px;
}
#librairie div.shelves a.prev:hover,
#homepage #coupsdecoeur a.prev:hover
{ background-position:0px 0px;opacity: 0.3;}
#librairie div.shelves a.next:hover,
#homepage #coupsdecoeur a.next:hover
{ background-position:0px 0px; opacity: 0.3;}
#librairie div.shelves a:hover {
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 32px;
	height: 32px;
	margin: -10px 0 0 -30px;
	text-indent: -999em;
	background:url(images/loading.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	display:none;*/
}

.clr {
float: none;
clear: both;
}

/*-------------------------- search --------------------------*/
#search .search { background:#f1f2f6;padding:5px 15px;margin-right:30px;text-transform:uppercase;color:#8b95a0; }
#search .nbReq { display:inline;float:right;color:#8d9c99;font-size:.9em;margin-right: 60px; }
#search .date {
	color:#8b95a0;
}
#search #searchLibrairie { position:relative;min-height:200px;}
#search .ws .image  img { max-height:100px;max-width:100px;}

#search .ws  ul  { position:relative;clear:both;border-bottom:1px dashed #dadeec;max-width:660px;min-height:150px; }
#search .ws  ul li { clear:both; }
#search .ws  ul li a.img {
	display:inline-block;float:left;margin-right:15px;width:50px;text-align:center;
}
#search .ws  li a.img img {
	max-width:50px;max-height:76px;
	margin:auto;
}
#search #searchLibrairie a.next,a.prev {
	display:block;
        text-align:center;
        background:#f1f2f6;
	line-height:25px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	max-width:260px;
}

#search #searchLibrairie .result  { position:relative;max-width:660px; float: left; margin: 0px; width: 200px; padding: 10px 10px 10px 0; }


#search #searchLibrairie ul li { margin:0; }
/*-------------------------- liste & search ------------------------------*/
#search ul { list-style:none;margin:0;padding:0; }
#search ul li { position:relative;padding:10px 0;border-top:1px solid #E0E1E5;margin-right:30px; }
#search ul li.item-0  { border-top:0 none; }

#search  ul li .content {
	display:block;
	color:inherit;line-height:1.3em;font-size:.9em;
}

#search ul li .title  {
	display:block;
        position:relative;
	font-size:1.3em;
        line-height:1.3em;
}
#search ul li .summary  {
	display:block;padding-left:165px;
	color:inherit;line-height:1.3em;font-size:.9em;
}

#breadcrumbs {
    display: block;
    clear: both;
    margin: 0;
}

/* Atos retour automatique by brouillard s'embrouille */
TD.AtosEchecHeading, DIV.AtosEchecHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
/* Fin Atos retour automatique by brouillard s'embrouille */

/*les magasins*/
.sst-magasins {
    padding: 0 0 0 15px;
    background: transparent url(/images/puces-magasins.jpg) left no-repeat;
    color: #686868;
}

.magasins-content {
    border-bottom: 1px dotted #888888;
    margin-top: 10px;
    height: 275px;
}

.magasins_img {
border: 1px solid #AFB0B2;
padding: 1px;
background: #F2F2F2;
width: 187px;
height: 140px
}

#magasins {
    padding-left: 10px;
}

.magasins-content .store_address {
    padding-top: 10px;
    clear: both;
}

/*popup*/

#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -302px;
    position: fixed;
    top: 40%;
    width: 600px;
    z-index: 2;
}
/*div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}*/
div.close {
    position: absolute;
    top: -25px;
    right: -20px;
    width: 30px;
    height: 30px;
    background: transparent url('images/infobox/close.png') 0px 0px;
    cursor: pointer;
    z-index: 1103;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}

.ombre {
    background: url(images/fond_ombre.png) no-repeat;
    height: 499px;
    padding: 50px 35px 0;
}

.ombre .pourquoi {
    margin-bottom: 20px;
    padding-left: 90px;
    min-height: 60px
}
.ombre .pourquoi h2,p{
    margin: 0px;
}
.ombre .pourquoi.check {
    background: url(images/validated.png) top left no-repeat;
}
.ombre .pourquoi.cart {
    background: url(images/shopping_cart_red.png) top left no-repeat;
}
.ombre .pourquoi.label {
    background: url(images/service.png) top left no-repeat;
}

.msg {
    padding: 5px;
    width: 400px;
    margin: 2px;
    color: #c00;
    border: 1px solid #c00;
    background-color: #FEF1ED;
    font: bold 13px Arial;
}

#adminAppMenu {
  float: left;
  width: 200px;
  padding: 5px;
}

#adminAppMenu h3 {
}

#adminAppMenu ul {
  list-style: none;
  margin: -5px 0 -5px -10px;
  padding: 0;
}

#contentText {
  margin-left: 160px;
}

.ui-widget {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; text-align: left; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer;}
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; padding: 5px 0px; }

/* shopping cart */

#cart {
    padding: 5px;
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
}

#nobase {
    padding: 5px;
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

#cart #cart_save {
    width: 50%;
    float: left;
    border-right: 1px dashed gray;
    margin-right: 20px;
}

#cart #cart_validated{

}

.dataTableCart {
    border-bottom: 1px dashed #888888;
}

/* result ajax à la saisie */
#result_ajax {
    display: block;
    position: absolute;
    background-color: white;
    top: 240px;
    left: 349px;
    width: 600px;
    z-index: 10;
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: default;
    display: none;
}

#result_ajax a{
    cursor: default;
    line-height: 17px;
}

#result_ajax td {
    font-size: 14px;
    text-align: left;
    padding-left:15px;
    line-height:22px;
}

#result_ajax tr.backgris {
    background-color: gray;
    color: white;
}

/*fin de commande*/

.endorder label  {
    font-size: 12px;
    font-weight: bold;
}

.endorder legend  {
    font-size: 12px;
    font-weight: bold;
}

.endorder fieldset  {
    margin-top: 15px;
    font-size: 12px;
    border:1px solid gray;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    box-shadow:1px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
}

.product_order  {
    margin-top: 15px;
    font-size: 12px;
    border:1px solid gray;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    box-shadow:1px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
}
