/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Renault L38
    created:    2009-08-25
    author:     yanlep

    summary:    PRINT
                RESET
                GENERIC
                
----------------------------------------------------------------------------- */

/*  =PRINT
----------------------------------------------------------------------------- */
@media print {
    
}

/*  =RESET
----------------------------------------------------------------------------- */
* { margin:0; padding:0; vertical-align:baseline; }

body {
    font-family:Arial,"Trebuchet ms",Verdana,sans-serif;
    font-size:69%; /* :INFO:1em = 11px */
    text-align:center;
    height:100%;
    color:#000;
    background-color:#FFF;
}

input { height:auto; }
a img, fieldset, form { border:0; }
ins, abbr, acronym { text-decoration:none; border:0; font-style:normal; }
a:hover ins, a:hover abbr, a:hover acronym { text-decoration:underline; }
address { font-style:normal; }
ul { list-style:none; }
q:before, q:after { content:''; }
small { font-size:0.9em; }
textarea { overflow:auto; }

hr,
.accessibility { 
    position:absolute;
    left:-9999em;
}

button {
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
}

input.submit {
    width:auto !important;
    height:auto !important;
    cursor:pointer !important;
    border:0 !important;
    overflow:visible;
}


/*  =GENERIC
----------------------------------------------------------------------------- */
#content {
    margin:0 auto;
    width:964px;
    padding-top:6px;
    text-align:left;
    position:relative;
}

a {
    color:#666;
    cursor:pointer;
}

#content #header {
    padding-top:10px;
    padding-bottom:20px;
    text-align:right;
}

#content #header p a {
    color:#b6babb;
    font-size:1em;
    text-transform:uppercase;
    text-decoration:none;
}

#content #header .logoRenault {
    margin-right:16px;
}

#content .page {
    position:relative;
    background:url(../img/back_select.jpg) no-repeat right top;
    width:274px;
    height:384px;
    padding-left:690px;
    padding-top:70px;
}

#content .page h3 {
    text-indent:-5000px;
}


#content iframe {
    display:block;
    margin:0;
    padding:0;
    border:0;
    overflow:hidden;
    margin-top:-6px;
}
*html #content iframe { display:none; }

#content ul {
    float:left;
    display:block;
    width:130px;
}

#content ul li {
    margin:0.3em 0;
}

#content ul li a {
    color:#767a7d;
    font-size:1.09em;
    /*font-weight:bold;*/
    text-decoration:none;
}
#content ul li a:hover {
    text-decoration:underline;
}
