html
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-size: 9pt;
    color: #4A4A4A;
    font-family: Verdana, Arial, Sans-Serif;
    background: url(musicbg.gif);
    margin: 0 auto;
    margin-top: 1em;
    height: 98%;
    width: 90%;
    padding: 0;
}

@media screen and (min-device-aspect-ratio: 16/10)
{
    body
    {
        width: 80%;
    }
}

#page
{
    min-height: 100%;
    _height: 100%;
    position: relative;
    background-color: white;
}

a
{
    color : #004D91;
    text-decoration : none;
}

a:hover
{
    color : #426BB3;
}

#header a
{
    display: block;
    background-image: url(banner.jpg);
    height: 140px;
    width: 900px;
    padding: 0;
    margin: auto;
    font-size: 1px;
    color: white;
}

#header ul, #header h2
{
    display: none;
}

#header h1
{
    margin: 0;
}

#menu h1
{
    display: none;
}

#menu
{
    position: absolute;
    top: 140px;
    
    height: 120px;
    overflow: auto;
  
    width: 100%;
}

#menu ul
{
    list-style-type: none;
    text-align: center;
    line-height: 3.5em;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 10px 30px;
    color: #004D91;
    background: #B0C5EA;
    text-decoration: none;
    white-space: nowrap;
}
  
#menu a:hover
{
    color: white;
    background: #004D91;
}

#contenu
{
    margin-top: 120px;
    padding: 0 10px;
    padding-bottom: 12em;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11em;
    overflow: auto;
    text-align: center;
    font-size: 8pt;
    padding-top: 2em;
    padding-bottom: 0.1em;
}

#footer address
{
    font-style: normal;
}

address.inline
{
    text-align: center;
    width: 30em;
}

#footer span
{
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    height: 1em;
    background: url(musicbg.gif);
}
  
#autresAssu a:after
{
    content: "\00A0\02197";
}

#garantiesTitle
{
    background-image: url(garanties.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}

#conseilsTitle
{
    background-image: url(conseils.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}

#tarifsTitle
{
    background-image: url(tarifs.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}

#conditionsTitle
{
    background-image: url(conditions.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}

#devisTitle
{
    background-image: url(devis.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}
  
#contactTitle
{
    background-image: url(contact.jpg);
    height: 53px;
    width: 450px;
    color: white;
    font-size: 1px;
}

.center
{
    text-align: center;
}

.section
{
    margin-bottom: 2em;
}

.section h3
{
    font-size: 10pt;
    margin-bottom: 0.5em;
}

.section p
{
    margin-top: 0.5em;
}

dt
{
    font-weight: bold;
}

table caption
{
    margin-top: 2em;
    padding-bottom: .5em;
}

table
{
    margin: auto;
    _margin-top: 2.5em;
    margin-bottom: 1em;
    width: 60em;
    border-collapse: collapse;
    border: 1px solid black;
}

.colVal
{
    text-align: right;
    padding-right: 1em;
}

.colCot
{
    text-align: center;
}

table td
{
    _padding-left: 2px;
    border: 1px dashed gray;
    background: white;
    color: black;
}

table th
{
    border: 1px solid #4A4A4A;
    color: white;
    background: #004D91;
    font-weight: normal;
}

.small
{
    font-size: 80%;
}

#franchise
{
    width: 230px;
    height: 137px;
    background: url(franchise.jpg);
    margin-left: 40px;
    color: white;
    font-size: 1pt;
}

table .colAnnee input { text-align: center; }
table .colValeur input { text-align: right; }

table .colValeur {  padding-right: 10px; }
table .colMarque { padding-left: 5px; padding-right: 5px; }

table .colAnnee {
    width: 5em;
}


