/* general styling */
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: auto;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #404040;
	background-repeat: repeat-x;
}
a.lienjm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
}
a.lienjm:hover
{
	color: #FF0000;
}

/* asp.net buttons */
input[type="submit"]
{
	background-color: #e1e1e1;
	color: #44446f;
	border-bottom: white 1px outset;
	border-left: white 1px outset;
	font-family: Verdana;
	border-top: white 1px outset;
	border-right: white 1px outset;
	font-size: 0.7em;
}
input[type="submit"]:hover
{
	background-color: #404040;
	color: #ff0000;
	border-bottom: white 1px outset;
	border-left: white 1px outset;
	font-family: Verdana;
	border-top: white 1px outset;
	border-right: white 1px outset;
	font-size: 0.7em;
}


/* the hyperlinks */
a
{
	color: #ffffff;
	text-decoration: underline;
}
a:hover
{
	color: #ff0000;
}

.thelink
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.thelink a:link
{
	color: #ffffff;
}
.thelink a:visited
{
	color: #ffffff;
}
.thelink a:active
{
	color: #ffffff;
}
.thelink a:hover
{
	color: #ffff66;
	text-decoration: underline;
}


/* site specific styling */


/* the container centers the page */
#container
{
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
}

/* the navigationbar in the header */
.navbarStrip
{
	width: 940px;
	height: 29px;
	background: #000000 url(AppliImages/Divers/top-bar.jpg) top left;
	border-bottom: solid 2px #000000;
}
.menutopbar
{
	float:right;
}

/* the topbar that contains the most upper links */
#topbar
{
	width: 940px;
	height: 29px;
	line-height: 29px;
	vertical-align: bottom;
	text-align: right; background: #000000 url(AppliImages/Divers/top-bar.jpg) top left;
	margin-bottom: 3px;
	background-color: #000000;
}

/* the links in the topbar are an unordered list, formatted here */
#topbar ul
{
	float: right;
}
#topbar li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
#topbar a
{
	color: #FFF;
	background-color: Transparent;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#topbar a:hover
{
	background-color: transparent;
	color: #ff0000;
}


/* the header that contains the big image */
.bigimgheader
{
	width: 940px;
	height: 163px; /* background: #000000 url(AppliImages/Divers/Header.jpg) top left no-repeat; */
	position: relative;
	margin-bottom: 2px;
}

/* the big title text in the header */
.bigimgheader .headermsg
{
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}

/* the core contains all the site contents */
#core
{
	display: block;
	float: left;
	width: 940px;
	height: auto; /*margin-top: 5px;*/
	background: #000000 url(Images/coreback.gif) top left repeat-y;
}

/* the footer contains all copyright info etcetera */
#page_footer
{
	clear: both;
	width: 940px;
	background: #000000;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: solid 3px #FFFFFF;
	padding-bottom: 12px;
	height: auto;
	display: block;
	float: left;
}
#page_inner_footer
{
	display: block;
	float: left;
	width: 900px;
	margin: 18px 25px 18px 25px;
	text-align: center;
}
#page_foot_left
{
	width: 100px;
	margin-top: 5px;
	display: block;
	float: left;
}
#page_foot_right
{
	width: 830px;
	margin: 5px 5px 0px 0px;
	display: block;
	float: right;
	overflow: hidden;
}

#page_footer A:link
{
	color: #fff;
	text-decoration: none;
}
#page_footer A:visited
{
	color: #fff;
	text-decoration: none;
}
#page_footer A:active
{
	color: #fff;
	text-decoration: none;
}
#page_footer A:hover
{
	color: #FF0000;
	text-decoration: none;
}

#page_footer p
{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

/* DESCRIPTIF PRODUIT */

.DescriptifProd ul
{
}
.DescriptifProd li
{
	list-style-type: circle;
	list-style-position: inside;
}

/* VISU INFO PAGES */

.visInfoInnerBox ol li
{
	list-style-type: decimal;
	list-style-position: inside;
}
.visInfoInnerBox ul li
{
	list-style-type: circle;
	list-style-position: inside;
}

/* TABLE */
.textVoucher
{
	text-align: left;
	color: #e0e0e0;
}

.silhtbl table
{
	font: 11px tahoma, verdana, arial;
	color: #fff;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	float: right;
	width: 98%;
}

.silhtbl caption
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

.silhtbl td
{
	margin: 0;
	padding: 20px 10px;
}


.silhtbl th
{
	font-weight: normal;
}

.silhtbl thead tr th
{
	background-color: #000000;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	border: 0;
}

.silhtbl tfoot tr th, tfoot tr td
{
	background-color: transparent;
	padding: 20px 10px;
	color: #000000;
	border-top: 1px solid #000000;
}

.silhtbl tbody tr th
{
	padding: 20px 10px;
}
2
.silhtbl tr.odd
{
	/*background-color: #D4D89E;*/
}

.silhtbl tr:hover
{
	/*background: #C8CC97;*/
}

.silhtbl tr:hover td, tr:hover td a, tr:hover th a
{
	/*color: #000000;*/
}

.silhtbl tr:hover td a:hover, tr:hover th a:hover
{
	/* 	background-color: #fff; 	border-bottom: 1px solid #000000; 	border-top: 1px solid #000000; */
}

.silhtbl table a
{
	color: #BBC4CD;
	padding-left: 15px;
	background-image: none;
	text-decoration: none;
}

.silhtbl table a:hover
{
	/*background-color: #C8CC97;*/
}

.silhtbl table a:visited
{
	text-decoration: line-through;
}

/* specific mc */

.silhtbl tbody tr td.labtitle
{
	padding: 5px 5px;
	text-align: right;
	color: #404040;
}
.silhtbl tbody tr td.bsktitle
{
	padding: 5px 5px;
	text-align: right;
	color: #e0e0e0;
}

.silhtbl tbody tr td.labinfo
{
	display: block;
	float: left;
	padding: 5px 0px 0px 5px;
	text-align: left;
	color: #404040;
}
.silhtbl tbody tr td.bskinfo
{
	display: block;
	float: left;
	padding: 5px 0px 0px 5px;
	text-align: left;
	color: #e0e0e0;
}

.silhtbl tbody tr td.thechecklist table
{
	padding: 0px;
	margin: 0px;
	color: #404040;
}
.silhtbl tbody tr td.thechecklist table tr td
{
	padding: 0px;
	margin: 0px;
}
.silhtbl tbody tr td.bskchecklist table
{
	padding: 0px;
	margin: 0px;
	color: #e0e0e0;
}
.silhtbl tbody tr td.bskchecklist table tr td
{
	padding: 0px;
	margin: 0px;
}


/* PAGE TITLE */

#silhPageTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	text-align: right;
	width: 930px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 10px;
}

/* BASKET STRIP */

#silhBasketStrip
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	width: 930px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding-right: 10px;
}

