/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
TD.productDesc {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

TD.productheadDesc {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 font-weight: normal;
 color: #000000;
 padding: 4px 0px 0px 10px;
}
.boxText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	text-align: center;
	color: #333333;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.fixcenter {
	width: 1024px;
	color: #000000;
	margin: auto;
	text-align: left;
	background: #000000;
}
A {
	color: #8787f9;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	font-size: 12px;
}

A:hover {
  color: #00CC00;
  text-decoration: underline;
}
a:active {
	color: #00FF00;
}


FORM {
	display: inline;
}

TR.header {
	border: none;
}

TR.headerNavigation {
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8787f9;
	font-weight : bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}

A.headerNavigation {
	color: #8787f9;
	font-weight: normal;
}

A.headerNavigation:hover {
	color: 00cc00;
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: 00ff00;
}

TD.headerInfo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #000000;
  color: #00FF33;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F0F0F0;
}

TD.footer {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.infoBox {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	margin-top: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-style: none;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-left-color: #ffffff;
}

.infoBoxContents {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: 121981;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0em;
	text-align: center;
	border-bottom: none;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 0px;
	padding-left: 10px;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
	border-bottom-color: #EAEAEA;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
}

.productListing-heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	border-bottom-color: #F2F2F2;
	border-bottom-width: 2px;
	text-decoration: none;
	text-align: center;
	border-bottom-style: solid;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 10px;
	height: 130px;
	padding: 10px;
	background-color: white;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	font-variant: normal;
	text-transform: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #404040;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

TD.productListing-data-color {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background: #fffff;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
TD.productPriceInListing {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFCC00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.textadress {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.texttva {

	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.textenseigne {


	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.textesociete {
font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}

TD.pollBoxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #EEEEEE;
}

TR.pollOptRow {
  background: #FFFFFF;
}

TR.pollFooter {
  background: #FFFFFF;
}
.headingtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.corpsfacture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.corpsfactory {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.tetetableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.totaltableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.corpstableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	border: none;
	padding-bottom: 5px;
}
.corpstableaubas {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	border: none;
}
TD.main2, P.main2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.shw {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0C2387;
	text-decoration: none;
}
td.translations {
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.tabletranslations {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.texttranslations {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
}
.steath {
	padding: 5px;
	margin: 5px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titletranslations {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFF0B3;
}
.tableint {
	margin: 0px;
	padding: 10px;
}
.tdint {
	border: 1px dashed #999999;
	background-color: #F0F0FF;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.tdbas {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.img-border {
	padding: 0px;
	border: 0px solid #ffffff;
}
.cadre-border {
	padding: 10px;
	border: 1px solid #ffffff;
}
.column-left {
	padding-right: 10px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.column-central1 {
	background-color: white;
	border: 2px solid #EAEAEA;
}
.column-central2 {
}
.column-right {
	padding-left: 10px;
	border-top-color: #EAEAEA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.column-central3 {
}
.infoBox-mad {

	background: #FFFFFF;
}
.title-poll {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
TD.pageHeadingPrice {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	font-variant: normal;
	text-transform: none;
}
.footer_info {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0.2em;
}
a.info:link {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
	letter-spacing: 0.2em;
}
a.info:visited {

	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
	letter-spacing: 0.2em;
}
a.info:hover {


	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: underline;
	letter-spacing: 0.2em;
}
.extra_fields {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
}
.marge-border {
	margin: 0px 15px 0px 0px;
}
.container {
	float: left;
	width: 100%;
}
.blockimage {
	float: right;
	border: 1px solid #333333;
	width: 50%;
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
}
.col {width:100%; padding:0 5px; float:left;}
.CCspace {
	padding:0px;
	float:right;
	margin-right: 15px;
	display: inline;
	margin-top: 5px;
}
.textdescription {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.tableheader {
}
.boldcateg {
	color: #FF9900;
}
.chiffre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9999FF;
	text-decoration: none;
}
.titreproduct {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9999FF;
}
.point {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
}
.textenews {



	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
.lettrine {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
blockquote {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.h2def {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
}
.coulo {
	color: #FF9900;
	font-weight: bold;
}
.source {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	margin-right: 50px;
}
.illus {
	float: left;
	margin: 0px 10px 0px 0px;
}
td.tddefini {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.texttop {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.interlettre {
	letter-spacing: 0.1em;
}
.interlettre2 {
	letter-spacing: 0px;
}
.illusR {

	float: right;
	margin: 0px 0px 0px 10px;
}
.lettrine_clear_l {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
	clear: left;
}
.puissance {
	font-size: 14px;
	vertical-align: top;
	font-weight: normal;
}
.textenews2 {
	color: #8088ff;
}
TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
}

TD.productPriceInBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background: #ffffff;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
	border: 1px #FFFFFF;
}



TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}
.bleu {
	color: #8088ff;
}
.bleu2 {
	color: #8088ff;
	letter-spacing: -0.05em;
}
.orange {
	color: #ff9900;
}
.screen_mad {
	padding: 0px 5px 10px 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #00CC00;
	text-decoration: none;
}
dl.margins-removed {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.margins-removed dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.margins-removed dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}
ul li dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}.tetefond {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: none;
	border-left-style: none;
}
td.corpsarticle {
	margin: 0px;
	padding: 5px 10px 10px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
blockquote.presse {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	background-color: #FFE6BF;
	padding: 10px;
}
.tetefondss {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8088FF;
	text-decoration: none;
	border: none;
}
p.auteur {
	color: #8088ff;
	padding-right: 40px;
	text-align: right;
	font-weight: bold;
}
.img-border0 {
	padding: 0px;
	border: 1px solid #DDDDDD;
	margin: 0px;
}
.freeship{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #ff0000;
 text-decoration: none;
 }
 .freeship2{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 }td.fond_noir {
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	border: 1px solid #8088ff;
}
.txt_blanc {
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.slika {
	border: 1px solid #ffffff;
}

.slika2{
	border: 1px solid #343434;
}

/* Sample vertical fly-out menu */

/* The following is *A SAMPLE ONLY* and is based off the "suckerfish"
   drop-down menu. Is it provided only as an example of what is possible
	 using CSS and unordered lists.
*/

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 13em;
}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 13em;
		background-color : white;
}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 0em;
		margin-top : 0em;
}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#nav li a {
	color : #318AF7;
	font-weight : normal;
	text-decoration : none;
	border : 1 solid #000000;
	padding : -2;
	line-height: 20px;
	display: inherit;
	text-indent: 10px;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
#nav li a:hover {
	color : ff0000;
	text-decoration: underline;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}
	
/* Menu items with subcategories */	
#nav a.daddy {
	background-image: url(images/folder.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Selected items with subcategories */	
#nav li.selected {
    background-color: #FFCC00;
}
.clanki-naslov {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #121981;
	text-align: center;
}
.clanki-besedilo {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.clanki-podnaslov {
	font-size: 13px;
	font-weight: bold;
	color: #121981;
}
div.headerNavigation {
	color: #8787f9;
}
TD.headerNavigation1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #121981;
	font-weight : bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.reklame {
	border: 1;
	border-color:#FFFFFF
}