@charset "utf-8";


#pageboutique {
display:table;
height:auto;
clear:both;
width:972px;
padding:0px;
margin:0px;
margin-left: 30px; 
margin-right:auto;
background-color:#FFFFFF;
background-repeat:repeat-y;
}


#pageboutique2 {
display:table;
height:auto;
clear:both;
width:972px;
padding:0px;
margin:0px;
margin-left:auto; 
margin-right:auto;
background-color:#FFFFFF;
}

#boutiquegauche {
display:block;
width:190px;
padding:0px;
margin:0px;
height:400px;
float:left;
}

#boutiquecentre {
display:block;
width:590px;
padding:0px;
margin:0px;
float:left;
/*border: 1px solid #0f0; */
}

#boutiquedroite {
display:block;
width:190px;
height:600px;
padding:0px;
margin:0px;
float:left;
/* position:relative; */
}

.produittarif{
margin-top:10px;
font-size:14px;
font-weight:bold;
margin-bottom:10px;

}
.produitoption {
margin-top:10px;
font-size:12px;
margin-bottom:10px;
}

#produitzonetext {
display:block;

width:270px;
float:left;
text-align:left;
margin-left:10px;
margin-top:10px;
}

#produitzoneimage {
display:block;
width:300px;
float:left;
}


#produitzoneimage img{
border:1px solid #666666; 
margin:4px;
}
#produitzoneimage a:hover img{
border:1px solid #FF6633;
}

div#panier {
margin-bottom:30px;
}


#panier tr.ligne1:hover, #panier tr.ligne2:hover{
background-color:#eaeef1;
border:1px solid #FF6633;
}

#panier td{
color:#000000;
text-align:left;
}
#panier th{
	background-color: #CACC2D;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
}

#panier .ligne1{
	background-color: #E2E2E2;
}

#panier .ligne2{
	background-color: #F0F0F0;
}

#panier .total td{
	font-weight:bold;
	color:#000000;
	text-align: right;
	line-height: 20px;
}

#panier .total2 td{
	font-weight:bold;
	color:#FFFFFF;
	text-align: right;
	line-height: 20px;
	background-color: #666666;
}


#panier a.bouton {
	
}

#panier td a {
color:#000000;
text-decoration:none;
}
#panier td a:hover {
color:#FF6633;
text-decoration:underline;
}


div#produitliste {
margin-bottom:30px;
}

#produitliste td{
color:#000000;
text-align:left;
font-weight:bold;
font-size:14px;
}


#produitliste tr.ligne1:hover, #produitliste tr.ligne2:hover{
background-color:#eaeef1;
border:1px solid #FF6633;
}

#produitliste td a {
color:#000000;
text-decoration:none;
}

#produitliste td a:hover {
color:#FF6633;
text-decoration:underline;
}

.produitprix{
margin-right:10px;
}

.categorie {
display:block;
margin:0px;
padding:0px;
margin-left:4px;
margin-top:5px;
}

.categorie li {
display:block;
margin:0px;
padding:0px;
list-style:none;
}

.categorie li a {
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}

.categorie li a span{
display:block;
width:20px;
height:30px;
float:left;
background-image:url(../images/boutique/puce_etoile.gif);
background-repeat:no-repeat;
background-position:5px 10px;
}


.categorie li a:hover{
background-image:url(../images/menu/btmenu3.gif);
background-color:#FFFFFF;

}

.categorie_titre {
border:none;
color:#FFFFFF;
height:33px;
line-height:33px;
font-size:14px;
font-weight:bold;
background-image:url('../images/boutique/bg_titre_produit.jpg');
background-repeat:no-repeat;
}

.boitepanier {
	display: block;
	width: 172px;
	margin-top: 5px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 112px;
	background-image: url('../images/boutique/panier.gif');
	background-repeat: no-repeat;
}
.boitepanier img {
	display: block;
	margin-left: 40px;
}

.boitepanier .bouton {
	display:block;
	width:100px;
	float:left;
	position:relative;
	left: 35px;

}

.boutonboutique {
	padding-left: 10px;
	padding-top: 5px;
	border: 0px;
}

.paniertxt {
	display:block;
	width:100px;
	height:70px;
	text-align:left;
	padding-top:10px;
	margin-left:60px;
	color:#333333;
	line-height:20px;
	font-weight:bold;
}

.pagecentre {
margin:5px;
}


.modepaiment a {
font-size:14px;
line-height:20px;
display:block;
font-weight:bold;
}

.ligne_op {
	margin-left: 15px;
}