

* {
	margin: 0;
	padding: 0;
}
html, body
{
	width: 100%;
	height: 100%;
}
a img {
	border: 0 none;
}
.clear {
	clear: both;
}
a{outline: none;}
:focus{-moz-outline-style: none;}

ul li {
	list-style: none;
}
body,
form input,
form select,
form textarea{
	font-family: Arial;
	font-size: 11px;
	color: #5e5e5e;
}
form input.form_error{
	border: 1px solid #ff8989!important;
}
form input.form_valid{
	border: 1px solid #7bd12a!important;
}
body,
body a{
	color: #5e5e5e;
}
body {
	background: url("../pix/home/background_retrait_repeat.gif") repeat-y transparent;
	background-position:center 120px;
}
div#page_error {
	text-align: center;
	padding: 10px;
	border: 1px solid #bc0004;
}
div#page_error,
.error{
	color: #bc0004;
}
.succeed {
	color:	#008040;
}
.warning {
	color: #000080;
}

/*** PREHOME ***/

body div#page_content div.contenu #prehome {
	margin-top: 20px;
}


/*** HEADER ***/

body div#page_header {
  background: url(/pix/common/background_header.gif) repeat-x;
  height: 141px;
  /*position-relative;*/
}
/*
body div#page_header div.contenu a#backhome {
  float: left;
  width: 58px;
  height: 45px;
  position:relative;
  z-index:20;
}
*/

body div#page_header div.contenu div#mobli {
	position:absolute;
	top:50px;
	left:319px;
}
body div#page_header div.contenu div#inscription_newsletter {
  background: url(/pix/common/background_newsletter.gif) no-repeat;
  position: absolute;
  top: 0;
  width: 169px;
  height: 47px;
  margin-left: 110px;
  z-index:21;
}
body div#page_header div.contenu div#inscription_newsletter a {
  display: block;
  padding-left: 55px;
  padding-top: 6px;
  height: 38px;
}
body div#page_header div.contenu a#espace_client,
body div#page_header div.contenu a#mon_panier,
body div#page_header div.contenu div#inscription_newsletter a
{
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 9px;
}
body div#page_header div.contenu a#espace_client {
	float:right;
  width: 117px; 
  height: 33px; 
  background: url(/pix/common/background_espaceclient.png) no-repeat;
  text-indent:-5000px;
  position:relative;
	display:block;
  z-index:20;
  margin-right:7px;
  display:inline;
}
body div#page_header div.contenu a#mon_panier {
  float: right;
  width: 228px; /* 228 - 143 85 */
  height: 26px;
  background: url(/pix/common/background_panier.png) no-repeat;
  color:#fff;
  text-align:right;
  /*padding:8px 0 0 143px;*/
  padding:8px 0 0 0;
   position:relative;
  z-index:20;
  text-transform:none;
  font-size:11px;
}
body div#page_header div.contenu a#mon_panier:hover {
	color:#25aef8;
}

body div#page_header div.contenu a#mon_panier span {
  font-weight: normal;
}
body div#page_header div.contenu a#mon_panier span.total {
  font-weight: bold;
  font-size: 11px;
  padding-right:15px;
}
/* MODULE DE RECHERCHE DE L'ENTETE */
body div#page_header div.contenu div#recherche-express {
  background: url(/pix/common/background_recherche.gif) no-repeat;
  position: absolute;
  top: 0;
  width: 161px; /* 206 - 45 */
  height: 48px;
  margin-left: 90px;
  z-index:21;
	padding-left:45px;
}
body div#page_header div.contenu div#recherche-express p{
	float:left;
}
body div#page_header div.contenu div#recherche-express #lab-exp{
	font-weight:bold;
	font-size:10px;
	color:#5e5e5e;
}
body div#page_header div.contenu div#recherche-express #inp-express input{
	width:120px;
	height:14px;
	font-size:11px;
	padding:2px 0 0 3px;
	background:#ddeffb;
	border:1px solid #1bbbe9;
	color:#096a85;
	margin:0 1px 0 3px;
}
body div#page_header div.contenu div#recherche-express #btn-express input{
	font-size:12px;
	background:none;
	border:none;
	color:#0081C7;
	font-weight:bold;
	padding-top:2px;
	display:block;
}

