body {
	background: url("ombre.png") repeat-y center;
	background-color:#eeeeee;
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	width:1000px;
    margin: auto;
    padding: 0;
    color: #000;
}

#PageHeader {
	background: url("banniereSite.png") center no-repeat;
	height:118px;
    background-color: #0f171a;
    color: #F7921A;
    margin: 0;
    font-size: 16pt;
    padding: 6px;
}

#PageHeader a, #PageHeader a:hover {
    text-decoration: none;
    color: #F7921A;
    border: none;
    background: none;
}

#PageHeader a:hover {
    text-decoration: underline;
}

#PageHeader ul {
    float: right;
    font-size: 8pt;
    list-style: none;
    margin: 0;
    padding: 0;
}

#PageHeader li {
    display: inline;
    padding: 0 6px 0 6px;
    white-space: nowrap;
}

#MenuBar {
    background: url("menu-tile.gif") repeat-x;
    background-color: #000;
    height: 37px;
    margin: 0;
    padding: 0px 6px 0 6px;
    color: #F7921A;
    font-weight: bold;
}

#MenuBarHighlight {
    background: url("menu-highlight.png") repeat-x;
    padding: 10px 0 0 0;
}

#MenuBar a {
    text-decoration: none;
    color: #F7921A;
    border: none;
}

#MenuBar a:hover {
    color: #fab665;
    background: none;
}

#MenuBar ul, #SubMenuBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#MenuBar li, #SubMenuBar li {
    display: inline;
    border-right: 2px solid #fab665;
    padding: 0 6px 0 6px;
    white-space: nowrap;
}

#MenuBar .last, #SubMenuBar .last {
    border-right: none;
}

#MenuBar .active a, #SubMenuBar .active a {
    color: #fab665;
}

#SubMenuBar {
    text-align: right;
    color: #c46b02;
    font: normal 11px Verdana, Arial, sans-serif;
    padding: 6px;
}

#SubMenuBar a, #SubMenuBar a:hover {
    text-decoration: none;
    color: #c46b02;
    border: none;
}

#SubMenuBar a:hover {
    color: #fab665;
    background: none;
}

#MenuBarShadow {
    background: url("menu-shadow.png") repeat-x;
    height: 4px;
    margin: 0;
    padding: 0;
}

#Container {
    margin-top: 6px;
    overflow: hidden;
    padding: 12px;
}

#Footer {
    border-top: 1px solid #bbb;
    color: #888;
    font-size: 8t;
    padding: 12px;
    margin-top: 32px;
    margin-bottom: 0px;
    background: url("footer-highlight.png") repeat-x;
    background-color: #ddd;
}

#Footer a {
    color: #888;
    text-decoration: underline;
}

h1 {
    font-size: 26pt;
}

h2 {
    font-size: 18pt;
    border-style: solid;
    border-color: #888;
    border-width: 0 0 1px 0;
    margin-top: 24px;
}

h3 {

}

@media print {
    .noprint {
        display: none;
    }
}

