/*
Nom du thème: Purple
Version: 1.001
Auteur: WiziShop - Steven Mouret
*/

* {
  margin: 0;
  padding: 0; 
}
body {
  font: normal 62.5% Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #292721;
	background: #fff url(../images/fond-header.png) repeat-x 50% 0;
}
img {
  border: none;
}

a, label, button {
	cursor: pointer;
}

a {
  color: #8eb419;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}
p, ul, ol {
	font-size: 1.3em;
}
ul {
	list-style: none;
}
label {
	cursor: pointer;
	font-size: 1.3em;
}
button {
	cursor: pointer;
	overflow: visible;
	width: 1;
	background: #cccccc ;
	height: 26px;
	border: none;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0.5em;
	line-height: 23px;
}
button span {
	position: relative;
}

input, textarea {
	padding: 0.3em 0.2em;
	width: 10em;
	vertical-align: middle;
	background: #fff;
	border:  1px solid #8eb419;
}

#header {
	width: 960px;
	height: 176px;
	position: relative;
	margin: 0 auto;
}
#header #Langue {
	position: absolute;
	top: 6px;
	right: 0;
}
#header #Langue h2 {
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
}
#header #Langue ul {
	float: left;
	list-style: none;
}
#header #Langue ul li {
	float: left;
	margin-left: 0.3em;
}
#header #Langue ul li a {
	float: left;
	text-decoration: none;
	display: block;
	padding: 0.1em 0.3em;
	color: #fff;
}
#header #Langue li a:hover, #header #Langue .current a, #header #Langue li a:focus {
	background: #5B0000;
	color: #fff;
}

#header .slogan {
	position: absolute;
	top: 6px;
	font-size: 3em;
	font-weight: bold;
	cursor: default;
}
#header .slogan span {
	display: block;
	font-size: 0.5em;
	color: #25221b;
}
#header h1 a {
	text-decoration: none;
	color: #8eb419;
}

#header #SearchForm {
	position: absolute;
	top: 5em;
	right: 0;
}
#header #SearchForm input {
	margin-right: 0.5em;
}
#header #SearchForm div label img, #header #SearchForm div #Search, #header #SearchForm div #BtnSearch {
	vertical-align: middle;
}
#header #SearchForm div #Search {
	color: #424242;
}

#header #ComptePanier {
	background: #8eb419;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 109px;
}
#header #ComptePanier li {
	float: left;
	margin-right: 1em;
}
#header #ComptePanier #pen {
	margin: 0;
}
#header #ComptePanier li a {
	float: left;
	color: #fff;
}

#header #cont-mainmenu {
	position: absolute;
	width: 960px;
	/*height: 30px;
	padding-top: 5px;*/
	height: 35px;
	bottom: 0;
	left: 0;
}

#header #mainmenu {
	position: relative;
	width: 960px;
}

#menu {
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li a {
	float: left;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	white-space:nowrap;
	z-index: 2;
	padding: 0 6px;
	text-transform: uppercase;
}

#menu li.current a, #menu li a.over {
	background: url(../images/fond-item-menu.png) repeat-x top left;
	color: #2a2a2a;
}

#ssmenu {
	position: absolute;
	top: 176px;
	left: -9000px;
	background: #cccccc;
	border-bottom: 1px solid #cccccc;
	z-index: 9999;
}

#ssmenu ul li a {
	display: block;
	padding: 2px 10px;
	color: #222222;
	text-decoration: none;
	border-top: 1px solid #222222;
}

#ssmenu ul li a:hover, #ssmenu ul li a:focus {
	background: #FDD33D;
	color: #2a2a2a;
}

#conteneur {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#conteneur #content {
	width: 700px;
	float: left;
	padding: 2em 0;
}
#conteneur #sidebar {
	width: 240px;
	float: right;
	padding: 2em 0;
}
#footer {
	background: #292721 url(../images/footer_background.gif) repeat-x top center;
	clear: both;
	overflow: hidden;
}
#footer2 {
	width: 960px;
	margin: 1em auto 0 auto;
	overflow: hidden;
}
#footer2 #lastArticleBlog {
	width: 45em;
	float: left;
	padding: 1.5em 0 1em 2em;
}
#footer2 #lastComBlog {
	width: 45em;
	float: right;
	padding: 1.5em 2em 1em 0;
	color: #fff;
}
#footer2 #lastArticleBlog h2, #footer2 #lastComBlog h2, #footer2 #lastArticleBlog2 h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #fff;
}
#footer2 #lastArticleBlog ul, #footer2 #lastComBlog ul, #footer2 #lastArticleBlog2 ul {
	list-style: none;
	font-size: 1.3em;
}
#footer2 #lastArticleBlog ul li, #footer2 #lastComBlog ul li, #footer2 #lastArticleBlog2 ul li {
	margin-bottom: 0.5em;
	color: #fff;
}
#footer2 #lastArticleBlog ul li a, #footer2 #lastComBlog ul li a, #footer2 #lastArticleBlog2 ul li a {
	color: #fff;
}
#footer2 #lastArticleBlog2 {
	width: 100%;
	padding: 1em;
}
#footer2 #lastArticleBlog2 ul {
	float: left;
	width: 48%;
	list-style: disc;
	list-style-position: inside;
	
}
#footer2 #lastArticleBlog2 .end {
	float: right;
}
#footer3 {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0.5em 0;
}