body div#page_header div.contenu h1 {
  background: none;
  padding-top: 0px;
  text-align: center;
  width: 302px;
  height: 77px;
  padding:19px 0 0 0;
  position:relative;
  z-index:20;
}
#n-contact-h{
	background:url(../pix/common/n-contact-h.gif) no-repeat;
	width:179px;
	height:44px;
	position:absolute;
	right:6px;
	top:43px;
	text-indent:-5000px;	
}

body div#page_header div.contenu ul#menu{
	z-index:21;	
	position:relative;
	height:1%;
	zoom:1;
}
body div#page_header div.contenu ul#menu,
body div#page_header div.contenu ul#sub_menu
{
  position: absolute;
  width: 1050px;
  clear: both;
}
body div#page_header div.contenu ul#menu {
  top: 101px;
  left:0;
}
body div#page_header div.contenu ul#menu li {
  	float:left;
	font-size:1px;
	position:relative;
	z-index:22;
}
body div#page_header div.contenu ul#menu li a img{
	display:block;
}
body div#page_header div.contenu ul#menu li .second_menu{
	position:absolute;
	top:40px;
	left:0;
	width:150px;
	border-right:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	background:#fff;
	z-index:22;
	display:none;
}
body div#page_header div.contenu ul#menu li .second_menu li{
	float:none;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	font-family:arial;
	padding-top:4px;
	z-index:22;
	background:#fff url(/pix/menu/back-second-menu.gif) bottom left repeat-x;
}
body div#page_header div.contenu ul#menu li .second_menu li a{
	text-decoration:none;
	color:#666;
	display:block;
	width:146px;
	padding:4px 0 4px 4px;
}
body div#page_header div.contenu ul#menu li .second_menu li a:hover{
	color:#fff;
	background:#012653;
}

/* SOUS MENU JS*/
body div#page_header div.contenu ul#sub_menu {
  top: 104px;
  text-align: center;
  height: 28px;
  overflow: hidden;
  margin-left: 1px;
}
body div#page_header div.contenu ul#sub_menu li {
  float: left;
  height: 20px; /* 28 - 7 */
  padding-top: 8px;
}
body div#page_header div.contenu ul#sub_menu li.selected {
  background: url(/pix/menu/selected.gif) repeat-x;
}
body div#page_header div.contenu ul#sub_menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #72d5f2;
  padding: 4px 15px;
}
body div#page_header div.contenu ul#sub_menu li.last-child a {
  border-right: 0 none;
}


/*** CONTENU ***/

body div#page_header div.contenu,
body div#page_content div.contenu,
body div#page_footer ul.contenu
{
  width: 977px;/*961*/
  margin: 0 auto;
  position:relative;
  z-index:14;
}
div#page_content div.contenu #left_column{
	position:relative;
	z-index:14;	
}
body div#page_content div.contenu div#middle_column{
	position:relative;
	z-index:14;	
}
body div#page_content div.contenu div#right_column{
	position:relative;
	z-index:14;
	padding-top: 15px;
}
body div#page_content div.contenu div#middle_column h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  color: #062449;
  padding-bottom: 20px;
}
body div#page_content div.contenu div#middle_column h1 span {
  font-weight: bold;
}

body div#page_content div.contenu ul.liste li {
  background: url(../pix/common/puce-blue.gif) no-repeat scroll 0 1px;
  padding-left: 18px;
}
body div#page_content div.contenu ul.liste li a {
  text-decoration: none;
  color:#5e5e5e;
}
body div#page_content div.contenu ul.liste li a:hover{
  color: #1bbbe9;
}
body div#page_content div.contenu ul.liste2 li,
body div#page_content div.contenu div.liste2 p{
  background: url(/pix/common/puce-blue.gif) no-repeat;
  padding-left: 18px;
}
body div#page_content div.contenu ul.liste2 li a,
body div#page_content div.contenu div.liste2 p a{
  text-decoration: none;
  color: #0081C7;
}


