@charset "UTF-8";
/*
-- Feuille de style de la page boutique
---------------------------------------
*/

body{
	background-image: url(img/bg_body.jpg);
}

.popup{
	background-image: none;
}

h1{
	padding-bottom: 14px;
}

/**
* boite ronde jolie.
**/
.roundbox{
	float: left;
	width: 425px;
	margin-right: 25px;
}

.roundbox-header{
	width: 415px;
}

.roundbox .roundbox-content{
	height: 235px;
}
.roundbox .roundbox-content a{
	font-weight: bold;
}

.produit_detail, .produit_action{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*border:solid 1px #000000;*/
	/*padding-left: 160px;*/
	margin-left: 160px;
	/*padding-right:10px;*/
	padding-right:0px;
	text-align:left;
}
.produit_detail{
	/*border:solid 1px #000000;*/
	margin-top: 20px;
	height: 170px;
}
.produit_action{
	line-height: 40px;
	height: 40px;
}

.coingauche{
	float:left;
	padding: 10px 0px 0px 20px;
}

.loading{
	background-position: 10px;
}

/**
* Presentation d'une categorie.
**/
.category{
	background: #E4E4E4 url(img/content-category.jpg) repeat-y;
	width: 880px;
}
.category .roundbox-header{
	background-image: url(img/header-category.jpg);
	width: 100%;
	text-transform: none;
}
.category .roundbox-footer{
	background-image: url(img/footer-category.jpg);
	width: 100%;
	height: 20px;
}

/**
* Presentation d'une categorie maj.
**/
.maj .roundbox-header{
	background-image: url(img/header-categorymaj.jpg);
}
.maj h2{
	color: #C30;
}


/**
* presentation d'un article.
**/
.article{
	margin-bottom: 10px;
}
.article-description{
	float: left;
	width: 580px;
	/*border: 1px solid #000000;*/
}

.article-action{
	float: right;
	width: 300px;
	/*border: 1px solid #000000;*/
}

.article-illustration{
	float: left;
	width: 115px;
	text-align: center;
	margin-top: 20px;
}

.article-redac{
	width: 460px;
	float: right;
	marging-left: 10px;
}
.article-redac h2{
	margin-bottom: 5px;
}

.petit{
	font-size:10px;
}
.prixttc{
	font-size:16px;
	font-weight:bold;
}
.prix{
	font-size:14px;
	font-weight:bold;
}
p.prix{
	text-align: left;
	margin-top: 20px;
	padding-left: 5px;
	font-weight: normal;
}
.prixancien{
	text-decoration:line-through;
	margin-right:20px;
	font-size: 13px;
}
.prixpromo{
	font-size: 17px;
	font-weight: bold;
	color:#990000;
}

.celprix, .celqte{
	text-align: right;
}

.discount_coupon{
	border: 1px #CCCCCC solid;
	width: 400px;
	padding: 0px 10px 10px 10px;
	margin: 15px auto 15px auto;
}

/* Element specifique a la page commande.
-------------------------------------------*/

form#frm_commande{
	text-align: center;
	border: thin solid #000000;
}

form#frm_facturation label{
	width:120px;
	float: left;
	margin-left:5px;
}

form#frm_facturation{
	text-align:center;
}

form#frm_facturation fieldset{
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div.detailcde{
	padding-bottom:20px;
}
