BODY#Background {
	margin: 0px;
	/*background-image: url('../images/misc/fond2.jpg');*/
	background-color: white;
	background-repeat: repeat-x;
}
BODY, TD, P {
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Page {
	background-color: white;
	margin: 0px auto;
	padding: 0px 20px 16px;
	width: 956px;
}
A, A:link, A:visited {
	color: #0554c0;
}
A:hover {
	color: #ff7607;
}
A:active {
	color: #8e4d00;
}

FORM {
	display: inline;
}
LABEL.Required {
	font-weight: bold;
}
H1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #0554c0;
	margin: 0px 0px 5px;
	letter-spacing: -1px;
}
H2 {
	border-bottom: 1px dashed #cbcb99;
	padding: 4px 0px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #EE6600;
	text-transform: uppercase;
}
LI {
	margin-left: 16px;
}

/* MISC */
.Discret {
	font-size: x-small;
	color: #909090;
}

/* MAIN TOP */
#MainTop {
	margin: 8px 8px 0px;
	font-size: 11px;
	clear: both;
}
#MainLogo {
	margin-bottom: 24px;
}
#MainTopMenu {
	float: right;
}
A.MainTopLink {
	color: black;
	text-decoration: none;
}
A.MainTopLink:hover {
	text-decoration: underline;
}
.MainTopSep {
	display: inline;
	margin: 0px 6px 0px 3px;
	font-size: 9px;
	border-right: 1px dotted #cbcb99;
}

/* MAIN TABS */
#MainTabs {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
#MainTabs UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#MainTabs LI {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#MainTabs A {
	color: white;
	float: left;
	margin-right: 2px;
	padding-left: 6px;
	text-decoration: none;
	background: url('../images/menu/onglet_left_blue.gif') no-repeat left top;
}
#MainTabs A SPAN {
	color: white;
	display: block;
	float: none;
	padding: 5px 10px 5px 4px;
	background: url('../images/menu/onglet_right_blue.gif') no-repeat right top;
}
#MainTabs A:hover{
	color: white;
	background-position: 0% -100px;
}
#MainTabs A:hover SPAN {
	background-position: 100% -100px;
}
#MainTabs #Current A {
	color: white;
	border-width: 0px;
	background-position: 0 -100px;
}
#MainTabs #Current A SPAN {
	color: white;
	border-width: 0px;
	background-position: 100% -100px;
}
#MainTabs #Current A:hover{
	color: white;
	background-position: 0% -100px;
}
#MainTabs #Current A:hover SPAN {
	color: white;
	background-position: 100% -100px;
}
#MainTabs #services A {
	color: white;
	float: left;
	margin-right: 2px;
	padding-left: 6px;
	text-decoration: none;
	background: url('../images/menu/onglet_left_orange.gif') no-repeat left top;
}
#MainTabs #services A SPAN {
	color: white;
	display: block;
	float: none;
	padding: 5px 10px 5px 4px;
	background: url('../images/menu/onglet_right_orange.gif') no-repeat right top;
}
#MainTabs #services A:hover{
	color: white;
	background-position: 0% -100px;
}
#MainTabs #services A:hover SPAN {
	background-position: 100% -100px;
}

/* MAIN MENU */
#MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0554c0;
	padding: 3px 8px 5px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#MainMenu A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}
#MainMenu A:hover {
	text-decoration: underline;
}
.MainMenuSep {
	display: inline;
	margin: 0px 6px 0px 3px;
	font-size: 9px;
	border-right: 1px dotted #a1bfe7;
}

/* MAIN SEARCH */
#MainSearch {
	background-color: #eeeecc;
	background-image: url('../images/misc/search_bg.gif');
	padding: 4px;
	text-align: center;
	border: 1px solid #cccc99;
	clear: both;
}

/* MAIN PATH */
#MainPath {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 8px 0px;
	margin-bottom: 5px;
	font-size: 9px;
	clear: both;
}
#MainPath A {
	color: black;
	text-decoration: none;
}
#MainPath A:hover {
	text-decoration: underline;
}

/* CHECKOUT TOP */
#CheckoutTop {
	margin: 16px 8px;
	font-size: 11px;
	clear: both;
}
#CheckoutTopMenu {
	float: right;
}
#CheckoutTopMenu .Step {
	float: left;
	width: 84px;
	text-align: center;
	font-size: 9px;
}
#CheckoutTopMenu .Step A {
	text-decoration: none;
}

/* CONTENT */
#MainContent {
	margin-bottom: 24px;
}
#ColumnLeft {
	width: 172px;
	padding-right: 8px;
	padding-top: 8px;
}
#ColumnContent {
	padding-left: 10px;
	padding-right: 10px;
	width: 98%;
}
#ColumnRight {
	width: 172px;
	padding-left: 16px;
	padding-top: 8px;
}

