/*
Nom du thème: WiziShop Yellow Dark
Version: 1.0
Auteur: WiziShop - Steven Mouret
*/

* {
  margin: 0;
  padding: 0; 
}
body {
  font: normal 62.5% Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
	background: #000;
}
img {
  border: none;
}
a {
  color: #7D106B;
  text-decoration: underline;
  outline:none;
}
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; /* trick for limit padding to ie6 */
	/*background: #2c2c2c;*/
	background: #7D106B;
	height: 1.8em;
	border: none;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0.5em;
	line-height: 23px;
}
button span {
	position: relative;
}

input, textarea {
	border: 0.1em solid #fff;
	padding: 0.2em;
	background: #fff;
	width: 10em;
	vertical-align: middle;
}
.InputRadio {
	width: auto;
	border: none;
	background: none;
}

/* header */
#header {
	width: 99em;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	font-size: 3.6em;
	float: left;
	margin-bottom: 0.5em;
}
#header h1 a {
	text-decoration: none;
	margin-bottom: 0.5em;
}
#header h1 span {
	font-size: 0.4em;
	font-weight: normal;
	color: #7D106B;
	display: block;
}

#search-link-info {
	background: #000000;
	behavior: url(/iepngfix.htc);
	padding: 1em;
	float: right;
}
#search-link-info label {
	display: none;
}
#search-link-info ul {
	margin-bottom: 0.5em;
	overflow: hidden;
}
#search-link-info ul li {
	float: left;
	margin: 0 2em 0 0; 
}
#search-link-info ul li a {
	color: #fff;
	text-decoration: none;
}
#search-link-info ul li a:hover {
	text-decoration: underline;
}
#search-link-info ul #contact {
	background: url(../images/contact.gif) no-repeat 0 50%;
	padding-left: 2em;
}
#search-link-info ul #compte {
	background: url(../images/compte.gif) no-repeat 0 50%;
	padding-left: 1.2em;
}
#search-link-info ul #deco {
	background: url(../images/deco.gif) no-repeat 0 50%;
	padding-left: 1.1em;
	margin: 0;
}
#search-form {
	clear: both;
}
#search-form input {
	width: 14em;
	margin-right: 0.5em;
}
#search-form #btn-search {
	background: #2c2c2c;
	color: #7D106B;
}


#menu {
	overflow: hidden;
	width: 100%;
	clear: both;
}
#menu li {
	float: left;
	white-space: nowrap;
}
#menu li a  {
	float: left;
	display: block;
	background: #000000;
	text-decoration: none;
	color: #fff;
	height: 2em;
	line-height: 2em;
	padding: 0 0.3em;
	margin: 0 4px 4px 0;
/*	border: 1px solid #7D106B;*/
}
#menu li a:hover, #menu .current a  {
	background: #7D106B;
	color: #FFFFFF;
}

#ariane {
	clear: both;
	margin-bottom: 0.8em;
}
#ariane a {
	color: #fff;
	margin-bottom: 0.5em;
}

/* footer */
#footer {
	clear: both;
	width: 99em;
	margin: 0 auto;
	border-top: 0.5em solid #7D106B;
	text-align: center;
}
#footer a {
	color: #fff;
}

/* conteneur */
#conteneur {
	width: 99em;
	margin: 0 auto;
	padding: 1em 0 2em 0;
	overflow: hidden;
}

/* sidebar */
#sidebar {
	width: 24em;
	float: right;
	margin-left: 2em;
}

#cart {
	background: #000000;
	padding: 1em;
	margin-bottom: 2em;
}
#cart h2 {
	font-size: 1.7em;
	color: #7D106B;
	text-transform: uppercase;
}
#cart p {
	font-size: 1.3em;
/*	font-weight: bold;*/
}
#cart p a {
	color: #fff;
	text-decoration: none;
}

#menu-sub-cat {
	margin-bottom: 2em;
}
#menu-sub-cat h2 {
	border-left: 5px solid #7D106B;
	height: 2em;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 2px;
	cursor: default;
}
#menu-sub-cat h2 span {
	background: #000000;
	behavior: url(/iepngfix.htc);
	height: 2em;
	line-height: 2em;
	padding-left: 0.5em;
	color: #7D106B#7D106B;
	display: block;
}
#menu-sub-cat ul li {
	margin-bottom: 2px;
	border-left: 5px solid #7D106B;
	height: 2em;
}
#menu-sub-cat ul li a {
	background: #000000;
	behavior: url(/iepngfix.htc);
	height: 2em;
	line-height: 2em;
	display: block;
	text-decoration: none;
	padding-left: 0.5em;
	color: #fff;
}
#menu-sub-cat ul li a:hover, #menu-sub-cat ul .current a {
	color: #7D106B;
	background: #000000;
	behavior: url(/iepngfix.htc);
}