#footer3 h1 {
	font-size: 12px;
}

#variations {
	margin-bottom:25px;
	margin-top:150px;
}

#variations .qte-combo {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

#variations input {
	width: 3em;
	margin-bottom: 10px;
}

#variations select {
	margin-bottom:10px;
	width:100%;
}

#variations .variationRadio p label {
	font-size:1em;
}

#variations .variationOption {
	margin-top: 15px;
}

/* Slider */
#slider {
	height: 287px;
	width: 700px;
	position: relative;
	overflow: hidden;
	background: #797979;
	margin-bottom: 2em;
}

#lst-slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#lst-slider li {
	position: absolute;
}

#nav-fragment-0 {
	top: 0;
}

#nav-fragment-1 {
	top: 96px;
}

#nav-fragment-2 {
	top: 192px;
}

#lst-slider li a {
	display: block;
	height: 95px;
	width: 171px;
	padding: 0 46px 0 6px;
	background: url(../images/fond-slider.png) no-repeat left bottom;
	text-align: center;
	text-decoration: none;
}

#lst-slider li a span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	padding:25px;
}

#lst-slider li.ui-tabs-selected a, #lst-slider li a:hover, #lst-slider li a:focus {
	background: url(../images/fond-slider.png) no-repeat left top;
}

.ui-tabs-panel {
	position: relative;
	top: 0;
	left: 183px;
	height: 287px;
	width: 517px;
	z-index: 1;
}

.ui-tabs-panel img {
	height: 287px;
	width: 517px;
}

.ui-tabs-hide {
	display: none;
}

.expli-focus {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
	width: 465px;
	padding-left: 46px;
	background: url(../images/transparence-grise.png) repeat top left;
}

.expli-focus h3 {
	font-size: 1.6em;
	color: #fff;
}

.expli-focus p {
	color: #FFCC00;
}

.expli-focus p a {
	color: #fff;
}

/* Sidebar */
#sidebar .module, #NewsletterForm {
	margin-bottom: 2em;
	overflow: hidden;
	border: 1px solid #25221B;
}
#NewsletterForm {
	background: #8eb419;
	border: none;
}

#sidebar .module h4, #NewsletterForm h4 {
	background: #25221b;
	color: #fff;
	padding: 0.2em 0 0.2em 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

#NewsletterForm h4 {
	background: #25221b;
	color: #fff;
}
#NewsletterForm button {
	background-color: #fffff;
	color: #000000;
}

/* Menu produits */
#sidebar .Prod {
	margin-bottom: 2em;
}
#sidebar .Prod h2 {
	background: #25221b;
	color: #fff;
	padding: 0.2em 0 0.2em 0.5em;
	font-size: 1.5em;
}
#sidebar .Prod .UlFirst {
	border-top: 1px solid #000;
}
#sidebar .Prod .UlFirst li {
	border-bottom: 1px solid #000;
}
#sidebar .Prod .UlFirst li span {

}
#sidebar .Prod .UlFirst li a {
	display: block;
	padding: 0.3em 0.5em;
	text-decoration: none;
	height: 1%;
	background: #8eb419;
	color: #fff;
}
#sidebar .Prod .UlFirst li a:hover, #sidebar .Prod .UlFirst .current a {
	background: #25221B;
	color: #fff;
}
#sidebar .Prod .UlFirst li ul {
	font-size: 1em;
}
#sidebar .Prod .UlFirst li ul li {
	border: none;
}
#sidebar .Prod .UlFirst li ul li a {
	padding-left: 1.3em;
	background: none;
	color: #8eb419;
}
#sidebar .Prod .UlFirst li ul li span {

}
#sidebar .Prod .UlFirst .current ul li a {
	background: none;
	color: #8eb419;
}
#sidebar .Prod .UlFirst li ul li a:hover, #sidebar .Prod .UlFirst li ul .current2 a {
	background: #edbfd6;
	color: #25221B;
}


#NewsletterForm form {
	padding: 0.5em;
}
#NewsletterForm form input {
	width: 13em;
	margin-right: 0.3em;
}

#sidebar .module ul, #sidebar .module ol {
	list-style: disc;
	list-style-position: inside;
	color: #424242;
	margin: 0 0 0.5em 0.5em;
}
#sidebar .module ul li a {
	color: #424242;
}

/* Pavé */
.paveMef {
	margin-bottom: 20px;
}
.paveMef .block {
	padding: 0 5px;
}
.paveMef .block p, .pave .block p {
	margin-bottom: 8px;
	color: #424242;
}
.pave .block p {
	color: #424242;
}
.paveMef .block a {
	color: #424242;
}
.paveMef .block ul, .paveMef .block ol, .pave .block ul, .pave .block ol {
	margin: 0 0 8px 20px;
}
.paveMef .block ul, .pave .block ul {
	list-style: disc;
}
.paveMef .block h3, .pave .block h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #424242;
}
.pave .block h3 {
	color: #8eb419;
}
.paveMef .block h4, .pave .block h4 {
	font-size: 1.3em;
	color: #424242;
}
.pave .block h4 {
	color: #8eb419;
}
.paveMef .block img, .pave .block img {
	margin-bottom: 10px;
}
.paveMef .block .Irightimg, .pave .block .Irightimg {
	text-align: right;
}
.paveMef .block .Icenterimg, .pave .block .Icenterimg {
	text-align: center;
}

