/*feuille css spécifique aux fiches produits*/
body {
    font-family: Arial;
    color: #000000;
}

#widebackleft {
    background-color: #ffffff;  border-bottom: 6px solid black;
}

#widebackright {
    background-color: #ffffff;  border-bottom: 6px solid black;
}

/*------------------------- navproducts ----------------------------- */
#navproducts {
    position: absolute;
    top: 25px;
    height: 20px;
    width: 410px;
    left: 300px;
    color: #87888a;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

#navproducts a {
    color: #87888a;
    text-decoration: none;
}

#navproducts span {
    margin-right: 10px;
    margin-left: 10px;
}

/*--------------------- partie gauche : productimage ---------------------*/
#productimage {
    position: absolute;
    top: 80px;
    width: 300px;
    height: 300px;
    left: 0;
}
#productimage #zoom {
    position: absolute;
    bottom: 0px;
    right: 45px;
}
#productimage #mainimage { z-index: 10;position: absolute; }
#productimage #zoomimage {
    z-index: 11;
    position: absolute;
    display: none;
}

/*--------------------- partie centrale : productitle ---------------------*/
#productitle{
    position: absolute;
    height: 60px;
    width: 410px;
    top: 46px;
    left: 300px;
    font-size: 13px;
    color: #000000; letter-spacing: 2px;
}

#productitle p {
    font-size: 14px;    font-weight: bold;  letter-spacing: 1px;
/*  text-transform: uppercase;*/
    margin: 0px;    margin-top: 10px;
    padding: 0; line-height: 2.0;
}

/*--------------------- partie droite : cosselling ---------------------*/
#cosselling {
    top: 65px;
    position: absolute;
    left: 756px;
    width: 186px;
    height: 314px;
}

.crosstitle {
    /*border-bottom: 1px solid #d0d0d0;*/
    position: relative;
    width: 100%;
    padding-bottom: 1px;    letter-spacing: 2px;
}

.crosstitle p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    font-weight:bold;
    background:url(../_img/puce_noire.gif) center left no-repeat;
    padding :0 0 0 18px;
    margin:0;
}

.crosscontenu {
    position: relative;
    overflow: hidden;
    height: 148px;
    text-align:center;
    font-size: 11px;    font-family: Arial, Helvetica, sans-serif;
    /*border-bottom: 1px solid #d0d0d0;*/   color : #4d4d4d;
}

.crosscontenu .visuel {
    margin-top: 8px;
    height: 100px;
}
.crosscontenu a {
    font-size: 11px;color: #4d4d4d;
    text-decoration: none;
    margin: 0;padding: 0;
}

/*---------------------| partie centrale : productcontent */
#productcontent {
    position: absolute;
    top: 105px; /* 105 par défaut */    left: 300px;
    width: 410px;   height: 247px; /* 300 par défaut ; 227 1ère modif Guillaume */  /*max-height: 277px;*/ /* suppression du max-height*/   overflow:hidden; /* ajout du overflow :hidden*/
}

#productcontent ul {
    list-style-type: none;
    margin: 0;padding: 0;
}

#productcontent ul li {
    border-top: 1px solid #d0d0d0;  padding-top : 10px;
}

#productcontent .title {
    font-size: 12px;    color: #000000; /*font-weight: bold;*/  letter-spacing: 1px;
    /*height: 17px;*/
    padding-left: 14px;
    background: url(../_img/puce_noire.gif) 0 3px no-repeat;
    cursor: pointer;
}

#productcontent div.on  {
    background: url(../_img/puce_bas.gif) 0px 4px no-repeat;
    cursor: default;
    margin-bottom: 6px;
}

#productcontent .content {
    position: relative;
    font-family: Arial; font-size: 12px;    color: #4d4d4d; letter-spacing: 1px;    line-height: 1.6;
    overflow: auto;
    margin-left: 13px;
    margin-top: 0px;
    height: 158px;
}
#productcontent .content span {
    line-height: 1.2;
}

#productcontent .content p {