.silhBasketSummary
{
	color: Red;
}

#navbasket ul
{
	float: left;
}

#navbasket li
{
	list-style: none;
	display: block;
	width: 160px;
	float: left;
}
#navbasket a
{
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	background: #000000 url(AppliImages/Divers/paniern.jpg) top left no-repeat;
	width: 160px;
	height: 34px;
}
#navbasket a:hover
{
	background: #000000 url(AppliImages/Divers/paniero.jpg) top left no-repeat;
	width: 160px;
}

/* ACCORDION */

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #ccccff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

/* CAMSTUDIO */

#noexpressUpdate
{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ccccff;
	text-align: left;
	background-repeat: no-repeat;
	width: 210px;
	height: 200px;
	padding: 100px;
}
/* infos */

.txtsmall_brown
{
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

/* BANK CARD REPORT */

.LabReport
{
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}

/* DVD */

.dvdmain
{
	display: block;
	float: left;
	padding: 12px;
}

.dvdmovieside
{
	width: 400px;
	display: block;
	float: left;
}
.dvdmain .dvdmovieside a:link
{
	border: solid 2px #000;
}
.dvdmain .dvdmovieside a:visited
{
	border: solid 2px #000;
}
.dvdmain .dvdmovieside a:active
{
	border: solid 2px #000;
}
.dvdmain .dvdmovieside a:hover
{
	border: solid 2px #000;
}

.dvddescrside
{
	width: 380px;
	display: block;
	float: left;
	padding-left: 12px;
}

.dvdexplside
{
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #d0d0d0;
}
.ContentSubTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ContentText
{
	padding-top: 12px;
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d0d0d0;
}
.ContentText ul
{
}
.ContentText li
{
	list-style-type: circle;
	list-style-position: inside;
}

/* Orders */

.ord_Object
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #808080;
}
.ord_Ref
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #cc3300;
}
.ord_ProdName
{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.ord_Design
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000099;
}
.ord_SubDesign
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000099;
}
.ord_Descr
{
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #404040;
}

/* pourentage promo */

.pourcpromo
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	border: solid 1px #000;
	background-color: #ff0033;
	padding: 5px 12px 5px 12px;
	display: block;
	float: right;
}