.paveMef .block #livraison-sure, .paveMef .block #paiement-secu, .paveMef .block #conseil {
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 6px;
}

.paveMef .block #livraison-sure {
	background: url(../images/picto-colissimo-suivi.png) no-repeat left center;
	padding-left: 84px;
	padding-top: 6px;
	height: 45px;
}

/*.paveMef .block #paiement-secu {
	background: url(../images/picto-paiement-securise.png) no-repeat left center;
	padding-left: 66px;
	padding-top: 12px;
	height: 44px;
}*/

.paveMef .block #paiement-secu {
	background: url(../images/checkout_fr_180x60px.gif) no-repeat center top;
	padding-top: 56px;
	text-align: center;
	margin-bottom: 1em;
}


.paveMef .block #conseil {
	background: url(../images/picto-telephone.jpg) no-repeat left center;
	padding-left: 50px;
	height: 63px;
	padding-bottom: 1em;
}

#sidebar #paveMenuSec ul {
	color: #424242;
	font-weight: bold;
	font-size: 1.4em;
}

#sidebar #paveMenuSec ul {
	color: #424242;
	font-weight: bold;
	font-size: 1.4em;
	list-style: none;
}

#sidebar #paveMenuSec ul li {
	background: url(../images/puce-menu-sec.png) no-repeat left top;
	padding-left: 12px;
	margin-bottom: 0.6em;
}


#sidebar #paveMenuSec ul li a {
	text-decoration: none;
}

#sidebar #paveMenuSec ul li a:hover, #sidebar #paveMenuSec ul li a:focus {
	text-decoration: underline;
}

/* ariane */
#ariane {
	margin-bottom: 2em;
	color: #ccc;
}

#ariane a {
	margin-bottom: 2em;
	color: #ccc;
}

/* Titre */
.titre {
	color: #8eb419;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 2.2em;
	clear: both;
}

.h2 {
	color: #747474;
	margin-bottom: 1em;
	font-size: 1.9em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding-bottom:0.3em;
}

.h2 a {
	text-decoration: none;
	color: #747474;
}

.titre a {
	text-decoration: none;
}
.titre em {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
.titre em a {
	color: #000;
}


/* Pagination */
#navig-page {
	clear: both;
	text-align: center;
}
#navig-page a {
	padding: 0.2em 0.4em;
	border: 1px solid #8eb419;
	text-decoration: none;
}
#navig-page a:hover, #navig-page a:focus, #navig-page .current {
	background: #8eb419;
	color: #fff;
}

/* Contenu Accueil */
.BlockInfos {
	margin-bottom: 2em;
}
.BlockInfos h2 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8eb419;
	margin-bottom: 0.7em;
}
.BlockInfos p {
	margin-bottom: 0.5em;
}

/* Catégorie */
#contentCat {
	margin-bottom: 3em;
	overflow: hidden;
}

/* ListProd */
#content .ListProd {
	margin-bottom: 2em;
	clear: both;
}
#content .ListProd .BlockProd {
	clear: both;
	margin-bottom: 3em;
	overflow: hidden;
}
#content .ListProd .BlockProd div {
	float: left;
	width: 325px;
	/*height: 140px;
	overflow: visible;*/
	margin: 0 2em 0 0;
}
#content .ListCat .BlockProd div {
	/*height: 120px;*/
}
#content .ListProd .BlockProd .ProdEndLigne {
	margin-right: 0;
}
#content .ListProd .BlockProd img {
	border: 1px solid #292721;
	float: left;
	margin: 0 2em 0 0;
}
#content .ListProd .BlockProd div h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
#content .ListProd .BlockProd div h3 a {
	color: #000000;
	text-decoration: none;
}
#content .ListProd .BlockProd div h3 span {
	color: #e00808;
}
#content .ListProd .BlockProd div .NameProd a {
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}
#content .ListProd .BlockProd div .NewProd {
	color: #E00808;
}

#content .ListProd .BlockProd div .Prix {
	color: #e00808;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	text-align: right;
}
#content .ListProd .BlockProd div .Prix strong {
	white-space: nowrap;
}
#content .ListProd .BlockProd div .Prix del {
	font-size: 0.8em;
	color: #8eb419;
	font-weight: normal;
	text-decoration: line-through;
	white-space: nowrap;
}
#content .ListProd .BlockProd div .Prix span {
	color: #424242;
	font-size: 0.8em;
	font-weight: normal;
}
#content .ListProd button {
	cursor: pointer;
	overflow: visible;
	width: 1;
	background: transparent url(../images/picto-panier2.png) no-repeat 0 0;
	height: 27px;
	text-align: left;
	border: none;
	color: #25221b;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 2.5em;
	line-height: 18px;
}
#content .ListProd .ViewProd {
	clear: both;
	text-align: left;
	padding-bottom: 0.5em;
}
#content .ListProd .ViewProd a {
	padding: 0 0.5em;
}
.ListProd .imgProd {
	position: relative;
	width: 100px;
	float: left;
	margin: 0 2em 0 0;
}
.ListProd .imgProd a {
	text-decoration: none;
	cursor: pointer;
}
.ListProd .etatPrix {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #8eb419;
	width: 102px;
	color: #fff;
}


