body, td, th, p, table {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

a:link {
    color: #9900cc;
}

a:visited {
    color: black;
}

a:hover {
    /*font-weight:bold;*/
    /*background-color: white;*/
}

.nugget {
}

.nugget a:link, a:visited {
    color: black;
}

/* HACK IE 6 to avoid problem on a:visited that is triggered even if not necessary */
.nugget a:hover {
    direction: ltr;
    background-color: white;
}

/* End HACK */
.nugget td {
    background-color: #F6E5C6;
    padding: 2px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}

.nugget th {
    background-color: #C7915A;
    font-weight: bold;
    text-align: left;
    padding: 2px 2px 2px 10px;
    color: white;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

table.nugget {
    -webkit-box-shadow: 0px 0px 15px rgba(204, 174, 118, 0.9);
    -moz-box-shadow: 0px 0px 15px rgba(204, 174, 118, 0.9);
    box-shadow: 0px 0px 15px rgba(204, 174, 118, 0.9);
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.nugget td.inner {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:hover {
    /* display: block; */
    width: 100%;
    text-decoration: none;
    color: black;
}

.menu a:hover {
    background: white;
    color: white;
}

.menu a.catlevel1 {
    font-weight: bold;
    padding: 0px 2px 0px 4px;
}

.menu a.catlevel1_sel {
    font-weight: bold;
    background: #9999FF;
    padding: 0px 2px 0px 4px;
}

.menu a.catlevel2_sel {
    background: #9999FF;
    padding: 0px 2px 0px 10px;
}

.menu a.catlevel2 {
    padding: 0px 2px 0px 10px;
}

input, select {
    /* height: 20px;
    font: bold 10px; */
}

form {
    margin: 0px;
}

.sep {
    background: #ada2c8;
    height: 1px;
}

.header {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid;
    border: none;
}

.footer {
    padding: 2px 2px 2px 5px;
    border-top: 1px solid #000000;
}

.error {
    font-weight: bold;
    color: #FF0000;
}

.properties {
    font: italic 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a.link_brown {
    color: #993300;
}

div#button {
    /* margin: 10px; */
    line-height: 180%;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    width: 110px;
    height: 20px;
    border: 0px;
    text-align: center;
    background-image: url(../includes/skins/es/images/ESbutton_big.gif);
    background-repeat: no-repeat;
}

div#button a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

div#button a:hover {
    background-image: url(../includes/skins/es/images/ESbutton_big_up.gif);
}

div#button_bs input {
    /* margin: 10px; */
    line-height: 180%;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    width: 30px;
    height: 20px;
    border: 0px;
    text-align: center;
    background-image: url(../includes/skins/es/images/ESbutton_small.gif);
    background-repeat: no-repeat;
    outline: none;
}

div#button_bs input:hover {
    background-image: url(../includes/skins/es/images/ESbutton_small_up.gif);
}

div#button_b input, button {
    /* margin: 10px; */
    line-height: 180%;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    width: 110px;
    height: 20px;
    border: 0px;
    text-align: center;
    background: url(../includes/skins/es/images/ESbutton_big.gif) no-repeat;
    outline: none;
}

div#button_b input:hover, button:hover {
    background-image: url(../includes/skins/es/images/ESbutton_big_up.gif);
}

a.btCart {
    /* margin: 10px; */
    /*line-height: 180%;*/
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    width: 110px;
    height: 20px;
    /*border: 0px;*/
    /*text-align: center;*/
    padding-top: 3px;
    padding-bottom: 3px;
    background: url(../includes/skins/es/images/ESbutton_big.gif) no-repeat center center;
    /*outline: none;*/
}

a.btCart:hover {
    background: url(../includes/skins/es/images/ESbutton_big_up.gif) no-repeat center center;
    /*font-weight: bold;*/
}

a.btCart {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.Normal-Marron, .Normal-Marron a:link, .Normal-Marron a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #993300;
}

.Normal-Violet, .Normal-Violet a:link, .Normal-Violet a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #9900cc;
}

.LegendImg {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
}

.LegendImgPrdNews {
    font-size: 12px;
}

.News_Titre0 {
    font-family: "Times New Roman", Times, serif;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    color: #993300;
    text-align: center;
}

.News_Titre1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #9900cc;
    text-align: left;
}

.News_NormalM {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #993300;
    text-align: justify;
}

.News_NormalV {

    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #9900cc;
    text-align: justify;
}

.News_NormalMCentré {

    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #993300;
    text-align: center;
}

.News_NormalVCentré {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #9900cc;
    text-align: center;
}

.News_NormalMDroite {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #993300;
    text-align: right;
}

.StyleTableHeader {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.ProduitScrappe {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #000000;
    font-style: italic;
}

.ProduitScrappeuse {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: #990033;
}

.News_Theme {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: #9900cc;
}

.Astuce_Titre1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #9900cc;
    text-align: left;
}

.Astuce_Titre2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #9900cc;
    text-align: left;
}

.Astuce_NormalM {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #993300;
    text-align: justify;
}

.Astuce_Titre0 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #9900cc;
    text-align: center;
    font-style: italic;
}

.NewsAstuces_Titre {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

.NewsAstuces_PreTitre {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #9900cc;
    font-style: italic;
    font-weight: bold;
}

.saisieAlp {
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product_hint {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
}

.titre_product {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.UnvisitedLink {
    color: #000000;
}

.rounded {
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.newStyle td, table.newStyle {
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

table.newStyle {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    /* For FF < 4 */
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    /* normal CSS3 directive */
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

img.newStyle {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

div.alertMainPage {
    border: solid red;
    margin: 1em 5em 1em 5em;
    padding: 5px 5px 5px 5px ;
    text-align: center;
}