@charset "iso-8859-1";
/* CSS Document */

/* ------------------------ CSS GENERAL ----------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(/boutique/images/BgdPage.jpg);
	background-repeat: repeat-x;
	background-color: #ff9933;
}
#container {
	margin: auto;
	width: 820px;
}
#main {
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(boutique/images/midpage.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#menu {
	background-image: url(boutique/images/toppage.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
}
#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#menu ul li span {
	font-size: 18px;
	float: left;
	height: 34px;
	width: 200px;
	background-image: url(boutique/images/toptab-on.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu ul li a {
	font-size: 16px;
	float: left;
	height: 35px;
	width: 200px;
	background-image: url(boutique/images/toptab-off.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #333;
	text-decoration: none;
	padding-top: 15px;
}
#menu ul li a:hover {
	font-size: 16px;
	float: left;
	height: 35px;
	width: 200px;
	background-image: url(boutique/images/toptab-on.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 15px;
}
#menu .KDLink {
	background-image: url(boutique/images/miniLogoKDanse.png);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 90px;
	margin-right: 10px;
}


#header {
	height: 175px;
	width: 820px;
	background-image: url(boutique/images/fullHeader.png);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: 120px;
	text-align: left;
	float: left;
	left: 30px;
	text-shadow: 0px 1px 2px #000;
}
#content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
}
#content a {
	color: #000099;
	text-decoration: none;
}
#content a:hover {
	color: #000099;
	text-decoration: underline;
}



.clearfloat {
	clear: both;
}
.barre {
	text-decoration: line-through;
	color: #999;
}
#footer {
	background-image: url(boutique/images/botpage.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	padding-top: 30px;
}
#footer a {
	color: #009;
	text-decoration: none;	
}
#footer a:hover {
	color: #009;
	text-decoration: underline;	
}
#footer p {
	font-size: 12px;
	text-align: center;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.alert {
	text-align: left;
	font-weight: bold;
	color: #C00;
	background-image: url(boutique/images/select-3onoff.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: underline;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left 11px;
	font-size: 13px;
}
.BtnLeft {
	float: left;
}
.BtnRight {
	float: right;
}



/* ------------------------ CSS ACCUEIL ----------------------- */

#content #promoZone {
	float: right;
	width: 240px;
}
#content #choiceZone {
	float: left;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#content #Article {
	float: left;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}



#choiceMenu {
	padding-bottom: 10px;
}
#choiceMenu ul {
	padding-top: 10px;
}
#choiceMenu li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
#choiceMenu ul li span {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 22px;
	background-color: #C00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url(boutique/images/select-3onoff.png);
	background-position: 4px -59px;
	background-repeat: no-repeat;
}
#choiceMenu ul li a {
	color: #C00;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 22px;
	background-image: url(boutique/images/select-3onoff.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#choiceMenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 22px;
	background-color: #eb9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url(boutique/images/select-3onoff.png);
	background-repeat: no-repeat;
	background-position: 2px -26px;
}



#choiceArticles {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#choiceArticles .Item {
	color: #000;
	text-decoration: none;
	float: left;
	width: 220px;
	height: 108px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(boutique/images/bgd-article-onoff.png);
	background-repeat: no-repeat;
	background-position: 0px 125px;
	margin-top: 5px;
}
#choiceArticles .Item:hover {
	top: -1px;
	position: relative;
	background-position: 0px 0px;
	text-decoration: none;
}
#choiceArticles .Item .picture, #choiceArticles .ItemNew .picture {
	float: left;
	margin-right: 5px;
	height: 100px;
	width: 100px;
	overflow: hidden;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 1px;
}
#choiceArticles .Item .picture img, #choiceArticles .ItemNew .picture img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#choiceArticles h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 5px;
}

#choiceArticles .ItemNew {
	color: #000;
	text-decoration: none;
	float: left;
	width: 220px;
	height: 108px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(boutique/images/bgd-newarticle-onoff.png);
	background-repeat: no-repeat;
	background-position: 0px -125px;
	margin-top: 5px;
}
#choiceArticles .ItemNew:hover {
	top: -1px;
	position: relative;
	background-position: 0px 0px;
	text-decoration: none;
}
#choiceArticles .ItemNew h5 {
	color: #C00;
}



#promoZone .Item {
	color: #000;
	text-decoration: none;
	float: left;
	width: 220px;
	height: 108px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(boutique/images/bgd-article-onoff.png);
	background-repeat: no-repeat;
	background-position: 0px -125px;
	margin-top: 5px;
	overflow: hidden;
}
#promoZone .Item:hover {
	top: -1px;
	position: relative;
	background-position: 0px 0px;
	text-decoration: none;
}
#promoZone .Item .picture {
	float: left;
	margin-right: 5px;
	height: 100px;
	width: 100px;
	overflow: hidden;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 1px;
}
#promoZone .Item .picture img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#promoZone h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 2px;
}
#promoZone .Item .promoTitle {
	color: #C00;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	line-height: 12px;
}
#promoZone .Item .promoPrize {
	color: #C00;
	font-weight: bold;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
}
#promoZone .actuItem {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* ------------------------ CSS ARTICLES DETAILS ----------------------- */

#listArticles {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
#listArticles ul {
	padding-top: 10px;
}
#listArticles li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
	line-height: 11px;
}
#listArticles ul li span {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #C00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 32px;
	width: 136px;
}
#listArticles ul li a {
	color: #C00;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: 32px;
	width: 136px;
}
#listArticles ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #eb9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#listArticles .picture img {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
	border: 1px solid #C00;
}
#Article .zonePrizes {
	padding: 5px;
	border: 1px solid #999;
	height: 18px;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
}
#Article .zonePrizes ul {
	
}
#Article .zonePrizes li {
	list-style-type: none;
	float: left;
	font-size: 13px;
	margin-right: 30px;
}
.labelM {
	float: left;
	width: 80px;
	font-weight: bold;
}
#Article .promoTitle {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
#Article .promoPrize {
	color: #C00;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}


