/*
 * $Id: alterimago.css,v 1.2 2007/09/24 09:27:06 goriol Exp $
 *
 * osCommerce, Open Source E-Commerce Solutions
 * http://www.oscommerce.com
 *
 * Copyright (c) 2003 osCommerce
 *
 * Released under the GNU General Public License
 */

/* Valeurs par défaut. */

* { margin: 0; padding: 0; }

input.file { padding: 2px; }

img { display: block; border: none; } /* Passe en mode bloc pour éviter l'espace en-dessous. */

hr { display: none; } /* Ingérable. On les garde pour la structuration mais pas à l'affichage. */

table { border-spacing: 0px; } /* Ne fonctionne pas sous MSIE, ce qui oblige à garder cellspacing. Unité obligatoire. */

td { vertical-align: top; } /* Par défaut, les navigateurs centrent le contenu dans la hauteur. */

em { font-style: italic; font-weight: normal; }
em.logo { font-family: Verdana, sans-serif; font-style: normal; font-variant: small-caps; color: #B72737; }

strong { font-style: normal; font-weight: bold; }

a {
  border-bottom: 1px solid #D0D0D0;
  color: #2EB2DC;
  text-decoration: none;
}

a:hover {
  border-color: #2EB2DC;
/*  opacity: 1 !important; */
}

a.external {
  background: transparent url(images/external-link.gif) no-repeat scroll right center;
  color: #00AF07;
  padding-right: 12px;
}

tt {
  padding: 2px 4px;
  border: 1px solid #D0D0D0;
  color: inherit;
  background: #FFF8D7;  
  font-family: "Lucida Console", monospace;
}

/* Ce qui s'applique à la page entière. */

body {
  color: #000000;
  background: #FFFFFF;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100.1%;
  text-align: center; /* Présent uniquement pour corriger le bug de centrage sous IE avant 6.0 */
}

/* Sert à définir la largeur utile et à centrer ce cadre. */

#globalWrapper {
  width: 938px;
  margin: 0 auto;
  font-size: 0.7em;
  text-align: left;
}

/* Entête : logo, baseline et labyrinthe plus blanc de séparation. */

#headWrapper {
  color: inherit;
  background: #B72737;
  width: 938px;
  height: 84px;
}

#logo {
  position: relative;
  top: 12px;
  left: 18px;
  width: 149px;
  float: left;
}

/* Juste au cas où l'image ne pourrait pas être affichée. */
#logo a {
  color: #FFFFFF;
  background: #B72737;
  font-family: "Eras demi ITC", Tahoma, sans-serif;
  font-size: 20pt;
  text-decoration: none;
  line-height: 21pt;
  border: none;
}

#tagLine {
  position: relative;
  top: 30px;
  left: 46px;  /* 18 + largeur logo + 3 + 25 = offset 46 (la largeur du logo (149) est ajoutée) */
  width: 523px;
  float: left;
}

/* Juste au cas où l'image ne pourrait pas être affichée. */
#tagLine a {
  color: #FF9D9D;
  background: #B72737;
  font-family: "Eras demi ITC", Tahoma, sans-serif;
  font-size: 20pt;
  text-decoration: none;
  border: none;
}

#labyrinthe {
  position: relative;
  top: 6px;
  left: 188px;
  width: 72px;
  float: left;
}

#labyrinthe a img { cursor: help; }

/* Blanc de séparation sous l'entête (breadcrumb). */
#navEZPagesTop {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #606060;
  background: inherit;
  margin-bottom: 6px;
}

#navEZPagesLeft {
  float: left;
}

#headerError {
  padding: 1px 0;
  text-align : center;
  font-size: 12px;
  font-weight : bold;
  color: #f0f0f0;
  background: #ff0048;
}

#headerInfo {
  padding: 1px 0;
  text-align : center;
  font-size: 12px;
  font-weight : bold;
  color: #f0f0f0;
  background: #00AF07;
}

/* Pied de page. */
#logosmall { width:64px; margin:12px auto 40px auto; }

#footerWrapper {
  position: fixed;
  left:0;
  bottom:0;
  padding:0;
  width:100%;
  height:40px;
  z-index:100;
  background:#B72737 url(images/footer.gif) repeat-x;
  font-family:Tahoma, Verdana, Arial, Geneva, sans-serif;
  font-size:11px;
  line-height:13px;
}

#footerCenter {
  width:938px;
  margin-left:auto;
  margin-right:auto;
}

#footerCustomerService {
  width:158px;
  padding:0 12px;
  float:left;
}

#footerLinks { 
  padding:5px 0 4px 0;
  color:#FF9D9D;
  text-align:center;
  font-weight:bold;
}
#footerLinks a { color:#FFD2D2; border:none; text-decoration:none; }
#footerLinks a:hover { text-decoration:underline; }

#siteInfoLegal {
  padding:0 0 5px 0;
  color:#FF9D9D;
  text-align:center;
}
#siteInfoLegal a { color:#FF9D9D; border:none; text-decoration:underline; }

/* Cadre général entre l'entête et le pied de page. */
#bodyWrapper { width: 100%; }
  
/* Marge de gauche. */

#marginWrapper {
  width: 158px; /* Largeur totale (182) = width + (2 x padding). */
  padding: 0 12px;
}

/* Boîte dans la marge de gauche. */
table.simpleBox {
  margin:12px 0 0 0;
  width:158px;
  font-size:11px;  /* It should be inherited from #globalWrapper, but something is wrong with IE5.5 */
}