#RssBlog {
	margin-bottom: 2em;
	background: #000000;
	padding: 1em;
}
#RssBlog p {
	background: url(../images/rss.gif) no-repeat 0 0;
	padding-left: 4em;
	height: 42px;
	font-size: 1.3em;
}
#RssBlog p a {
	text-decoration: none;
}
#RssBlog p strong {
	display: block;
	font-size: 1.6em;
	color: #fff;
}

/* content */
#content {
	width: 73em;
	float: left;
}

.titre {
	border-left: 5px solid #7D106B;
	height: 2em;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 1em;
}
.titre a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.titre span {
	background: #000000;
	behavior: url(/iepngfix.htc);
	height: 2em;
	line-height: 2em;
	padding-left: 0.5em;
	color: #fff;
	display: block;
}

.list-prod {
	clear: both;
	margin-bottom: 3em;
}
.list-prod h2 span {
	background: #000000;
}
.list-prod .block-prod {
	overflow: hidden;
	clear: both;
	margin: 0 0 1em 0;
	background: #000000;	
}
.list-prod .block-prod .prod {
	float: left;
	width: 20em;
	margin: 0 2em 0 0;
	background: #000000;
	behavior: url(/iepngfix.htc);
	padding: 1em;
}
.list-prod .block-prod .pair {
	margin: 0;
}
.list-prod .block-prod div img {
	float: left;
	margin: 0 1em 0 0;
}
.list-prod .block-prod div  {
	font-size: 1.3em;
	font-weight: bold;
}
.list-prod .block-prod div h3 span {
	color: #fff;
}
.list-prod .block-prod div h3 a {
	text-decoration: none;
	color: #7D106B;
}
.list-prod .block-prod .prix {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.list-prod .block-prod .prix del {
	color: #fff;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 0.8em;
	white-space: nowrap;
}
.list-prod .ViewProd {
	clear: both;
	background: url(../images/separiane.gif) no-repeat 0 0.3em;
	padding: 0 0 0 1em;
	margin: 0 0 3em 0;
}

/* pages libres et Blog */
#content #block-home {
	margin-bottom: 2em;
}
#content .block, .post-blog .block  {
	clear: both;
}
#content .block p, .post-blog .block p  {
	margin-bottom: 0.8em;
}
#content .block strong {
	color: #7D106B;
}
#content .block ol, #content .block ul, .post-blog .block ol, .post-blog .block ul, #TB_ajaxContent .block ul, #TB_ajaxContent .block ol  {
	margin: 0 0 1em 0;
	list-style-position: inside;
}
#content .block ul li, .post-blog .block ul li {
	background: url(../images/separiane.gif) no-repeat 0 0.3em;
	padding: 0 0 0 1em;
}
#content .block h2, .post-blog .block h2 {
	font-size: 1.8em;
	color: #7D106B;
}
#content .block h3, .post-blog .block h3 {
	font-size: 1.6em;
	color: #7D106B;
}
#content .block h4, .post-blog .block h4 {
	font-size: 1.4em;
	color: #7D106B;
}
#content .block .i-txtimg img, .post-blog .block .i-txtimg img {
	float: right;
	margin: 0 0 1em 2em;
}
#content .block .i-imgtxt, .post-blog .block .i-imgtxt {
	float: left;
}
#content .block .i-img {
	margin-bottom: 1em;
}
#content .block .i-imgtxt img, .post-blog .block .i-imgtxt {
	margin: 0 2em 1em 0;
}
#content .block .i-leftimg  {
	text-align: left;
}
#content .block .i-rightimg  {
	text-align: right;
}
#content .block .i-centerimg  {
	text-align: center;
}

#content .block table {
	border-collapse: collapse;
	border: 1px solid #7D106B;
	font-size: 1.3em;
	margin-bottom: 1em;
}
#content .block caption {
	color: #7D106B;
	font-size: 1.3em;
	font-weight: bold;
}
#content .block table th {
	background: #7D106B;
	color: #000;
	font-weight: bold;
}
#content .block table td {
	padding: 0.2em 0.5em;
	border: 1px solid #7D106B;
}