/* Fiche produit */
#Prod {
	overflow: hidden;
}
#ImageFiche {
	float: left;
}
#ImageFiche #principale {
	padding: 0 1.5em 1.5em 0;
}
#ImageFiche #principale img {
	border: 1px solid #292721;
}
#ImageFiche #miniature {
	padding: 1em;
}
#ImageFiche #miniature img {
	border: 1px solid #292721;
}
#content #ImageFiche p {
	padding: 0 0.5em 0 0;
}
#content #ImageFiche #ZoomImg {
	padding: 0.5em 0.5em 0 0;
}
#content #InfosFiche {
	padding: 0 0 0 1.5em;
	overflow: hidden;
	/*float: left;*/
}
#content #InfosFiche h1 {
	font-size: 1.5em;
	color: #000;
		padding: 0;
	text-transform: uppercase;
}
#content #InfosFiche h1 span {
	font-size: 1em;
	font-weight: bold;
}
#content #InfosFiche h1 span a {
	color: #424242;
	font-size: 0.8em;
	font-weight: normal;
}

#content #InfosFiche h2 {
	font-size: 1.2em;
	color: #00;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	
}

#content #InfosFiche h2 span a {
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
}


#content #InfosFiche button {
	cursor: pointer;
	overflow: visible;
	width: 1;
	background: transparent url(../images/panier.gif) no-repeat 0 0;
	height: 40px;
	text-align: left;
	border: none;
	color: #25221b;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 2.5em;
	line-height: 18px;
	margin: 0 0 0.6em 0;
}
#PrixProd {
	margin-bottom: 1em;
	text-align:right;
}
#PrixFiche strong {
	color: #E00808;
	font-size: 1.6em;
}
.etatPrixFiche {
	margin-bottom: 0.5em;
}
.etatPrixFiche span {
	background: #8eb419;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 0.3em;
}
.Options {
	margin-bottom: 2em;
}
.Options h3 {
	color: #8eb419;
	font-size: 1.3em;
}
.Options div input {
	width: auto;
	background: none;
}
.Options div input, .Options div label {
	vertical-align: middle;
}
#variation {
	margin-bottom: 1em;
}

#ProdError {
	float: left; /* trick ie6 */
}
#ProdError p {
	border: 5px solid #610000;
	padding: 1em;
	margin-bottom: 1em;
}

#vos-garanties {
	clear: right;
	float: right;
	margin-top: 1em;
	padding: 6px;
	background: #F5FFD8;
}

#vos-garanties h3 {
	text-transform: uppercase;
	font-size: 1.3em;
}

#vos-garanties ul {
	list-style: disc;
	margin-left: 1.2em;
}

#SuiteInfos {
	clear: both;
	padding: 2em 0;
}
#SuiteInfos div {
	margin-bottom: 2em;
}
#SuiteInfos h4 {
	color: #424242;
	font-size: 1.5em;
}
#SuiteInfos h5 {
	color: #424242;
	font-size: 1.3em;
}
#SuiteInfos ul, #SuiteInfos ol {
	margin: 0 0 1em 0;
	list-style-position: inside;
}
#SuiteInfos ul {
	list-style-type: disc;
}
#SuiteInfos p {
	margin-bottom: 1em;
}

#Personnalisation h3 #PersoOblig {
	color: #000;
	text-transform: none;
}
#Personnalisation label {
	display: block;
}
#Personnalisation input {
	width: 40em;
	border: 1px solid #000;
}
#Personnalisation textarea {
	width: 40em;
	height: 10em;
	border: 1px solid #000;
}
#Personnalisation select option {
	padding: 0 0.5em;
}
#SuiteInfos #Personnalisation h3 #PrixPerso {
	color: #424242;
	font-weight: normal;
	font-size: 0.8em;
}

/* Panier */
#votre-panier, #histo-com  {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
#votre-panier caption {
	font-size: 1.3em;
	margin-bottom: 1em;
}
#votre-panier thead, #histo-com thead {
	font-size: 1.4em;
	height: 30px;
	background: #8eb419;
}
#votre-panier thead th, #histo-com thead th {
	color: #fff;
	font-weight: bold;
}
#votre-panier tfoot td {
	text-align: right;
	font-size: 1.3em;
	padding: 0.2em 0;
}
#votre-panier tfoot td span, #histo-com tfoot td span {
	font-weight: bold;
}
#votre-panier tbody td, #histo-com td {
	vertical-align: top;
	padding: 0.4em 0;
	border-bottom: 1px solid #8eb419;
}
#histo-com td {
	text-align: center;
}
#votre-panier tbody .image-panier img {
	border: 1px solid #000;
}
#Content #votre-panier tbody td p, #histo-com tbody td p {
	margin: 0;
}
#votre-panier tbody .panier-quantite input {
	border: none;
	background: #fff;
	border: 1px solid #000;
	padding: 0.2em;
	width: 2em;
	text-align: center;
}
#votre-panier tbody .panier-quantite label {
	display: none;
}
#votre-panier tbody .panier-quantite, #votre-panier tbody .panier-supprimer {
	text-align: center;
}
#votre-panier tbody .panier-prix {
	text-align: right;
}
#votre-panier .panier-supprimer a {
	background: #8eb419;
	color: #fff;
	padding: 0.1em 0.4em;
	text-decoration: none;
	font-weight: bold;
}
#votre-panier .ecopart {
	font-size: 1.1em;
}