#Article .photoZone .bigPhoto {
	padding: 9px;
	float: left;
	height: 300px;
	width: 300px;
	display: block;
	border: 1px solid #000;
	overflow: hidden;
}
#Article .photoZone {
	padding-top: 10px;
}

#Article .photoZone .menuPhotos {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
#Article .photoZone .menuPhotos li {
	list-style-type: none;
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-bottom: 9px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#Article .photoZone .menuPhotos .minipictArea {
	height: 100px;
	width: 100px;
	border: 1px solid #000;
	overflow: hidden;
}
.minipict_on {
	background-image: url(boutique/images/leftArrow.png);
}
.minipict_off {
	background-image: none;	
}


#Article .photoZone .bigPhoto a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Article .photoZone .bigPhoto a:hover {
	
}
#Article .detailsArticle {
	padding: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 18px;
	border: 1px solid #999;
}
#Article .detailsArticle h5 {
	margin-bottom: 6px;
	
}

#commandeZone {
	float: right;
	width: 220px;
	padding: 10px;
	border: 2px solid #F93;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 2px 5px #666;
	/*-webkit-box-shadow: 0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 5px #666;*/
}

#commandeZone form p {
	padding-top: 6px;
	padding-bottom: 6px;
}
#commandeZone form select {
	border: 1px solid #C00;
	padding: 1px;
}
#commandeZone form select option {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#commandeZone #alerteDanspanier {
	background-image: url(boutique/images/panier-plein.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 45px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #C00;
	margin-top: 20px;
}

#commandeZone form input {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 100%;
}




/* ------------------------ CSS PANIER D'ACHAT ----------------------- */



.tabloCommande {
	border: 2px solid #F93;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.tabloCommande th {
	font-size: 13px;
	text-align: left;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	background-color: #fff5cc;
	background-image: url(boutique/images/gbd-tablotitle.gif);
	background-repeat: repeat-x;
}
.tabloCommande td {
	font-size: 12px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F93;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F93;
}
.tabloCommande tr td.PrixNormal {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.tabloCommande tr th.PrixVIP {
	color: #C00;
}
.tabloCommande tr td.PrixVIP {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #C00;
}
.tabloCommande tr:hover {
	background-color: #fffae5;	
}
.tabloCommande tr.total td {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff5cc;
	font-weight: bold;
	background-color: #fff5cc;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff5cc;
}
.tabloCommande tr.offline td {
	background-color: #eee;
	color: #999;
}
.tabloCommande .picture img {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}
.tabloCommande select {
	border: 1px solid #999;
	padding: 1px;
	font-size: 12px;
}

.tabloRegister {
	border: 2px solid #F93;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabloRegister th {
	width: 25%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	vertical-align: top;	
}
.tabloRegister td {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 25%;
	vertical-align: top;
	
}
.tabloRegister img {
	border: 1px solid #666;
}

.tabloRegister input, .tabloRegister textarea {
	border: 1px solid #999;
	padding: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallSize {
	width: 80px;
}
.small {
	font-size: 10px;
}

.midSize {
	width: 177px;
}
.bigSize {
	width: 375px;
}
.tabloRegister tr:hover {
	
}
.buttonNormal {
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 182px;
	margin-right: 5px;
}

/* ------------------------ CSS CONFIRMATION ----------------------- */

#orderConfirm label {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
}
#orderConfirm th {
	width: 120px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
#orderConfirm td {
	text-align: left;	
	font-size: 12px;
}





/* ------------------------ CSS ADMIN ----------------------- */

.tabloListe {
	border: 2px solid #000099;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.tabloListe th {
	font-size: 13px;
	text-align: left;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	background-color: #fff5cc;
	background-image: url(boutique/images/bgd-articletitle.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000;
}
.tabloListe td {
	font-size: 12px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
}
.tabloListe tr td.PrixNormal {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.tabloListe tr td.PrixVIP {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.tabloListe tr:hover {
	background-color: #ededf8;	
}
.tabloListe tr.total td {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbf0;
	font-weight: bold;
	background-color: #dbdbf0;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbf0;
}
.tabloListe tr.offline td {
	background-color: #eee;
	color: #999;
}
.tabloListe .picture img {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}
.tabloListe select {
	border: 1px solid #999;
	padding: 1px;
	font-size: 12px;
}

.tabloArticle {
	border: 2px solid #000099;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabloArticle th {
	width: 25%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	vertical-align: top;	
}
.tabloArticle td {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 25%;
	vertical-align: top;
	
}
.tabloArticle img {
	border: 1px solid #666;
}

.tabloArticle input, .tabloArticle textarea {
	border: 1px solid #999;
	padding: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.number {
	font-size: 15px;
	font-weight: bold;
}
.red {
	color: #C00;
}


#content h4 .editLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	font-weight: normal;
}
.CommandeItem .statut {
	float: right;
	font-weight: bold;
	color: #C00;
	padding: 4px;
	border: 1px solid #C00;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.CommandeItem {
	padding-top: 10px;
	padding-bottom: 40px;
}

.CommandeItem .statut select {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	padding: 1px;
	width: 90px;
}
.CommandeItem .statut textarea {
	font-size: 11px;
	line-height: 12px;
	width: 280px;
	margin: 2px;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	padding: 1px;
}
.CommandeItem .statut input {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	padding: 1px;
}

.CommandeItem .infoDestinataire p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#menu .KDBLink {
	background-image: url(boutique/images/miniLogoKDanseBoutique.png);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 90px;
	margin-right: 10px;
}

