/* Main Page Blocks */
body
{
    position: relative;
    width: 720px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #0b0b0b;
    color: black;
    border: none;
    text-align: left;
    font-size: small;
    font-family: Verdana, Arial, Sans-Serif;
    background-image: url(bkgnicecar.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

body, p, label
{
    font-size: small;
    font-family: Verdana, Arial, Sans-Serif;
}

@media print
{
    body
    {
        background-image: none;
        background-color: white;
        border: none;
    }
}

.PageArea
{
    background-color: white;
    margin: 0px;
    min-height: 720px;
}

/* Defaults for text links */
a:link, a:visited
{
    color: #00599D;
    text-decoration: none;
}
a:hover, a:active
{
    color: #BC312E;
    text-decoration: underline;
}

.HeadImg
{
    width: 720px;
    height: 121px;
}

a img
{
    border-style: none;
    text-decoration: none;
}

.AdminArea a, .AdminArea a:link, .AdminArea a:visited
{
    color: red;
    font-size: 10px;
}

#ContentArea
{
    display: block;
    font-family: Verdana, Arial, Sans-Serif;
}

#ContentArea .text
{
    padding-right: 10px;
}

.PaymentArea
{
    padding-left: 30px;
}

#LeftMenu, .LeftMenu
{
    width: 160px;
    height: 100%;
    min-height: 300px;
    padding-top: 8px;
    padding-left: 8px;
}

.LMenuCntr
{
    background-image: url(lmenu.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

#LeftMenu .SearchBox
{
}

#BottomSection
{
    clear: both;
}

a:link.MenuItem, a:visited.MenuItem
{
    font-family: Arial, Verdana, Garamond;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
    color: #00599d;
    border: none;
    text-decoration: none;
}

a:hover.MenuItem, a:active.MenuItem, a.MenuItemActive
{
    font-family: Arial, Verdana, Garamond;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
    color: white; /*#bc312e;*/
    border: none;
    text-decoration: underline;
}

a:link.Discreet, a.Discreet
{
    color: gray;
    font-size: 10px;
}

.MenuSep
{
    font-family: Arial, Verdana, Garamond;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
    vertical-align: middle;
    color: #00599d;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

h1
{
    font-family: Arial, Verdana, Garamond;
    font-size: 110%;
    font-weight: bold;
    color: #00599d;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.30em;
}

h2
{
    font-family: Arial, Verdana, Garamond;
    font-size: 100%;
    font-weight: bold;
    color: #00599d;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.25em;
}

p
{
    font-family: Arial, Verdana, Garamond;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top:0;
}

p.temoignage
{
    color: #00599d;
    margin-bottom: 0.5em;
}

p.adresse
{
    color: #00599d;
    font-style: italic;
}

br
{
    line-height: 1em;
    height: 1em;
    padding-bottom: 1em;
}

.Error, .Warning
{
    font-family: Arial, Verdana, Garamond;
    font-size: 100%;
    font-weight: bold;
    color: Red;
    text-align: left;
}

.Error.blink
{
    text-decoration: blink;
    color: White;
    background-color: Red;
}

h1.Error
{
    font-size: 16pt;
}

/* Links */

.ImageLink img /* Use on <a><img> image links */
{
    border: none;
    text-decoration: none;
}

/* Footer area */

#FooterSection
{
    position: relative;
    clear: both;
    padding-top: 20px;
    text-align: center;
}

.copyright, .copyright a
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    color: gray;
}

/* BEGIN MENUBAR with browser-compatibility vertical centering section */
#Menubar
{
    height: 24px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial;
    text-decoration: none;
    margin: 0; 
    padding: 0;
}

#Menubar a
{
    display: inline-block;
    float: left;
    width: 139px;
    height: 24px;
    font-weight: bold;
    background-image: url(TMenuBtn.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align:center;
    margin: 0; 
    padding: 0;
}

#Menubar a:link, #Menubar a:visited
{
    text-decoration: none;
}

#Menubar a:hover
{
    text-decoration: underline;
}

.Footnotes
{
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
}

.DataEntry label, .DataEntry .Label, .Label
{
    font-weight: bold;
}

.MiniLabel
{
    font-weight: bold;
    font-size: 10px;
}

.MiniDropdown
{
    height: 19px;
    font-size: 9px;
    font-weight: normal;
}

.Title
{
    font-weight: bold;
    color: #101080;
}

/* User accounts */

.PswArea
{
    width: 300px;
    text-align: center;
    background-color: #FDB508;
    border: outset 1px #FDB508;
}
.PswArea.Change
{
    width: 450px;
}

.NewAcctArea
{
    width: 450px;
    text-align: center;
    background-color: #FDB508;
    border: outset 1px #FDB508;
}

/* Left Menu */

.LMenuIRoot
{
    font-size: 11px;
    color: Blue;
    text-transform: uppercase;
    font-weight: bold;
}

.LMenuINode
{
    font-size: 11px;
    color: Blue;
}

.LMenuINodeSel
{
    font-size: 11px;
    color: Red;
}

.Note
{
    font-style: italic;
    font-weight: normal;
}

.SearchBox
{
    margin-bottom: 10px;
}

/* Subcategories menu */
.MenuSubcats
{
    font-size: 10px;
    font-variant: small-caps;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.AdItem
{
    float:left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.Forum
{
    font-size: 10px;
    font-weight: normal;
}

.Forum table
{
}

.Forum.col1
{
    width: 380px;
}

.Forum.colfull
{
    width: 520px;
}

.Forum.row
{
}

.Forum.cell
{
}

.Forum.postinfo
{
    width: 120px;
}

table tr td .Forum.rowsep
{
    display: block;
    height: 24px;
    line-height: 24px;
}

.Forum.title
{
    font-size: 10px;
    font-weight: bold;
}

.Forum.desc
{
    font-style: italic;
}

h1 .activelink
{
    text-decoration: underline;
}

.ForumMsgArea
{
    width: 520px;
    font-size: 10px;
    font-weight: normal;
}

.ForumMsgArea.title
{
    width: 400px;
    font-size: 13px;
}

.ForumMsgArea.col1
{
    width: 90px;
}

.ForumMsgArea.message
{
}

.ForumMsgArea.header
{
    background-image: url(ForumMsgBkg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    font-weight: normal;
    margin-top: 20px;
}

.ForumMsgArea.textentry
{
    width: 400px;
    font-size: 13px;
}