#panier-validation {
	text-align: right;
}
#panier-validation button {
	margin-left: 0.5em;
	background: #ccc;
	color: #000000;
}
#crosseling {
	margin-top: 3em;
}

/* Bon de réduction */
#bonreduc {
	text-align: right;
	margin-bottom: 2em;
}
#bonreduc .button {
	background: #460000 url(../images/button_background.gif) repeat-x scroll left top;
	color: #fff;
}
#bonreduc input {
	margin-right: 0.5em;
	border: 1px solid #000;
}
#bonreduc label, #bonreduc p {
	font-size: 1.1em;
}
#bonreduc p {
	margin-bottom: 0.5em;
}
#bonreduc label {
	vertical-align: middle;
}

/* pages libres et Blog */
#content .block, .PostBlog .block, #TB_ajaxContent .block  {
	clear: both;
	margin-bottom: 1em;
}
#content .block strong, #TB_ajaxContent .block strong {
	color: #8eb419;
}
#content .block p, #TB_ajaxContent .block p {
	margin-bottom: 1em;
}
#content .block ol, #content .block ul, .PostBlog .block ol, .PostBlog .block ul, #TB_ajaxContent .block ul, #TB_ajaxContent .block ol {
	margin: 0 0 1em 0;
	list-style-position: inside;
	font-size: 1.3em;
}
#content .block ul, .PostBlog .block ul, #TB_ajaxContent .block ul {
	list-style: disc;
	list-style-position: inside;
}
#content .block h3, .PostBlog .block h3, #TB_ajaxContent .block h3 {
	font-size: 1.8em;
	color: #210E0B;
	text-transform: uppercase;
}
#content .block h4, .PostBlog .block h4, #TB_ajaxContent .block h4 {
	font-size: 1.5em;
	color: #210E0B;
}
#content .block .Itxtimg img, .PostBlog .block .Itxtimg img, #TB_ajaxContent .block .Itxtimg img {
	float: right;
	margin: 0 0 1em 2em;
}
#content .block .Iimgtxt, .PostBlog .block .Iimgtxt, #TB_ajaxContent .block .Iimgtxt {
	float: left;
}
.PostBlog .block .Iimg {
	margin-bottom: 1em;
}
#content .block .Iimgtxt img, .PostBlog .block .Iimgtxt, #TB_ajaxContent .block .Iimgtxt {
	margin: 0 2em 1em 0;
}
#content .block .Ileftimg, #TB_ajaxContent .block .Ileftimg {
	text-align: left;
}
#content .block .Irightimg, #TB_ajaxContent .block .Irightimg  {
	text-align: right;
}
#content .block .Icenterimg, #TB_ajaxContent .block .Icenterimg {
	text-align: center;
}
#content .block table, #Description table {
	border-collapse: collapse;
	border: 1px solid #8eb419;
	font-size: 1.3em;
	margin-bottom: 1em;
}
#content .block caption, #Description caption {
	color: #8eb419;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
#content .block table th, #Description table th {
	padding: 0.2em 0.5em;
	color: #fff;
	background: #8eb419;
}
#content .block table td, #Description table td {
	padding: 0.2em 0.5em;
	border: 1px solid #8eb419;
}

/* Blog */
.PostBlog .nbCom {
	background: url(../images/commentaires.gif) no-repeat bottom left;
	padding: 1em 0 0 2em;
	margin-bottom: 2em;
}
.PostBlog h1 a {
	text-decoration: none;
	color: #8eb419;
}
.PostBlog #com {
	clear: both;
	padding: 1em 0 0 0;
}
.PostBlog #com h3 {
	color: #2b1d11;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.PostBlog #com ol {
	list-style: none;
}
.PostBlog #com ol li {
	margin-bottom: 2em;
}
.PostBlog #com ol li .comContent {
	background: #25221b;
	color: #fff;
	padding: 1em;
}
.PostBlog #com ol .admin .comContent {
	background: #8eb419;
}
.PostBlog #com ol li .comInfos {
	padding-top: 0.5em;
}
.PostBlog #com ol li .comInfos p {
	font-size: 1em;
}
.PostBlog #com ol li .comContent p {
	font-size: 1em;
}

.PostBlog #addCom {
	clear: both;
}
.PostBlog #addCom #validComment, .PostBlog #addCom .Erreur {
	color: #2b1d11;
	margin-bottom: 1em;
}
.PostBlog #addCom h3 {
	color: #2b1d11;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.PostBlog #addCom form {
	margin-bottom: 2em;
}
.PostBlog #addCom div {
	margin-bottom: 0.5em;
}
.PostBlog #addCom input {
	width: 24.5em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #2b1d11;
	padding: 0.35em;
}
.PostBlog #addCom label {
	display: block;
	line-height: 1.7em;
}
.PostBlog #addCom img {
	vertical-align: middle;
}
.PostBlog #addCom textarea {
	width: 680px;
	height: 10em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #2b1d11;
	padding: 5px;
}

.PostBlog {
	margin-bottom: 5em;
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #8eb419;
	padding: 0 0 1em 0;
}
#billet {
	border-bottom: none;
}
.PostBlog h2 {
	font-size: 2em;
}
.PostBlog h2 a {
	text-decoration: none;
	color: #8eb419;
}
.PostBlog .InfosBillet {
	margin-bottom: 2em;
	color: #000;
}

