/*

toujours placer le form.css en premier !!!
c'est lui aussi qui contient le * margin:0 padding: 0

*/

@import url(layout/form.css); 
@import url(layout/template.css);
@import url(layout/texte.css);
@import url(layout/messages.css);
@import url(layout/menucat.css);
@import url(layout/table.css);
@import url(layout/gift.css);
@import url(layout/portfolio.css);
@import url(layout/checkoutbar.css);
@import url(layout/navig.css);
@import url(layout/onglets.css);
@import url(layout/blog.css);
@import url(layout/account-container.css);
@import url(layout/boxes.css);
@import url(layout/faq.css);
@import url(layout/pages.css);
@import url(layout/popup.css);
@import url(layout/modules.css);
@import url(layout/produit_info.css);

p {
	line-height: 1.2em;
	padding-bottom: 1em;
}
ul li {
	list-style: none;
}
.hr {
	display: block;
	border: 0;
	padding: 0;
	margin: .6em 0;
	height: 1px;
	background: transparent url('layout/images/dotted.gif') left top repeat-x;
}
.hr hr {
	display: none;
}

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

.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}


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

#login-in-header-boxe {
	position: absolute;
	top: 55px;
	left: 515px;
	text-align: left;
	width: 300px;
}

#login-in-header-boxe label {
	display: none;
}
#login-in-header-boxe input[type=text], #login-in-header-boxe input[type=password] {
	width: 105px;
	margin-right: 10px;
}

div#contenu {
	margin: 0 0 0 30px;
	padding: 15px 20px 0 15px;
	line-height: 1.5em;
	
}

div#contenu p {
	margin-bottom: 1.1em;
	text-align: justify;
}



#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
	background: url('layout/images/hr3.png') left bottom no-repeat;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #999900;
}
#contenu dd {
	margin-bottom: 0.5em;
}

#contenu ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url('layout/images/puce.png') left top no-repeat;
	padding-left: 20px;
}


/* ----- [two columns] ----- */
.two-column {
	text-align: left;
	margin-bottom: 20px;
}
.two-columnright {
	float: right;
	margin: 0;
}
.two-columnleft, .two-columnright {
	width: 46%;
}

#cat_description {
	border-bottom: 1px dashed #B4B4B4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#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: 70px;
	height: 70px;
}


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

.select input {
     vertical-align: middle;
}

.current, .subcurrent  {
     font-weight: bold;
}
