/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/


html, body { margin: 0; padding: 0; font:100% arial, helvetica, sans-serif; text-align: center; line-height: normal; color:#000000; background: #FFFFFF url(../images/bg-body.gif) repeat-x top center; }
img, table, td, fieldset, form, legend, h1, h2, h3, h4, h5, h6, ul, ol, li, p, dl, dt, dd { margin: 0; padding: 0; border: 0; list-style: none; }

dt, dd, p, li ,div{ font-size: 13px; }
li li, li p, li h2, li h3, dd li, dd p, dd dd, dd dt, dd h2, dd h3 { font-size: 1em; }
table { border-collapse: collapse; font-size: 1em; padding: 0; }
a { outline: 0 none; text-decoration: none; color: #000000; }

p.sautDeLigne { line-height: 5pt; }

/*forms*/
form { font-size: 0.69em; }

.inputText { border: 1px solid #76760c; padding: 1px 2px 1px 2px; overflow:hidden; }
a { outline: 0 none; text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; }
.floatLeft { float: left; }
.floatRight { float: right; }
.offLeft { position: absolute; left: -5000px; top: -2000em; }
.clear { clear: both; display: block; padding-bottom:1px; margin-bottom:-1px; font-size:0; }