/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
body {
  background-color: #b7cb11;
}
.pagemaster {
 	background: white url("toptile.gif") repeat-x;  
}
.noeudcont {
  width: 998px;
  position: relative;
}
.noeud {
  position: absolute;
  top: 64px; 
  right: 162px;
  z-index: 1000;
}
.menupane {
 	background: url("logo.png") no-repeat;
}
.contentpane {
 	padding: 0 15px 15px 15px;
}
.contentpane2 {
 	background: url("greytile.gif") repeat-x;
}
.contentpane3 {
 	background: url("greytile.gif") repeat-x;
 	padding: 0 8px; 	
}
.contentpane4 {
 	background: url("greytile.gif") repeat-x;
 	padding-right: 8px;
}
.contentpane5 {
 	background: url("greytile.gif") repeat-x;
}
.contentpane6 {
 	padding: 10px 0;
}
.contentpane7 {
 	padding: 10px 8px;
}
.contentpane8 {
 	padding: 10px 0;
}
.copypane {
  padding: 5px 13px 0 0;
}
/* CISS Menu */
.dnnbasicmenu {
  margin-top: 33px;
}
.dnnbasicmenu a:link, .dnnbasicmenu a:visited, .dnnbasicmenu a:active {
	border: #b7cb11 solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 11px;
	padding: 5px;
	margin-right: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.dnnbasicmenu a:hover {
	border: #b7cb11 solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: url("menusel.gif") repeat-x;
	padding: 5px;
	margin-right: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a.dnnbasicmenu_seltab:link,  a.dnnbasicmenu_seltab:visited, a.dnnbasicmenu_seltab:active, a.dnnbasicmenu_seltabl:hover {
	border: #b7cb11 solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: url("menusel.gif") repeat-x;
	padding: 5px;
	margin-right: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: white solid 1px;
	cursor: pointer;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
	background-color: Transparent;
  font-weight: normal;
	height: 0;
	padding: 2px 5px;
	margin-right: 2px;
}
.MainMenu_MenuIcon {
	background-color: #b7cb11;
	border-left: #b7cb11 1px solid; 
	border-bottom: #b7cb11 1px solid; 
	border-top: #b7cb11 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #b7cb11;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: white solid 1px;
	cursor: pointer;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
 	background-color: #fe2dd2;
  font-weight: normal;
	height: 0;
	padding: 2px 5px;
	margin-right: 2px;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.SubHead {
   font-family: Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #333333;
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #4f237c;
}
table {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #4f237c;
}
/* text style used for error messages */
.NormalRed
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #ff0000;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
  color: #4f237c;
}
A:hover {
    text-decoration: underline;
  color: #b7cb11;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration: none;
    color: #5d5644;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: black;
}
/* OTHER STYLES */
.Help {
  background-color: #f2f2f2;
}
.copyright {
	color: white;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}
a.copyright:link,  a.copyright:visited, a.copyright:active {
	color: white;
	text-decoration: none;
}
a.copyright:hover {
  color: #4f237c;
}
.MenuBar {
  margin-top: 15px;
	color: white;
}
.MenuItem, .MenuItemMouseOver {
	color: white;
	font-size: 11px;
	font-weight: normal;
  font-family: Arial;
  text-transform: uppercase;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link {
  text-decoration: none;
	color: white;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
	color: #4f237c!Important;
}
.currentItemHighlight {
	color: white;
}
.sortby {
 	margin: 10px 0;
  font-size: 11px;
  padding: 3px 10px 3px 0;
 	background-color: #4f237c;
 	color: white;
 	text-align: right;
}
a.sortbylink:link, a.sortbylink:visited, a.sortbylink:active {
  background: transparent url("catbullet.gif") no-repeat 100% 5px; 
  text-decoration: none;
  color: #532ea8;
  display: block;
  padding: 2px 13px 3px 0;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: white solid 1px;
  display: block;
  text-align: right;
  margin-right: 10px;
}
a.sortbylink:hover {
  color: #b7cb11;
}
a.send:link, a.send:visited, a.send:active {
    font-size: 11px;
    padding: 2px;
    background-color: #333333;
    text-decoration: none;
    color: white;
    border: #ccc solid 1px;
}
a.send:hover {
 	  background-color: #b7cb11;
    text-decoration: none;
    color: white;
}
.contact1 {
  margin-top: 5px;
 	background-color: #b7cb11;
 	padding: 2px;
 	font-size: 10px;
}
.contact2 {
 	background-color: #8d73c5;
 	padding: 2px;
 	font-size: 10px;
}
.contactsites {
 	padding: 10px;
 	text-align: right;
}
.contacthead1 {
  color: #220073;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.contactheader {
  padding: 0 5px;
  background-color: #220073;
  color: white;
  margin-bottom: 3px;
}
.contacttel {
  font-family: Arial, Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #b7cb11;
}
/* STORE */

.prodlist {
  margin-bottom: 20px;
}
.prodlistconttop {
  border-bottom: #8d73c5 solid 2px;
  padding-bottom: 3px;
}
.prodlistcontbt {
  padding: 3px 0 0 0;
}
.prodlistcontbt2 {
  padding: 3px 0 0 10px;
}

.prodlist2 {
  margin-bottom: 20px;
  color: white;
}
.prodlist2conttop {
 	background: #542ea8 url("prodlist2left.gif") repeat-y;
  margin-bottom: 2px;
  padding: 5px 5px 5px 10px;
}
h2.prodlisth2 {
  color: white;
}
.prodlist2cont {
 	background: #866cc3 url("prodlist2left.gif") repeat-y;
  margin-bottom: 2px;
  padding: 5px 5px 5px 10px;
}
.prodlist2price {
  padding-left: 10px;
}
.prodlist2contbt {
  position: relative;
}
.prodname {
 	background-color: #866cc3;
}
h2.prodh2 {
  color: white;
  float: right;
  margin: 5px 25px 0 0;
  font-size: 16px;
}
.prodsumm {
  margin-top: 10px;
}
.prodpricecont {
  border-top: #8d73c5 solid 2px;
  border-bottom: #8d73c5 solid 2px;
  margin: 10px 0;
  height: 30px;
}
.prodqty {
  margin-top: 4px;
}
.prodprice {
  float: right;
 	background-color: #b7cb11;
  height: 30px;
}
h3.prodh3 {
  color: white;
  margin: 2px 5px 0 5px;
}
.proddesc {
  padding-right: 150px;
}
.featprodlist {
  margin-bottom: 20px;
}
.featprodsumm {
  padding: 5px;
  font-size: 11px;
  color: #323232;
}
.featprodimg {
  border: #b7cb11 solid 1px;
  margin-bottom: 5px;
  position: relative;
}
.promo {
  position: absolute;
  top: 0;
  right: 0;
}
.featprodlink {
  float: right;
  display: block;
  width: 117px;
  height: 18px;
}
a.featprodlink:link, a.featprodlink:visited, a.featprodlink:active {
 	background: url("voirfiche.png") no-repeat;
 	text-decoration: none;
}
a.featprodlink:hover {
 	background: url("voirfiche.png") no-repeat 0 -18px;
 	text-decoration: none;
}
.prodlink {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 117px;
  height: 18px;
}
a.prodlink:link, a.prodlink:visited, a.prodlink:active {
 	background: url("voirfiche.png") no-repeat;
 	text-decoration: none;
}
a.prodlink:hover {
 	background: url("voirfiche.png") no-repeat 0 -18px;
 	text-decoration: none;
}
.prodbuy {
  display: block;
  width: 139px;
  height: 18px;
}
a.prodbuy:link, a.prodbuy:visited, a.prodbuy:active {
 	background: url("ajouter.png") no-repeat;
 	text-decoration: none;
}
a.prodbuy:hover {
 	background: url("ajouter.png") no-repeat 0 -18px;
 	text-decoration: none;
}
.prodlistcompobuy .prodbuy {
  display: block;
  width: 123px;
  height: 18px;
}
.prodlistcompobuy a.prodbuy:link, .prodlistcompobuy a.prodbuy:visited, .prodlistcompobuy a.prodbuy:active {
 	background: url("ajoutercoffret.png") no-repeat;
 	text-decoration: none;
}
.prodlistcompobuy a.prodbuy:hover {
 	background: url("ajoutercoffret.png") no-repeat 0 -18px;
 	text-decoration: none;
}
.prodlistcompobuy2 .prodbuy {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 123px;
  height: 18px;
}
.prodlistcompobuy2 a.prodbuy:link, .prodlistcompobuy2 a.prodbuy:visited, .prodlistcompobuy2 a.prodbuy:active {
 	background: url("ajoutercoffret.png") no-repeat;
 	text-decoration: none;
}
.prodlistcompobuy2 a.prodbuy:hover {
 	background: url("ajoutercoffret.png") no-repeat 0 -18px;
 	text-decoration: none;
}
/* BLOG */
.HorizontalLine {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8d73c5;
}
.BlogTopics {
  display: none;
}
.BlogFooter {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8d73c5;
  padding-bottom: 20px;
}
.BlogFooterLeft {
  display: none;
}
.BlogHead {
  margin-top: 20px;
}
.BlogDateline {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.BlogInfo td {
  vertical-align: top;
  text-align: left;
}
H2.BlogTitle {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #4f237c;
    margin: 0;
}
H2.BlogTitle a:link, H2.BlogTitle a:visited, H2.BlogTitle a:active {
    color: #4f237c;
    text-decoration: none;
}
H2.BlogTitle a:hover {
    color: #b7cb11;
  text-decoration: none;
}
/*
.BlogDescriptionHeavy, .BlogDescription {
 display: none;
}
*/
.leftpane .Subhead {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.leftpane a.CommandButton:link,.leftpane a.CommandButton:visited, .leftpane a.CommandButton:active {
    color: #4f237c;
	text-decoration: underline;
}
.leftpane a.CommandButton:hover {
	color: black;
	text-decoration: underline;
}
.BlogMoreLink {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
/* Cart */
.NBright_cartheader {
  font-size: 13px;
  font-weight: bold;
  color: #4f237c;
  background-color: transparent;
  height: 22px;
  border-bottom: #8d73c5 solid 2px;
}
.NBright_CartItem {
  font-weight: normal;
}
.NBright_AltCartItem {
	background-color: #f4f4f4;
  font-weight: normal;
}
.NBright_OrderTotalLabel {
  font-weight: bold;
	background-color: #f4f4f4;
  height: 22px;
}
.NBright_OrderTotalValue {
  font-weight: bold;
}
.NBright_CartOptDiv {
  text-align: right;
  padding: 10px 0;
  border-bottom: #8d73c5 solid 2px;
}
.NBright_RecalcButtonDiv {
  padding: 10px 0;
}
A.NBright_RecalcButton:link, A.NBright_RecalcButton:visited, A.NBright_RecalcButton:active {
  text-decoration: underline;
  color: #58523f;
}
A.NBright_RecalcButton:hover    {
  text-decoration: underline;
	color: black;
}
.NBright_ClientButtonDiv {
  padding: 10px 0;
}
.NBright_ClientButtonDivLeft {
  text-align: right;
  padding-right: 10px;
  width: 100%;
}
.NBright_ClientButton {
  padding: 5px;
 	background-color: #b7cb11;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
a.NBright_ClientButton:link, a.NBright_ClientButton:visited, a.NBright_ClientButton:active {
  color: white;
	text-decoration: none;
}
a.NBright_ClientButton:hover {
  color: white;
	text-decoration: none;
 	background-color: #839300;
}

.catmenu {
  width: 100%;
}
.catmenu td {
  color: white;
  padding: 0;
}
.catmenu a:link, .catmenu a:visited, .catmenu a:active {
  background: transparent url("catbullet.gif") no-repeat 0 5px; 
  text-decoration: none;
  color: white;
  display: block;
  padding: 2px 0 3px 13px;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: white solid 1px;
}
.catmenu a:hover {
  color: #b7cb11;
}

/* TREEVIEW */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
  color: white;
	list-style-type: none;
}
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.treeview li a:link, .treeview li a:visited, .treeview li a:active {
  background: transparent url("catbullet.gif") no-repeat 0 5px; 
  text-decoration: none;
  color: white;
  display: block;
  padding: 2px 0 3px 13px;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: white solid 1px;
}
.treeview li a:hover {
  color: #b7cb11;
}
.treeview li a.selected {
  color: #b7cb11;
}
/* SUB-MENU */
.treeview li ul {
	padding: 5px 0;
}
.treeview li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.treeview li li a:link, .treeview li li a:visited, .treeview li li a:active {
	padding: 0 0 0 14px;
  text-transform: none;
  color: white;
	display: block;
	text-decoration: none;
	font-size: 11px;
	border: none;
 	background: none;
}
.treeview li li a:hover {
  background-color: #8e80af; 
  color: white;
}
.treeview li li a.selected {
  background-color: #8e80af; 
  color: white;
}
/* SUBSUB-MENU */
.treeview li li ul {
	padding: 0;
	border-top: 0;
	margin-bottom: 5px;
}
.treeview li li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
 	background: none;
}
.treeview li li li a:link, .treeview li li li a:visited, .treeview li li li a:active {
	padding: 0 0 0 24px;
	color: #8e80af;
	text-decoration: none;
	font-size: 11px;
	border: none;
	background-color: transparent;	
}
.treeview li li li a:hover {
  color: white;
}
.treeview li li li a.selected {
  color: white;
}
/* SPECIAL */
.spe {
  color: #b7cb11;
  font-weight: bold;
}

