/**
 * Feuille de style principale pour le module produit
 */

/** Styles utilitaires **/
@import url('utils.css');

/**
 * Styles HTML de base
 */
body {
    font-family:Arial, Helvetica, Sans-serif;
    font-size:10px;
    color:#000000;
    background-color:#1f1f1f;
    background-repeat:repeat-x;
    background-position:top left;
    background-attachment:fixed;
}
h3 {
     color:#e4c667;
     text-transform: uppercase;
     font-size:14px
}
h4 {
     color:#FFFFFF;
     font-size:14px;
     margin:15px 0 0 0;
}
p {
    font-size:13px;
    color:#CCCCCC;
    text-align:justify;
    line-height:17px;
    margin:10px 0 20px 0;
}
a {
    color:#e4c667;
    font-size:10px;
}

/**
 * Contenu NoScript
 */
div#NoScript {
	border:2px solid #990000;
	background-color:#FFFFAA;
	width:990px;
	padding:5px 5px 5px 25px;
	background-image:url('../../assets/common/Led/error.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
	margin:5px auto 20px;
}
div#NoScript p {
	color:#1f1f1f !important;
	margin:0;
	text-align:center;
}
div#NoScript a {
	color:#000099;
	font-weight:bold;
	font-size:12px;
}

/**
 * Style pour le conteneur global
 */
div#ConteneurGlobal {
    position:relative;
    border:2px solid #a4a39e;
    padding:0;
    margin:0 auto;
    width:990px;
    background-color:#1F1F1F;
}

/**
 * Titres standards entre accolades
 */
div#ConteneurGlobal h1 {
    font-size:17px;
    text-transform: uppercase;
    color:#CCCCCC;
    margin:0 0 2px 0;
}
div#ConteneurGlobal h1 span {
    color:#e4c667;
}
div#ConteneurGlobal h2 {
    font-size:15px;
    color:#e4c667;
    margin:0 0 10px 0;
}
/**
 * Page d'accueil
 */
div#StelproMission {
    float:left;
    width:450px;
}
div#NouveauxProds {
    float:right;
    width:450px;
}
div#NouveauxProds div {
    margin:10px 0 15px 0;
    padding-bottom:5px;
    border-bottom:1px solid #CCCCCC;
}
div#NouveauxProds div a {
    display:block;
    color:#CCCCCC;
    font-size:13px;
    text-decoration: none;
    padding-left:90px;
    background-repeat:no-repeat;
    background-position:3px 3px;
    height:100px;
}
div#NouveauxProds div a strong {
    display:block;
    font-size:14px;
    margin-bottom:14px;
}
div#StelproMission a img {
    vertical-align:middle;
    margin-right:30px;
    border:0;
}

/**
 * Pied de page standard
 */
div#footer {
    background-color:#A4A39E;
    margin:15px 0 0 0;
    padding:5px 20px 5px 20px;;
    color:#4E4B47 !important;
    overflow:visible;
    clear:both;
}

/**
 * Liens du footer
 */
div#footer a {
    text-decoration:none;
    color:#4E4B47;
    font-size:9pt;
    font-weight:bold;
}
div#footer a:hover {
    text-decoration:underline;
    color:#4E4B47;
}

/**
 * Image du catalogue
 */
div#footer img {
    float:right;
    margin-right:-30px;
    margin-top:-25px;
    cursor:pointer;
}

/**
 * Ligne de copyright
 */
div#footer p {
    margin:10px 0 0 0;
    color:#4E4B47;
}

/**
 * Texte pour le catalogue
 */
div#CatalogueTxt {
    float:right;
    text-align:center;
    cursor:pointer;
    margin:5px 10px 0 0;
}

/**
 * Défilement pour les produits
 */
div.prod_defil {
    overflow:auto;
	height:125px;
}
div.prod_defil table {
    border-collapse:collapse;
}
div.prod_defil table td {
    padding:0;
    vertical-align:top;
    background-color:#1f1f1f;
    background-position:right top;
    background-repeat: no-repeat;
}
div.prod_defil table td a {
    display:block;
    height:90px;
    font-size:12px;
    padding:0 115px 0 15px;
    margin:0;
    text-align:center;
    text-decoration: none;
    color:#CCCCCC;
    background:transparent url('../../assets/common/img/defil/fleche.gif') no-repeat 5px 0;
}
div.prod_defil table td img {
	border:0;
	float:right;
	margin:30px 0 0 0;
	/*margin-right:5px;*/
}
div.prod_defil table td img.discont {
	margin:0 !important;
}
div.prod_defil table td a strong {
    display:block;
}

/**
 * Nouveaux produits
 */
table.new_produits {
    width:100%;
    height:175px;
    margin:0 auto 25px;
    padding:0;
    border-collapse:collapse;
    /*background:transparent url('../../assets/common/img/fond_nouveautes_.jpg') repeat-x 0 0;*/
}
table.new_produits td {
    text-align:center;
    text-transform: uppercase;
}
table.new_produits td a {
    display:block;
    font-size:12px;
    text-decoration: none;
    color:#CCCCCC;
    margin:0 50px;
}
table.new_produits td a img {
    border:0;
}
table.new_produits td a strong {
    display:block;
    font-size:15px;
}
table.new_produits td.new_text {
    text-align:left;
    vertical-align:bottom;
    font-size:18px;
    color:#CCCCCC;
    font-weight:bold;
    font-style:italic;
    padding-left:85px;
    width:210px;
}
table.new_produits td.categ_text {
    text-align:left;
    vertical-align:top;
    font-size:22px;
    font-weight:bold;
    font-style:italic;
    padding-left:100px;
}

/* Conteneur de section standard */
div.DefaultSection {
    margin:30px 15px 20px 15px;
}

/* Éléments particuliers réutilisables */
div#ConteneurGlobal div.AvisSpecial {
    padding:10px;
    background-color:#4D4A47;
}
/**
    Classe pour forcer un élément à étirer un conteneur de float
**/
.weight {
    clear:both !important;
    heigth:1px !important;
    line-height:1px !important;
    font-size:1px !important;
    padding:0 !important;
    margin:0 !important;
}