/* RSS */
#RssBlog {
	margin: 0 0 2em 0;
	background: #8eb419;
	padding: 0.5em;
}
#RssBlog p {
	background: url(../images/rss.gif) no-repeat 0 0;
	padding-left: 3.6em;
}
#RssBlog p a {
	color: #fff;
	text-decoration: none;
}
#RssBlog p strong {
	display: block;
	font-size: 1.1em;
}

/* identification */ 
#compte1, #minscrire, #cardsoff {
	margin-bottom: 3em;
}
#compte1 div, #minscrire div, #Contact div, #cardsoff div {
	margin-bottom: 0.5em;
}
#compte1 input, #minscrire input, #Contact input, #cardsoff input {
	width: 15em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #8eb419;
	padding: 0.35em;
}
#compte1 label, #minscrire label, #Contact label, #cardsoff label {
	text-align: right;
	padding-right: 1%;
	width: 45%;
	float: left;
	line-height: 1.7em;
}
#compte1 img, #minscrire img, #Contact img, #cardsoff img {
	vertical-align: middle;
}
#compte1 .valider3, #minscrire .valider3, #Contact #Valider, #cardsoff .valider, #cardsoff .valider3 {
	margin-left: 46%;
}
#compte1 #perdu {
	margin-left: 46%;
}
#compte1 button, #minscrire button, #Enregistrement button, #cardsoff button {
	margin-left: 0.5em;
	background: #460000 url(../images/button_background.gif) repeat-x top left;
	color: #fff;
}

#compte1 .erreur, #minscrire .erreur, #cardsoff .erreur {
	text-align: center;
	margin-bottom: 1em;
}
#compte1 .erreur p, #minscrire .erreur p, #cardsoff .erreur p {
	margin-bottom: 0.5em;
}

#passconnect, #passconnect2 {
	text-align: center;
}
#passconnect img, #passconnect2 img {
	vertical-align: middle;
}
#passconnect2 {
	margin: 1em 0 2em 0;
}

#cardsoff #identCardsoff {
	margin-left: 45%;
}

/* Contact */
#Contact #InfosContact {
	margin-bottom: 1em;
}
#Contact label {
	text-align: right;
	padding-right: 1%;
	width: 30%;
	float: left;
	line-height: 1.7em;
	font-weight: bold;
}
#Contact textarea {
	width: 25em;
	height: 10em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #8eb419;
	padding: 0.35em;
}
#Contact #Valider {
	margin-left: 31%;
	margin-bottom: 2em;
}
#Contact #Cnil {
	color: #292721;
	font-size: 1.2em;
}
#Contact button, .valider button, #Reglements .button {
	background: #460000 url(../images/button_background.gif) repeat-x top left;
	color: #fff;
}

/* Creation de compte */
.Erreur {
	margin-bottom: 1em;
}
.Erreur p img {
	vertical-align: middle;
}
#etoile {
	margin-bottom: 1em;
}
#Enregistrement fieldset {
	border: none;
	padding: 1em 0;
}
#Enregistrement fieldset legend {
	font-size: 1.6em;
	color: #8eb419;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 25%;
}
#Enregistrement fieldset h3 {
	font-size: 1.3em;
	text-align: right;
	padding-right: 5px;
	width: 145px;
	float: left;
	vertical-align: middle;
}
#Enregistrement fieldset label {
	vertical-align: middle;
	font-size: 1.3em;
}
#Enregistrement fieldset h3 label {
	font-size: 1em;
	vertical-align: middle;
}
#Enregistrement fieldset input, #Enregistrement fieldset textarea {
	border: 1px solid #000;
	padding: 0.2em;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
}
#Enregistrement fieldset input, #Enregistrement fieldset textarea, #Enregistrement fieldset select {
	width: 300px;
	vertical-align: middle;
}
#Enregistrement fieldset div {
	margin-bottom: 0.5em;
	clear: both;
}
#Enregistrement fieldset div img {
	vertical-align: middle;
}
#Enregistrement .civilite input, #Enregistrement #check-livraison input {
	width: auto;
	border: none;
	background: none;
	vertical-align: middle;
}
#Enregistrement #check-livraison {
	margin-left: 150px;
	margin-bottom: 1em;
}
#Enregistrement #check-livraison label {
	vertical-align: middle;
}
#Enregistrement .valider {
	margin-bottom: 2em;
}
#Enregistrement .valider button {
	margin-left: 150px;
}

#Enregistrement #dateAnniversaire #annivJour {
	width: 60px;
}
#Enregistrement #dateAnniversaire #annivMois {
	width: 160px;
}
#Enregistrement #dateAnniversaire #annivAnnee {
	width: 80px;
}

#Enregistrement #inscription {
	border-top: 1px solid #8eb419;
	margin-left: 145px;
}
#Enregistrement #inscription p {
	margin: 0;
}
#Enregistrement #inscription div {
	margin-bottom: 20px;
}
#Enregistrement #inscription input {
	vertical-align: middle;
	width: auto;
	background: transparent;
	border: none;
}
#Enregistrement #inscription label {
	vertical-align: middle;
	margin-right: 10px;
}