/*** CONTENU ***/




body div#page_content {
  /*background: url(/pix/common/background_content.gif) #00669F repeat-x;*/
  padding-bottom: 77px;
  font-size: 12px;
  position:relative;
  z-index:10;
}
/*  FOND BALLON
body div#page_content div#page_decoration{
	background:url(/pix/common/background_contenu.png) bottom center no-repeat !important;
	background:none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pix/common/background_contenu.png',sizingMethod='crop');
		
}
*/

body div#page_content div.contenu div.cadre{
  margin-bottom: 14px;
}
body div#page_content div.contenu div.cadre h2 {
  color: #25aef8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  height: 28px;
  padding-left: 15px;
  padding-top: 20px;
  letter-spacing: -1px;
}
body div#page_content div.contenu ul#ariane {
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 11px;
}
body div#page_content div.contenu ul#ariane li {
  display: inline;
  background: url(/pix/common/puce_ariane.gif) no-repeat 0 50%;
  padding-left: 8px;
  margin-right: 1px;
}
body div#page_content div.contenu ul#ariane li.first-child {
  background: none;
  padding-left: 0;
}
body div#page_content div.contenu ul#ariane li.last-child {
  font-weight: bold;
}
body div#page_content div.contenu ul#ariane li a {
  text-decoration: none;
  font-weight: normal;
}

html body div#page_content{
	padding-bottom:50px;
	padding-top:0px;
}

html body div#page_content #page_decoration
{
	padding-top:10px;
}

body div#page_footer {
  /*text-align: center;*/
  /*background: url(/pix/common/bande_mobli.png) repeat-x;*/
  /*padding-top: 63px;*/
  /*margin-top: -51px;*/ /*-60px;*/
  position:relative;
  z-index:20;
  background-color:white;
}
body div#page_footer ul.contenu li {
  display: inline;
  padding: 0 7px;
  border-right: 1px solid #002856;
  color: #002856;
}
body div#page_footer ul.contenu li.last-child {
  border-right: 0 none;
  padding-right: 0;
}
body div#page_footer ul.contenu li a {
  color: #494848;
  text-decoration: none;
}
body div#page_footer ul.contenu li a:hover{
	color:#000;	
}
body div#page_footer ul.contenu li.lt-up{
	float:right;
	color:#25aef8;
	font-style:italic;	
}
body div#last_update {
  text-align: right;
  font-size: 9px;
  margin-right: 10px;
	float:right;
	width:120px;
	position:absolute;
	top:64px;
	right:0;
	z-index:22;
}
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bandeau-bottom-n{
	background:#00224b;
}
.bandeau-bottom-n hr{
	color:#05b6fc;
	background-color: #00408a;
	height: 1px;
	border:0;
	margin-top: 15px;
}
.bandeau-top-n,.bandeau-footer-n{
	background:#e8e8e8;
	padding:20px 0;
	
}
.bandeau-top-col{
	background:#e8e8e8;
	width:323px;
	float:left;
	color:#011f47;
}
.bandeau-top-col .bulle{
    background: url("../pix/common/footer-twitter-bulle.png") no-repeat scroll 0 0 transparent;
	height:16px;
	width:16px;
	display:block;
	margin: 0 0 5px 35px;
}
.bandeau-top-col form{
	border-bottom:1px solid #c9c9c9;
	padding-bottom:10px;
	margin-bottom:20px;
}
.bandeau-top-col form .optin{
	margin:13px 0 5px;
}
.bandeau-top-col form .optin li{
	display: inline;
}
.bandeau-top-col form .optin li label{
	margin:0 20px 0 5px;
	font-size:12px;
}
.bandeau-top-col form .criteria{
	margin-bottom:7px;
}
.bandeau-top-col form .criteria input{
	border: 1px solid #BBC0CA;
    height: 22px;
    line-height: 21px;
    padding: 0 0 0 4px;
    width: 242px;
	color:#011F47;
}
.bandeau-top-col form .criteria-optin{
	margin:14px 0;
}
.bandeau-top-col form .criteria-optin label{
    display: block;
    margin: -20px 0 0 20px;
	width: 230px;
}
.bandeau-top-col .title{
	font-size:15px;
	font-weight:bold;
	padding-bottom: 7px;
}
.bandeau-top-col .logo{
	float:right;
	margin:-30px 37px 0 0;
}
.bandeau-top-col .fb{
	background-color:#FFF;
	width:292px; 
	height:260px;
}
.bandeau-top-col .twt{
	background-color:#FFF;
	width:292px; 
	height:228px;
}
.bandeau-footer-n p{
	color:#012248;
	width:962px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}