.simpleBoxHeaderTD {
  height:23px;
  padding:0 4px 0 10px;
  color:#6090C0;
  background:#E0E0F0 url(images/sidebox-header.gif);
  font-weight:bold;
}

.simpleBoxHeaderTD a { color:#6090C0; border-bottom:none; }
.simpleBoxHeaderTD a:hover { color:#408080; border-bottom:none; }

.simpleBoxContentTD {
  padding:0 4px 3px 10px;
  color:#000000;
  background-color:#E0E0F0;
}

.simpleBoxFooterTD {
  height:10px;
  color:#000000;
  background:#E0E0F0 url(images/sidebox-footer.gif);
}

.simpleBoxContentTD a {
  color:#404040;
  background:inherit;
  font-family:Tahoma, Verdana, Arial, Geneva, sans-serif;
  text-decoration:none;
  border:none;
}
.simpleBoxContentTD a:hover {
  color:#F0F0F0;
  background-color:#7290C0;
  padding:0 2px;
}

#searchKeywordsField { width:100px; }

/* Le padding du cadre des nouveautés doit être de 4px seulement car l'image fait 150px. */
#simpleBoxNews .simpleBoxContentTD { padding:4px; text-align:center; }
#simpleBoxNews .simpleBoxContentTD img { margin-bottom:6px; }
#simpleBoxNews .simpleBoxContentTD a:hover { padding:0; color:#000000; background-color:#E0E0F0; }

/* Liens du sommaire. */

#abstract { margin: 15px 0 0 0; line-height: 15px; }

#abstract ul { list-style-position: inside; }

#abstract ul li, #abstract ul li a, #abstract ul li a:hover, #abstract ul li a:visited {
  color: #306090;
  background: inherit;
  font-family: Georgia, "Bookman Old Style", serif;
  font-size: 12px;
  border: none;
}
#abstract ul li a { text-decoration: none; }
#abstract ul li a:hover { text-decoration: underline; }

/*
 * Partie centrale.
 * Structuration type en page d'accueil :
 * td#contentWrapper
 *   div#oneColumnWrapper
 *     div#slideshowHead
 *     div#slideshowFrame
 *   div#twoColumnsWrapper
 *     div#activites
 *     div#actus
 *       div#actu...
 */
 

/* 
 * Boîtes dans la partie centrale.
 */
 
#contentWrapper {
  width: 756px; /* IE specific: without this width, the image slips below the product sheet in product_info.php */
  font-family: Georgia, "Bookman Old Style", serif;
  font-size: 12px;
  color: #306090;
  background: inherit;
}

#contentWrapper h1, #contentWrapper h2, #contentWrapper h3 {
  margin-bottom: 0.5em;
  color: #404080;
  background: inherit;
  font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
  font-weight: normal;
}
#contentWrapper h1 { font-size: 2em; }
#contentWrapper h2 { font-size: 1.6em; }
#contentWrapper h3 { font-size: 1.4em; }

#contentWrapper p, #contentWrapper ul { margin-bottom: 1em; }
#contentWrapper p.last, #contentWrapper ul.last { margin-bottom: 0; }

#contentWrapper ul { /* The 'width=95%' makes the bullet to disappear under IE and the outside position not to be considered. */
  margin-left: 1.4em;
  list-style-type: disc;
  list-style-position: outside;
}

img.textOnTheLeft { float: right; margin-left: 1em; }
img.textOnTheRight { float: left; margin-right: 1em; }

a.button { border: none; }
a.button img {
  display: inline;
  margin: 0;
}

.mailAddress {
  width: 180px;
  margin: 0.4em 0;
  padding: 4px;
  border: 4px solid #D0D0D0;
  color: inherit;
  background: #FFF8D7;
  font-family: "Lucida Console", monospace;
  text-align: center;
}

.price {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: right;
}

/*
 * Messages d'information et d'erreur
 */
div.success, div.info, div.warning, div.error {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 0.4em;
  padding: 0.4em;
}
div.success h5, div.info h5, div.warning h5, div.error h5 { font-family: Verdana, Arial, sans-serif; font-size: 100%; text-transform: uppercase; margin-bottom: 0.4em; }
div.success { color: #003060; background-color: #A4EFB5; border-color: #C0C0C0; }
div.info { color: #306090; background-color: #FFE87F; border-color: #C0C0C0; }
div.warning { color: #306090; background-color: #FFD000; border-color: #C0C0C0; }
div.error { color: #306090; background-color: #FF9D9D; border-color: #B72737; }

#messageStack div {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-family: "Lucida Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#messageStack div.success h5,
#messageStack div.warning h5,
#messageStack div.error h5 {
  float: left;
  width: 8em;
  margin: 0;
  padding: 2px 4px;
  text-align: right;
}

#messageStack div.success p,
#messageStack div.warning p,
#messageStack div.error p {
  float: left;
  width: 36em;
  margin: 0;
  padding: 2px 4px;
}

/* Notes marginales (utilisées dans test_crop). */
div.notes {
  float: right;
  width: 220px;
  height: auto;
  margin: 0;
  padding: 4px;
  border: 1px solid #A0A0A0;
  color: #606060;
  background-color: #FFF8D7;
  font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
  font-size: 88%;
}

div.notes h4 {
  background-image: url(images/question-mark.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #606060;
  font-size: 110%;
}

div.notes p.last {
  margin: 0;
}

.PopBoxImageSmall {
  border: none;
  cursor: url(images/magplus.cur), pointer;
}

.PopBoxImageLarge {
  border: solid 2px #970717;
  cursor: url(images/magminus.cur), pointer;
}