/* Commande */
#ChoixLivraison {
	margin-bottom: 1em;
	overflow: hidden;
}
#ChoixLivraison div {
	margin-bottom: 2em;
}
#ChoixLivraison div label, #PapierKdo label {
	font-size: 1.3em;
	vertical-align: middle;
}
#ChoixLivraison div input, #PapierKdo input {
	width: auto;
	border: none;
	background: none;
	vertical-align: middle;
}
#ChoixLivraison div .LivrDesc {
	font-style: italic;
}
#PapierKdo {
	margin-bottom: 2em;
}
#MsgColis textarea {
	width: 35em;
	height: 10em;
	margin-bottom: 1em;
	border: 1px solid #000;
	padding: 0.2em;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
}

/* validation */
#compte1 #votre-panier {
	margin-bottom: 0;
}
#compte1 #RecapPanier {
	padding-bottom: 2em;
	margin-bottom: 4em;
}
#compte1 #AddFact, #compte #AddFact {
	float: left;
	margin-bottom: 3em;
	width: 32em;
}
#compte1 #AddLivr, #compte #AddLivr {
	float: right;
	margin-bottom: 3em;
	width: 32em;
} 
#compte1 #AddFact h3, #compte1 #AddLivr h3, #compte1 #Reglements h3, #compte #AddFact h3, #compte #AddLivr h3, #compte #info-perso h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
}

s#Reglements {
	clear: both;
	overflow: hidden;
	height: 1%;
}
#Reglements fieldset {
	border: 0;
	margin-bottom: 2em;
}
#Reglements form div {
	margin-bottom: 1em;
}
#Reglements form div label {
	vertical-align: middle;
	font-size: 1.3em;
}
#Reglements form div img {
	vertical-align: middle;
	margin-right: 1em;
}
#Reglements form div input {
	width: auto;
	vertical-align: middle;
	margin-right: 1em;
	border: none;
	background: none;
}

/* Conditions générales de vente */
#cgv div {
	display: none;
}
#cgv input {
	background: transparent;
	width: auto;
	border: none;
}
#cgv label {
	vertical-align: middle;
}

/* validation paiement */
#ValidationVirement table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #8eb419;
	margin-bottom: 2em;
}
#ValidationVirement table thead {
	color: #fff;
	font-size: 1.4em;
	height: 30px;
	background: #8eb419;
}
#ValidationVirement table tbody {
	font-size: 1.4em;
}
#ValidationVirement table tbody td {
	text-align: center;
	padding: 0.5em 0;
}
#ValidationVirement #InfosTit p strong, #ValidationCheque #InfosTit p strong  {
	display: block;
}
#ValidationVirement #NumCom, #ValidationCheque #NumCom {
	border: 1px solid #8eb419;
	padding: 1em;
	margin-bottom: 1em;
}
#ValidationVirement #NumCom p, #ValidationCheque #NumCom p {
	margin-bottom: 0;
}
#ValidationVirement #ThxCom, #ValidationCheque #ThxCom {
	margin-bottom: 1em;
}

/* Mon compte */
#compte #histo-link {
	margin-bottom: 2em;
}
#compte #histo-link li {
	display: inline;
}
#compte #histo-link li a {
	text-decoration: none;
}
#compte #histo-link .current a, #compte #histo-link li a:hover {
	border-bottom: 0.4em solid #8eb419;
}
#compte #info-perso, #compte #infocom {
	margin-bottom: 2em;
}

/* Mot de passe */
#InfoChangePwd form, #ChangePwd form {
	margin-bottom: 2em;
	padding-top: 1em;
}
#InfoChangePwd p, #ChangePwd p {
	margin-bottom: 1em;
}
#InfoChangePwd label, #ChangePwd label {
	font-weight: bold;
	color: #424242;
	vertical-align: middle;
}
#InfoChangePwd label img, #ChangePwd label img {
	vertical-align: middle;
}
#InfoChangePwd #PwdOk, #ChangePwd #PwdOk {
	color: #8eb419;
	font-weight: bold;
}
#ChangePwd #PwdOk {
	margin-left: 36%;
}
#InfoChangePwd .Erreur img, #ChangePwd .Erreur img {
	vertical-align: middle;
}
#ChangePwd div {
	margin-bottom: 0.5em;
}
#ChangePwd label {
	text-align: right;
	padding-right: 1%;
	width: 35%;
	float: left;
	line-height: 1.7em;
	font-weight: bold;
	color: #424242;
}
#ChangePwd #Valider {
	margin-left: 36%;
}

/* Partager produit */
#partage {
	overflow: hidden;
	height: 1%;
}
#partage input {
	width: 280px;
}
#partage label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#partage button {
	margin-left: 205px;
}
#partage #partageNewsletter label {
	display: inline;
	float: none;
	vertical-align: middle;
	text-align: left;
}
#partage #partageNewsletter input {
	width: auto;
	vertical-align: middle;
}

#partage #infoEnvoyerAmi, #partage #partageTwit {
	margin-bottom: 20px;
}
#partage #partageOk {
	color: #4ca7c1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#partage .tellFriendInfoPerso label {
	float: none;
	text-align: left;
	margin: 0;
	width: auto;
}
#partage .tellFriendInfoPerso textarea {
	width: 500px;
	height: 250px;
}
#partage .tellFriendInfoPerso button {
	float: left;
	margin: 0 10px 0 0;
}