/* Grégory le 30/01 : BUG 0000047 je commente la ligne ci dessous car elle provoque un ascenceur horizontal sous ie lorsque l'on a une image dans la section editoriale
    width: 365px;
*/
    margin: 0;
    padding: 0px;
    padding: 5px 0 5px;
}

#productcontent .content ul {
    position: relative;
    margin-left: 15px;
    list-style-type: disc;
}
#productcontent .content a {
    color: #000000;
    text-decoration: underline;
}

#productcontent .content ul li {
    margin-left: 10px;
    border: none;line-height: 16px;
}

#productcontent .off {
    overflow: hidden;
    height: 0px;
}

#productcontent .content2 {
    font-family: Arial;
    color: #000000;font-size: 11px;position: relative;
    top: -5px;
    margin-left: 7px;
    overflow: auto;
    height: 160px;
}

/*---------------------| teinte */
#details #teinte {
    position: relative;
    width: 370px;
    height: 92px;
    min-height: 92px;
}

#details #teinte #teintemax {
    position: absolute;
    top: 0px;left: 0px;
    height: 90px;width: 90px;
    background-image: URL(../_img/teinte-fond.gif);
}
#details #teinte #teintemax img {
    position: absolute;
    margin: 4px;
    width: 82px;height: 82px;
}

#details #teinte #teintename {
    position: absolute;
    top: 16px;left: 94px;
    height: 14px;width: 250px;
    font-family: Arial; color: #000000;font-size: 11px;
    border-left: 1px solid #999999;
    padding-left: 4px;
}

#details #teinte #teintesmini {
    position: absolute;
    top: 50px;left: 96px;
    width: 284px;
}

#details #teinte #teintesmini a {
    float: left;display: inline;
    width: 30px;
    margin: 2px;margin-left: 2px;
    border: 1px solid #D2D2D2;
    cursor: pointer;
}

#details #teinte #teintesmini a.set {
    margin: 0px;
    border: 3px solid #f4d980;
}

/*---------------------| tips */
#productcontent #tips {
    border-bottom: 1px solid #d0d0d0;
}
#productcontent #tips img {
    margin-right: 10px;
}

/*---------------------| Media content */

#mediacontent {
    z-index: 101;
    position: absolute;
    top: 63px;
    left: 291px;
    width: 423px;
    height: 324px;
    /*background-color: #C5C5C5;
    background-image: url(../_img/mediacontent-fond.png);*/
    padding: 0px;margin: 0px;
    visibility: hidden;
}
#mediacontent #fermer {
    z-index: 202;
    position: absolute;
    top: 12px;
    left: 398px;
    padding: 0px;margin: 0px;
    width: 13px;height: 13px;
    cursor: pointer;
}
#mediacontent #mediadisplay {
    position: absolute;top: 0px;left: 0px;z-index: 100;

    background: URL(../_img/loading.gif) no-repeat center center;
    height: 306px;
    width: 405px;
    padding: 9px;
}
#mediacontent #mediadisplay img {
    z-index: 100;
    position: absolute;
    top: 0px;left: 0px;
    padding: 9px;
}

#mediacontent #slideshowcontent{
    display: none;
}
/*---------------------| bottom links */
#bottomlinks {
    width: 100%;
    font-size: 10px;
    position: absolute;
    top: 388px;
    left: 0px;
    background-color: orange;
}
/*-- --*/
#bottomlinks #bulle {
    display: none;
    z-index: 998;
    position: absolute;
    width: 156px;height: 110px;
    top: -120px;
    left: 0px;
    opacity: 0;
    -moz-opacity: 0;
}
#bottomlinks #bulle #image{ position: absolute; }
#bottomlinks #bulle #bullepointe {
    position: absolute;
    width: 156px;height: 7px;
    left: 0px;top: 103px;
    background: url(../_img/bulle.gif) no-repeat;
}
/*-- --*/
#bottomlinks #decouvrez {
    position: absolute;
    top: 0px;
    left: 55px;
    width: auto;
}
#bottomlinks #decouvrez a {
    background: url(../_img/puce_noire.gif) center left no-repeat;
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 2px;
}
#bottomlinks #decouvrez a:hover {
    text-decoration: underline;
}
/*-- --*/
#bottomlinks #formslinks {
    text-transform: uppercase;
    position: absolute;
    left: 300px;
}
#bottomlinks #formslinks a {
    text-decoration: none;
    color: #000000;
    background: url(../_img/puce_noire.gif) center left no-repeat;
    margin-right: 17px;
    padding-left: 10px;padding-top: 2px;
}