/* Blog */
.PostBlog {
	margin-bottom: 5em;
	clear: both;
	overflow: hidden;
	padding: 0 0 1em 0;
}
#billet {
	border-bottom: none;
}

.PostBlog .InfosBillet {
	margin-bottom: 2em;
}

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

/* Newsletter */
#newsletter-form {
	background: #000000;
	padding: 1em;
	margin-bottom: 2em;
}
#newsletter-form label {
	font-size: 1em;
}
#newsletter-form h2 {
	font-size: 1.7em;
	color: #7D106B;
}
#newsletter-form input {
	width: 12em;
	margin-right: 0.5em;
	
}
#newsletter-form #btn-newsletter {
	background: #2c2c2c;
	color: #7D106B;
}


/* menu principal et secondaire */
.menu-infos {
	background: #000000;
	padding: 1em;
	margin-bottom: 2em;
}
.menu-infos ul {
	
}
.menu-infos ul li {
	background: url(../images/separiane.gif) no-repeat 0 0.3em;
	padding-left: 1em;
}

/* identification */ 
#compte1, #minscrire, #contact {
	margin-bottom: 3em;
}
#compte1 div, #minscrire div, #contact div {
	margin-bottom: 0.5em;
}
#compte1 input, #minscrire input, #contact input {
	width: 15em;
}
#compte1 label, #minscrire label, #contact label {
	text-align: right;
	padding-right: 1%;
	width: 35%;
	float: left;
	line-height: 1.7em;
	font-weight: bold;
	color: #7D106B;
}
#compte1 .valider3, #minscrire .valider3, #contact #valider {
	margin-left: 36%;
}
#compte1 #perdu {
	margin-left: 36%;
}

#compte1 .erreur, #minscrire .erreur {
	text-align: center;
	margin-bottom: 1em;
}
#compte1 .erreur p, #minscrire .erreur p {
	margin-bottom: 0.5em;
}
#contact input {
	width: 18em;
}
#contact textarea {
	width: 29em;
}
#contact label span {
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

/* Fiche produit */
#ImageFiche {
	float: left;
}
#ImageFiche #principale {
	padding: 2em 4em 0 0;
	text-align: left;
}
#ImageFiche #miniature {
	padding: 1em 0;
	text-align: left;
	background: #000;
}
#ZoomImg {
	text-align: left;
}
#InfosFiche {
	overflow: hidden;
}
#InfosFiche h2 {
	background: none;
	font-size: 1.8em;
/*	margin: 0 0 1em 0; ABC*/
	margin: 0 0 0.5em 0;
/*	text-align: center; ABC*/
	text-align: left;
	padding: 0;
}
#InfosFiche h2 span {
	color: #424242;
	font-size: 0.8em;
	font-weight: normal;
}
#Prix {
	background: #7D106B;
	padding: 0.6em;
	overflow: hidden;
	height: 1%; /* trick ie6 */
	margin-bottom: 1em;
}
#Prix #AddCart button {
	background: #2C2C2C;
}
#Prix #AddCart button span {
	color: #fff;
}
#Prix #PrixFiche {
	float: left;
	color: #fff;
}
#Prix #PrixFiche strong {
	font-size: 1.3em;
}
#Prix #PrixFiche del {
	white-space: nowrap;
}
#Prix #AddCart {
	float: right;
}
#PrixOptions {
	clear: left;
	margin-bottom: 1em;
}
.Options {
	margin-bottom: 1em;
}
.Options h3 {
	color: #7D106B;
	font-size: 1.7em;
}
.Options div input, .Options div label {
	vertical-align: middle;
}
#variation {
	margin-bottom: 1em;
}
#tailleCo{
float:left;
margin-right:0.5em
}
#Stockok {
	background: url(../images/stockok.gif) no-repeat 0 0;
	padding-left: 2em;
	margin-bottom: 1em;
}
#Stockko {
	background: url(../images/stockko.gif) no-repeat 0 0;
	padding-left: 2em;
	margin-bottom: 1em;
}
#ProdError {
	float: left; /* trick ie6 */
}
#ProdError p {
	border: 5px solid #7D106B;
	padding: 1em;
	margin-bottom: 1em;
}
#SuiteInfos {
	clear: both;
	padding: 2em 0;
}
#SuiteInfos .titre span {
	background: #000000;
}
#SuiteInfos div {
	margin-bottom: 2em;
}
#SuiteInfos h3 {
	color: #7D106B;
	font-size: 1.5em;
}
#SuiteInfos h4 {
	color: #7D106B;
	font-size: 1.5em;
}
#SuiteInfos h5 {
	color: #7D106B;
	font-size: 1.3em;
}
#SuiteInfos ul, #SuiteInfos ol {
	margin: 0 0 1em 0;
	padding-left: 1em;
}
#SuiteInfos ol {
	list-style-position: inside;
}
#SuiteInfos ul {
	list-style: none;
}
#SuiteInfos ul li {
	background: url(../images/separiane.gif) no-repeat 0 0.3em;
	padding-left: 1em;
}
#SuiteInfos ul p, #SuiteInfos ol p {
	font-size: 1em;
}
#SuiteInfos p {
	margin-bottom: 1em;
}