#partage .tellFriendsNavigation {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #8eb419;
	border-bottom: 4px solid #25221b;
	padding-left: 10px;
	margin-bottom: 20px;
}

#partage .tellFriendsNavigation li {
	display: block;
	float: left;
	margin-right: 5px;
}
#partage .tellFriendsNavigation li a {
	float: left;
	height: 30px;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
#partage .tellFriendsNavigation li #twitter {
	background: url(../images/twitter.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation li #facebook {
	background: url(../images/facebook.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation li #sendFriend {
	background: url(../images/sendfriend.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation .current a {
	background: #25221b;
}
#partage .tellFriendsNavigation .current #twitter {
	background: #25221b url(../images/twitter.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #facebook {
	background: #25221b url(../images/facebook.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #sendFriend {
	background: #25221b url(../images/sendfriend.gif) no-repeat 5px 50%;
}

#partage #partageFacebook p {
	background: url(../images/facebook.gif) no-repeat 0 50%;
	padding-left: 22px;
}

#partage .errorPartage {
	color: #8eb419;
	text-align: center;
}

/* Carrousel */
.carrousel li {
	float: left;
}
#stop, #resume {
	text-decoration: none;
	color: #cfcfcf;
	font-size: 1.2em;
	clear: both;
}
#stop span, #resume span {
	cursor: pointer;
}
#stop {
	background: url(../images/carrousel-pause.gif) no-repeat 0 3px;
	padding-left: 10px;
}
#resume {
	background: url(../images/carrousel-lecture.gif) no-repeat 0 3px;
	padding-left: 10px;
}

#content #InfosFiche #BtnAddCart {
	background: #fff url(../images/picto-panier.png) no-repeat left center;
	padding: 0 0.8em 0 36px;
	color: #fff;
}

#content .ListProd .AddCart button {
	background:url("../images/picto-panier2.png") no-repeat scroll left center #FFFFFF;
color:#FFFFFF;
font-size:0.85em;
height:35px;
padding:0 0.8em 0 28px;
width:155px;
}

#content #InfosFiche #BtnAddCart {
	float: right;
	width:155px;
}

.ListProd .solde, .solde span {
	background: orange;
}

.ListProd .promotion, .promotion span {
	background: red;
}

#etatProduit {
	clear: right;
	float: right;
	margin-top: 1em;
}

#etatProduit td, #etatProduit th, #etatProduit {
	border-collapse: collapse;
	border: 1px solid #424242;
}

#etatProduit td, #etatProduit th {
	padding: 6px;
	font-size: 1.2em;
}

#etatProduit th {
	background: #F5FFD8;
	text-align: center;
}

#etatProduit .StockOK, #etatProduit .StockKO {
	/*clear: right;
	float: right;*/
	background: url(../images/stockon.gif) no-repeat 4px center;
	padding-left: 28px;
	min-height: 20px;
}
#etatProduit .StockKO {
	background: url(../images/stockoff.gif) no-repeat 4px center;
	color: red;
	font-weight: bold;
}

#etatProduit #tdLivraison ul {
	font-size: 1em;
}

#etatProduit #tdLivraison li {
	padding-left: 64px;
	margin-bottom: 0.6em;
	display: none;
}

#liv-colissimo {
	background: url(../images/picto-colissimo-suivi2.png) no-repeat left center;
	height: 34px;
	padding-top: 6px;
}

#liv-colissimo-inter {
	background: url(../images/liv-colissimo.png) no-repeat left center;
	height: 34px;
	padding-top: 6px;
}

#etatProduit #tdLivraison #liv-colissimo, #etatProduit #tdLivraison #liv-transporteur {
	display: block;
}

#liv-chronopost {
	background: url(../images/liv-chronopost.png) no-repeat left center;
	height: 20px;
	padding-top: 10px;
}

#liv-transporteur {
	background: url(../images/liv-transporteur.jpg) no-repeat left center;
	height: 40px;
	padding-top: 24px;
}

#etatProduit #tdChezVous p {
	font-size: 1em;
}

#caracteristique {
	margin-top: 2em;
}

#lstInfos {
	margin-top: 1.4em;
}

#lstInfos li {
	float: left;
	margin-right: 3px;
}

#lstInfos li h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

#lstInfos li a {
	float: left;
	background: url(../images/onglet-prod-droite-gris.png) no-repeat bottom right;
	text-decoration: none;
}

#lstInfos li a span {
	float: left;
	display: block;
	background: url(../images/onglet-prod-gauche-gris.png) no-repeat bottom left;
	height: 24px;
	padding: 12px 1em 0 1em;
	color: #fff;
}

#lstInfos li a.current, #lstInfos li a:hover, #lstInfos li a:focus {
	background: url(../images/onglet-prod-droite-violet.png) no-repeat bottom right;
}

#lstInfos li a.current span, #lstInfos li a:hover span, #lstInfos li a:focus span {
	background: url(../images/onglet-prod-gauche-violet.png) no-repeat bottom left;
	color: #fff;
}

#SuiteInfos {
	border: 2px solid #8eb419;
	margin-bottom: 2em;
}

#contSuiteInfos {
	padding: 0 10px;
}

#contSuiteInfos p {
	margin-bottom: 0.6em;
}

#contSuiteInfos ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

#contSuiteInfos .tellFriendsNavigation {
	margin-left: 0;
}