/* MAIN HISTORIES */
#MainHistories {
	display: block;
	background-color: #ffffee;
	padding: 8px;
	border: 1px solid #cccc99;
	margin: 24px 0px 6px;
	clear: both;
}
#MainHistories H2 {
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin: 0px 0px 6px 0px;
}
#MainHistoryProducts {
	float: left;
	width: 50%;
}
#MainHistoryCategories {
	float: left;
	width: 50%;
}

/* MAIN FOOTER */
#MainFooter {
	text-align: center;
	padding: 16px 0px 0px;
	line-height: 21px;
	clear: both;
	font-size: 11px;
	margin-bottom: 8px;
}
#FooterLogos {
	margin-bottom: 8px;
}
.FooterSep {
	display: inline;
	margin: 0px 6px 0px 3px;
	font-size: 9px;
	border-right: 1px dotted #cbcb99;
}

/* CONTENT BOXES */
.ContentBox {
	margin-top: 16px;
	clear: both;
}

.ContentBox H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #cbcb99;
	padding: 4px 0px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #EE6600;
	text-transform: uppercase;
}
.ContentBox .Body {
	padding: 4px 0px 6px;
}

/* BOXES */
.Box {
	margin-bottom: 16px;
	clear: both;
}
.Box .Head {
	padding-left: 6px;
	text-decoration: none;
	background: url('../images/box/box_left_blue.gif') no-repeat left top;
	font-size: 10px;
	text-transform: uppercase;
	background-position: 0 -100px;
	letter-spacing: 0px;
}
.Box .Head SPAN {
	color: white;
	display: block;
	float: none;
	padding: 6px 8px 4px 2px;
	background: url('../images/box/box_right_blue.gif') no-repeat right top;
	background-position: 100% -100px;
}
.Box .Body {
	margin: 0px 0px 12px;
	padding: 4px 0px;
	font-size: 12px;
	border: 1px solid #cbcb99;
	clear: left;
}
.Box .Folder {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding: 5px 6px;
	border-bottom: 1px dashed #e1e1aa;
}
.Box .Body .Item {
	padding: 3px 16px;
	border-bottom: 1px dashed #e1e1aa;
	font-size: 11px;
}
.Box .Body .Simple {
	padding: 3px 6px;
	font-size: 11px;
}
.Box .Body .Item A {
	text-decoration: none;
	color: black;
}
.Box .Body .Item A:hover {
	text-decoration: underline;
}
.Box .Body .Item SELECT {
	width: 100%;
	font-size: 9px;
}

/* ORDERER LIST */
.Box .Body OL {
	margin: 0px 8px 0px 0px;
	padding-left: 26px;
	font-size: 11px;
}
.Box .Body OL LI {
	margin-bottom: 6px;
	margin-left: 0px;
}

/* LIST */
.List {
	margin: 8px 0px 16px;
}
.ListHeader {
	font-weight: normal;
	font-size: 9px;
	color: #cbcb99;
}
.ListThumb {
	margin: 6px;
}
.ListTitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
	color: #0554c0;
}
.ListShortText {
	color: #909090;
}
.ListCommercialText {
	color: black;
}
.ListShippingDelay {
	margin: 4px 0px 2px;
	color: #6c6955;
	font-weight: bold;
	font-size: 11px;
}
.ListStockLevel {
	margin: 4px 0px 2px;
	color: #aaaa55;
	font-weight: bold;
	font-size: 11px;
}
.ListProperties {
	display: inline;
	margin: 0px 5px;
}
.ListEcoTax, .ListEcoTax A {
	color: #969696;
	font-size: 9px;
}
.ListEcoTax A:hover {
	color: #54c005;
}
.ListRating {
	margin: 5px 0px;
	font-size: 9px;
	color: #ada372;
}
.ListSerials {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
}
.ListQuantity {
	margin-top: 12px;
	margin-bottom: 4px;
}
.ListSep {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dashed #cccc99;
}

/* OPTIONS */
.OptionType {
	margin: 4px 0px 8px;
}
.OptionType .Head {
	margin-bottom: 2px;
}
.OptionType .Body {

}
.OptionType .Body SELECT, .OptionType .Body INPUT {
	margin: 2px 0px 4px;
}


