

/* ---------- Styles specific to the project ----------- */

td.header1 {
        font-Family : Verdana,Arial,Helvetica;
        font-Weight : bold;
        font-Size : 13px;
        color : rgb(34,39,139);
        text-decoration : none;
        text-align : left;
        padding-top : 1px;
        padding-bottom : 1px;
        padding-left : 20px;
        border-bottom : 0px solid rgb(240,240,240);
        background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
        /*border-bottom : 1px solid rgb(203,220,252);*/
        height :  20px;
        }

div.fill{
        height: 40px;
}


/* div identification */
div#custAuth{
        text-align: right;
        position: absolute;
        top: 45px;
        margin-left: 675px;
        width: 250px;
        /*border: 1px solid red;*/
        }

table.custAuthTable{
        width: 250px;
        font-size: 0.7em;
        color: #1d446b;
        text-align: left;
        /*border: 1px solid black;*/
        }

table.custAuthTable td{
        text-align: right;
        padding : 1px 5px 0px 0px;
        }

td.custAuthLabel{
        padding : 0px;
        }


/* div recherche */
div#custRech{
        text-align: right;
        position: absolute;
        top: 95px;
        margin-left: 625px;
        width: 300px;
        /*border: 1px solid green;*/
        }


/* div langues */
div#custLangues{
        text-align: right;
        position: relative;  /* absolute */
        top: 3px;
        /*margin-left: 400px;
        width: 525px;*/
        /*border: 1px solid red;*/
        margin-bottom: 5px; 
        }

ul.navlangues{
        list-style-type: none;
        margin: 0;
        font-size: 0.7em;
        color: #1d446b;
        }

ul.navlangues li{
        padding: 0px 0px 0px 6px;
        display : inline;
        }

ul.navlangues li a {
        color: #1d446b;
          text-decoration: none;
        }

ul.navlangues li a:hover {
        color: #1d446b;
          text-decoration: underline;
        }

span#foot1{
        padding-left:10px;
}

span#foot2{
        padding-left:150px;
}

input.orderbutton{
      width: 30px;
      color: darkblue;
      font-weight : bold;
      }