@charset "ISO-8859-1";
/* CSS Document */

body {
padding:0;
margin:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}

h1 {
padding:0;
margin-top:0;
margin-left:0;
margin-bottom:14px;
margin-right:0;
}

a {
color:#c06;
text-decoration:none;
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

a:focus {
outline:none;
}

a img {
border:0;
}

div.clear-float {
clear:both;
}

span.title {
display:block;
}

.clearFloat {
clear:both;
}

#content {
margin-left:20px;
margin-bottom:40px;
}

/* Panneau "Livraison gratuite" */

#livraison-gratuite {
position:relative;
margin-top:10px;
margin-left:750px;
margin-bottom:10px;
width:174px;
height:18px;
}

#livraison-gratuite>h2 {
width:174px;
cursor:auto;
text-align:right;
}

#livraison-gratuite:hover .onglet-hidden {
visibility:visible;
}

#livraison-gratuite .onglet-hidden {
visibility:hidden;
}

#livraison-gratuite-panel {
position:absolute;
width:326px;
height:196px;
z-index:2;
left:-135px;
top:-21px;
}

/* Bread crumb */

#bread-crumb {
margin-top:20px;
padding-left:20px;
position:relative;
font-size:11px;
color:#666;
}

#bread-crumb a {
color:#666;
}


/* Google 404  */

#goog-wm {
  width: 600px;
  padding: 1em;
  border: 1px solid #cccccc;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}