#Personnalisation h3 em {
	font-style: italic;
	text-transform: none;
	font-size: 0.8em;
}
#Personnalisation label {
	display: block;
	font-weight: bold;
}
#Personnalisation input {
	width: 40em;
}
#Personnalisation textarea {
	width: 40em;
	height: 10em;
}
#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: #7D106B;
}
#votre-panier thead th, #histo-com thead th {
	color: #FFFFFF;
	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 #7D106B;
}
#histo-com td {
	text-align: center;
}
#votre-panier tbody .image-panier img {
	border: 1px solid #000;
}
#votre-panier tbody .image-panier {
	padding-left: 0.4em;
	padding-right: 0.4em;
}
#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;
	white-space: nowrap;
}
#votre-panier .panier-supprimer a {
	background: #7D106B;
	color: #FFFFFF;
	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;
}

/* Bon de réduction */
#bonreduc {
	text-align: right;
	margin-bottom: 2em;
}
#bonreduc label, #bonreduc p {
	font-size: 1.2em;
}
#bonreduc p {
	margin-bottom: 0.5em;
}
#bonreduc label {
	vertical-align: middle;
}

/* 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: #7D106B;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 145px;
}
#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, Papyrus, 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 #dateAnniversaire #annivJour {
	width: 60px;
}
#Enregistrement #dateAnniversaire #annivMois {
	width: 160px;
}
#Enregistrement #dateAnniversaire #annivAnnee {
	width: 80px;
}
#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 .valider #btneannul {
	margin-left: 1em;
}

/* 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, Papyrus, 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: 34em;
}
#compte1 #AddLivr, #compte #AddLivr  {
	float: right;
	margin-bottom: 3em;
	width: 34em;
} 
#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;
}

#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 {
	margin: 0 0 1em 0;
}
#cgv div {
	display: none;
}
#cgv input {
	background: transparent;
	width: auto;
	border: none;
}
#cgv label {
	vertical-align: middle;
	cursor: pointer;
}
/* validation paiement */
#ValidationVirement table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #7D106B;
	margin-bottom: 2em;
}
#ValidationVirement table thead {
	color: #2C2C2C;
	font-size: 1.4em;
	height: 30px;
	background: #7D106B;
}
#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 #7D106B;
	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 #7D106B;
}
#compte #info-perso, #compte #infocom {
	margin-bottom: 2em;
}

#modalOverlay {
  background-color:#000;
  cursor:wait;
}
#modalContainer {
	padding: 4em 1.3em 1.3em 1.3em;
  width:600px;
  left:50%;
  top:15%;
  margin-left:-300px; /* half the width, to center */
  background-color:#fff;
  border:3px solid #ccc;
}
#modalContainer a.modalCloseImg {
  display:inline;
  z-index:3200;
  position:absolute;
  top: 1em;
  right: 1em;
  cursor:pointer;
}
#modalContainer .modalInfo {
	display:inline;
  z-index:3200;
  position:absolute;
  top: 1em;
  left: 1em;
	font-size: 1.5em;
	color: #000;
}
#basicModal p {
	color: #000;
	font-size: 1.3em;
}
/* 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 div {
	margin: 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: #2C2C2C;
	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: #000000;
	border-bottom: 4px solid #2C2C2C;
	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: #2C2C2C;
}
#partage .tellFriendsNavigation .current #twitter {
	background: #2C2C2C url(../images/twitter.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #facebook {
	background: #2C2C2C url(../images/facebook.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #sendFriend {
	background: #2C2C2C 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: #2C2C2C;
	text-align: center;
}
.comoboBox {
	width: 250px !important;
}

#variations {
	margin-bottom:25px;
}

#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;
}