/* MISC */
.MainText {
	margin-bottom: 16px;
	line-height: 16px;
}
.ReviewBox {
	margin: 8px 0px 28px;
}
#FilterBox {
	padding: 4px 0px 8px;
	font-size: 9px;
	float: right;
}
#FilterBox SELECT, #FilterBox INPUT {
	font-size: 9px;
}
.Ad {
	margin-bottom: 8px;
	clear: both;
}
.BarCode {
	margin-top: 8px;
	margin-bottom: 16px;
}
.CalendarField {
	border: 1px solid #7f9db9;
	padding: 3px 3px;
	cursor: pointer;
	margin-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CalendarField:hover {
	background-color: #FFFFD5;
}

/* DESCRIPTION */
.DescProperties {
}
.DescProperties TD, .DescProperties TH {
	border-bottom: 1px solid #eeeedd;
	padding: 4px;
	text-align: left;
}
.DescProperties TH {
}

/* CHECKOUT */
.AddressBlock {
	margin: 8px 8px 8px 0px;
	float: left;
	width: 180px;
	padding: 8px;
}
.Primary {
	background-color: #ffffee;
	border: 1px solid #cccc99;
}
.Address {
	/*margin-top: 8px;*/
}

/* PRICE */
.Price, .OriginalPrice, .PromoPrice, .ListPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.OriginalPrice, .ListPrice {
	text-decoration: line-through;
	font-size: 11px;
}
.Saving {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ff7607;
	font-size: 9px;
	margin: 2px 0px;
}
.WithEuroIcon {
	background-image: url('../images/i_euro.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.WithPromoIcon {
	background-image: url('../images/i_promo.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.WithPlusIcon {
	background-image: url('../images/i_plus.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.WithHeartIcon {
	background-image: url('../images/i_heart.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* TEXT SIZE */
.Big {
	font-size: 22px;
}
.Medium {
	font-size: 14px;
}
.Normal {
	font-size: 12px;
}
.Small {
	font-size: 9px;
}
.Currency {
}

/* PAGINATION */
.Pagination {
	margin: 8px 0px;
	text-align: center;
}
.Pagination A:visited {
	color: #0554c0;
}
.PaginationCurrent {
	display: inline;
	font-weight: bold;
	color: #CC6600;
	border: 1px solid #CC6600;
	margin: 0px;
	padding: 2px 6px;
}
.PaginationCurrent A {
	text-decoration: none;
}
.PaginationPage {
	display: inline;
	background-color: #f6f6e5;
	border: 1px solid #cccc99;
	margin: 0px;
	padding: 2px 6px;
	font-size: 11px;
	cursor: pointer;
}
.PaginationPage A {
	text-decoration: none;
	color: #ada372;
}
.PaginationNext, .PaginationPrevious {
	display: inline;
	margin: 0px 12px;
}
.PaginationNext A, .PaginationPrevious A {
	text-decoration: none;
}

/* TIPS */
.Tip {
	margin: 8px 0px;
	padding: 3px 5px 3px 22px;
	background: url('../images/i_info.gif') #FFFDD9 no-repeat 5px 5px;
	background-color: #FFFFD5;
	border: 1px solid #cccc99;
	color: #996600;
}
.Hand {
	background-image: url('../images/i_hand.gif');
	background-position: 2px 4px;
	padding-left: 18px;
}

.Alert {
	background: url('../images/i_alert.gif') #FFFDD9 no-repeat 5px 8px;
	border: 1px solid #cccc99;
	color: #CC0000;
}

/* PLUGINS */
.ot_subtotal TD, .ot_ecotaxes TD, .ot_voucher TD, .ot_discount_subtotal TD, .ot_shipping TD, .ot_payment TD, .ot_tax TD {
	font-weight: normal;
	padding-bottom: 3px;
}
.ot_ecotaxes TD {
	color: #66AA00;
	font-weight: bold;
}
.ot_ecotaxes TD.TotalTitle SPAN {
	background-image: url('../images/i_ecocontribution.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
}
.ot_saving TD {
	color: #ff7607;
}
.ot_voucher TD {
	color: #AA0000;
	font-weight: bold;
}
.ot_taxedtotal TD {
	font-weight: bold;
	border-top: 1px dashed #cccc99;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.ot_total TD {
	font-weight: bold;
	border-top: 1px dashed #cccc99;
	padding-top: 4px;
	padding-bottom: 8px;
}
.ot_taxedtotal TD.TotalContent SPAN {
	background-image: url('../images/i_euro.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	height: 20px;
}

/* EVALUATION DU MOT DE PASSE */
.PasswordEvaluation {
	border: 1px solid #D6D6D6;
	padding: 1px;
	margin: 4px 0px;
}
#weak {
    text-align: left;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
#medium {
    text-align: center;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
#strong {
    text-align: right;
	font-size: 9px;
    width: 40px;
	margin: 0px;
}
.nrm
{
    background-color:#F1F1F1;
    padding: 1px 5px;
    color:#868696;
}
 
.red
{
    background-color: #BB3300;
    padding: 1px 5px;
    color: #FFFFFF;
}
 
.yellow
{
    background-color: #FDB14D;
    padding: 1px 5px;
    color: #FFFFFF;
}
 
.green
{
    background-color: #99CC00;
    padding: 1px 5px;
    color: #FFFFFF;
}

/* TOOLTIP */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #cccc99;
	padding: 6px;
	background-color: #fffff1;
	visibility: hidden;
	z-index: 100;
	font-size: 9px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmltooltip STRONG {
	color: #54c005;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