.bandeau-footer-n p.blue,.bandeau-footer-n p.blue a{
	padding-top:5px;
	color:#05B6FC;
	font-weight:bold;
	text-decoration:none;
}
.center-b-t-n{
	width:969px;
	margin:0 auto;	
	position:relative;
	color:#8b8a8a;
}
.center-b-t-n .multi-colonne{
  column-width: 15em;
  column-gap: 2em;   /* shown in yellow */            
  column-rule: 4px solid green;
  padding: 5px;      /* shown in blue */
}
.center-b-t-n ul{
	width:280px;		
}
.center-b-t-n ul li{	

}
.center-b-t-n .bloc_droit{
	border: 1px solid #013b88;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	width:270px;
	margin-top:25px;
	padding:15px;
}
.center-b-t-n .bloc_droit ul{

}
.center-b-t-n .bloc_droit ul li{
    padding: 5px 0 8px 65px;
	width: 113px;
	color:#fff;
	font-size: 12px;
	font-weight:bold;
}
.center-b-t-n .bloc_droit ul li.livraison{
    background: url("../pix/common/btn-livraison.png") no-repeat scroll 15px 0 transparent;
}
.center-b-t-n .bloc_droit ul li.paiement{
    background: url("../pix/common/btn-securise.png") no-repeat scroll 0 0 transparent;
}
.center-b-t-n .bloc_droit ul li.retrait{
    background: url("../pix/common/btn-retrait.png") no-repeat scroll 20px 0 transparent;
}
.center-b-t-n ul.col{
	float:left;
	width:215px;
	padding-top:25px;
}
.center-b-t-n ul.col li.titre{
	color:#05b6fc;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
.center-b-t-n ul.col li.last{
	margin-bottom:14px;
}
.center-b-t-n ul.col li,.center-b-t-n ul.col li a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	line-height: 16px;
	padding-right:7px;
}
.center-b-t-n ul li a{
	display:block;
}
.center-b-t-n ul.footer{
	margin:0 auto;
	width:969px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.center-b-t-n ul.footer li.bb-link,
.center-b-t-n ul.footer li.bb-link a{
	text-decoration:none;
	text-transform:uppercase;
	display: inline;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.center-b-t-n ul.footer li.bb-link span{
	color:#008dce;
	margin: 3px;
letter-spacing: -2px;
}
.facebook-bottom img{
	vertical-align:middle;	
}

div#productZoomArea {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid #01b7fb;
  z-index:21;
}

p#maintenance {
	background: url(/pix/maintenance.png) no-repeat 0 0;
	width: 863px;
	height: 517px;
	margin-top: 10px;
}
p#maintenance span {
	display: none;
}
object{
	outline: none;
}

a span#bt_magasin{
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 11px;
    color: #0081C7;
	
}

.cadre_bordure {
	background-color:white;
	padding:0;
	margin-right: 10px;
}

.cadre_decoration {
	display:block;
	overflow:hidden;
}

.android-link {
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	background:transparent;
}