/*---------------------| tell a friend */
/*############################################## a refaire */
#tellfriend {
    position: absolute;
    top: 50%;
    height: 504px;width: 100%;
    margin-top: -220px;
    z-index: 999;
    display: none;
}
#tellfriend #tellfriendbkg {
    position: absolute;
    top: 0px;left: 0px;
    width: 100%;
    height: 504px;
    background-color: #000000;
    opacity: 0.8;
    -moz-opacity: 0.8;
}

#tellfriendform {
    position: absolute;
    background-color: #000000;
    height: 350px;
    width: 578px;
    left: 50%;top: 50%;
    margin-left: -289px;
    margin-top: -175px;
}

div.shade, #tellfriendform #shade {
    position: absolute;
    height: 370px;width: 598px;
    left: 50%;top: 50%;
    margin-left: -299px;
    margin-top: -185px;
}
#tellfriendform #titre{
    position: absolute; top: 26px;
    text-align: center;
    width: 100%;
    color: #f6d274;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

#tellfriendform #message_error {
    position: absolute; top: 40px;
    text-align: center;
    height: 20px;width: 100%;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #ff0000;
}


#tableau {
    position: absolute;
    width: 502px;height: 228px;
    left: 50%;top: 50%;
    margin-left: -251px;margin-top: -116px;

    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;

    border-bottom: 1px solid  #615432;
    border-top: 1px solid  #615432;
}

#tableau table {
    position: absolute;
    top: 11px;left: 16px;
    width: 469px;
}

#tableau tr { text-align:left; }

#tableau .inp { text-align: right; }

form { padding: 0px;margin: 0px; }

#tableau input {
    width: 201px;height: 17px;
    margin: 0px;padding: 0px;padding-left: 5px;
    margin-top: 4px;margin-bottom: 4px;
    border: 1px solid #D3D3D3;
    font: normal 11px Arial, Helvetica, sans-serif;color: #000000;
}

#tableau textarea {
    width: 201px;height: 60px;
    margin: 0px;padding: 0px;padding-left: 5px;
    margin-top: 4px;margin-bottom: 4px;
    border: 1px solid #D3D3D3;
    font: normal 11px Arial, Helvetica, sans-serif;color: #000000;
}

#tableau input.error { color:#ff0000; }
#tableau input.error2 { margin-top: 3px;margin-bottom: 3px;border: 2px solid #ff0000; }
#tableau textarea.error { color:#ff0000; }
#tableau textarea.error2 { margin-top: 3px;margin-bottom: 3px;border: 2px solid #ff0000; }

#tableau textarea.test{
    width: 500px;height: 200px;
}

#response {
    position: absolute;
    display:none;padding: 10px;
    width: 502px;height: 228px;
    left: 50%;top: 50%;
    margin-left: -251px;margin-top: -116px;

    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;

    border-bottom: 1px solid  #615432;
    border-top: 1px solid  #615432;
}

#error {
    text-transform: none;
    color: #FF0000;
}

#tellfriendform #send {
    top: 310px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #f6d274;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;font-size: 12px;
}
#tellfriendform #send input {
    color: #f6d274;background-color: #000000;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;font-size:12px;
    border: 0px;margin: 0px;padding: 0px;
    cursor: pointer;
}

div.close2, #close2 {
    position: absolute;
    top: 2px;left: 564px;
}

/* Patch */
html #mediacontent {
    top:5px;
    height:400px;
    width:533px;
    left:235px;
}
html #mediacontent #fermer {
    left:auto;
    right:10px;
}
html #mediacontent #mediadisplay {
    height:386px;
    width:518px;

}
html #cosselling{
    left:780px;
}
