@import url(layout/form.css);
@import url(layout/template.css);
@import url(layout/messages.css);
@import url(layout/menucat.css);
@import url(layout/table.css);
@import url(layout/portfolio.css);
/*@import url(layout/logo-partner.css);*/
/*@import url(layout/project-presentation.css);*/
@import url(layout/checkoutbar.css);
@import url(layout/navig.css);
@import url(layout/onglets.css);
@import url(layout/blog.css);
@import url(layout/pages.css);
@import url(layout/boxes.css);
@import url(layout/modules.css);
@import url(layout/new_featured_nested.css);
@import url(layout/produit_listing.css);
@import url(layout/produit_info.css);
@import url(layout/domtab.css);
@import url(layout/featured_accroche.css);
@import url(layout/texte.css);
@import url(layout/split_page_results.css);
@import url(layout/gift.css);
@import url(layout/liens_header.css);
@import url(layout/bottom-conteneur.css);
@import url(layout/lightbox.css);

/* fonction affiche désaffiche */
.open {
     /* rien pour afficher !! */
}

.close {
     /* surtout par de visibility parce que IE le lit super mal !! */     
     display: none;
     /* comme ca on cache !!*/
}

.no-link {
     cursor: default;
}

.fl {
     float: left;
}
.fr {
     float: right;
}

.clear {
     width: 100%;
     height: 1px;
     font-size: 1px;
     clear: both;
}

.clean {
     visibility: hidden;
     overflow: hidden;
     clear: both;
}


.productSpecialPrice { 
     color: red; 
     font-weight: bold;
}


fieldset, img { border: 0; }
legend { 
     font-weight: bold;
}

/* alignement */
.gauche {
	float: left;
	margin-right: 8px;
}
.droite {
	float: right;
	margin-left: 8px;
}
.textegauche {
	text-align : left;
}
.textedroite {
	text-align : right;
}

/* ----- [two columns] ----- */
.two-column {
	text-align: left;
	margin-bottom: 20px;
}

#page_create_account_customer .two-column {
	margin-bottom: 0;
}
.two-columnright {
	float: right;
	margin: 0;
}
.two-columnleft, .two-columnright {
	width: 46%;
}
.two-column h4, .two-column h2, .two-column h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#cat_description {
	margin-bottom: 20px;
}
#cat_description .image {
	float: right;
	width: 110px;
	height: 110px;
	margin: 0 0 1em 1em;
	/*border: 1px solid #ccc;*/
}

#vignette-categorie {
	width: 100px;
	height: 100px;
	margin: 5px;
}

/* TAILLE DE L'IMAGE DU PRODUIT DANS LE PANIER */
.tn img {
	width: 60px;
	height: 60px;
}

#contact-desc .description .vignette {
     float: right;
     margin: 0 0 15px 15px;
}

#contact-desc .description {
     width: 90%;
     border: 1px dotted #AEAEAE;
     padding: 8px;
     margin: 1em auto;
}

#contact-desc .description blockquote {
     font-size: 1.1em;
     font-style: italic;
     margin-bottom: 15px;
}

#reduction-desc .description {
     width: 90%;
     border: 1px dotted #AEAEAE;
     padding: 8px;
     margin: 1em auto;
}
#reduction-desc .description h4 {
     margin: 0;
     padding: 0;
     color: #ccc;
     font-size: 1.2em;
     text-decoration: none;
     border: none;
}

#reduction-desc .description p {
     font-size: 1em;
}

#reduction-desc .description li {
    background: url('layout/images/puce.png') 0 0 no-repeat;
    margin: 4px 0 4px 20px;
    line-height: 1.2em;
    background: none;
}

.faq .description {
     margin-bottom: 1em;
}

.select input {
     vertical-align: middle;
}



/* ----- [ alignement ] ----- */

.left { 
     text-align: left; 
}
.right {
     text-align: right;
}

.global #conteneur-bloc .right {
     text-align: right;
}

.center {
     text-align: center;
}


#affiche_reduc_group {
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    top: 32px;
    width: 320px;
    text-align: right;
    left: 220px;
}

.reduc {
    color: #AD0D34;
}

.nobordure, .nobordure tbody tr td {
    border: 0;
}

#agree_concours_title {
    color: #f60;
    font-weight: bold;
    font-size: 14px;
}
#agree_newsletter_title {
    color: #f00;
}

#page_create_account_customer fieldset legend {
    color: #f60;
    font-weight: bold;
    font-size: 14px;
}