
body {
    padding: 0px;
    margin: 0px;
    min-width: 800px;
    color: white;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    background: url(http://academiedeschasseursdeprimes.ca/images/page_background.gif);
/*    background: url(mockup.jpg); */
}

.main * {
    font-weight: normal;
}

.main b {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #fe6833;
}

a:hover {
    color: white;
/*    font-weight: bold; */
}

div.header {
    height: 178px;
    background: url(http://academiedeschasseursdeprimes.ca/images/header_right.gif);
    min-width: 950px;
    position: relative;
}
div.header_menu {
    position: relative;
    margin-left: 200px;
    height: 130px;
    font: helvetica;
    opacity: 0.99;
    font-weight: bold;
    font-size: 9pt;
    width: 600px;
}

.header img {
    display: inline;
    padding: 0px;
    margin: 0px;

}

.header_item {
    width: 90px;
    margin-right: 20px;
    border-spacing: 0px;
    float: left;
}
.header_button {
    vertical-align: bottom;
    height: 100px;
    text-align: center;
}
.header_title {
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    font-variant: small-caps;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    text-align: center;
    width: 88px;
    font-size: 9pt;
}

div.sidebar {
    /* position: absolute;
    top: 178px; */
    position: absolute;
    width: 170px;
    margin-left: 17px;
    left: 0px;
}

.sidebar-background {
    background: url(http://academiedeschasseursdeprimes.ca/images/sidebar_background.png);
}

.sidebar-bottom {
    position: relative;
    left: -1px;
    top: -22px;
}

div.sidebar-top {
/*    background: url(images/sidebar_top.png); */
    height: 33px;
    text-align: center;
    padding-top: 0px;
    opacity: 0.99;
    font-size: 12pt;
    position: relative;
    top: -5px;
}

div.sidebar-top p {
}

div.sidebar-middle {
    background: url(http://academiedeschasseursdeprimes.ca/images/sidebar_middle.gif); 
    position: relative;
    min-height: 32px;
    max-height: 40%;
    padding-bottom: 0px;
    font-size: 8pt;
    min-height: 400px;
}

div.sidebar .sidebar-middle .news-item,
.sidebar_item {
    padding-bottom: 15px;
    width: 148px;
    padding-left: 10px;
    padding-right: 10px;
}

.news_item, .sidebar_item {
    padding-left: 24px;
    padding-right: 46px;
}

.sidebar_item {
    font-size: medium;
}

div.sidebar .news-item .desc {
    color: #FE6833;
}

div.main {
    margin-left: 226px;
    margin-right: 25px;
    background: url(http://academiedeschasseursdeprimes.ca/images/main_background.png);
}

div.main * {
    font-size: 11pt;
}

div.main-top {
     background: url(http://academiedeschasseursdeprimes.ca/images/main_top_middle.gif);
     background-repeat: repeat-x;
     /* width: 548px; 
      */
     height: 26px;
}

div.main-bottom {
     background: url(http://academiedeschasseursdeprimes.ca/images/main_bottom_middle.gif);
     background-repeat: repeat-x;
     background-position: bottom;
     /*width: 583;
      */
    height: 30px;
}

img.main-top-right,
img.main-bottom-right {
        position: absolute;
        right: 24px;
}
div.main-top>img.main-top-right,
div.main-bottom>img.main-bottom-right {
    float: right;
    position: static;
}




.main-text  {
    padding-left: 15px;
    padding-right: 15px;
}

div.main h1 {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

div.main h2.goodies {
    font-size: 12pt;
    font-weight: normal;
}

div.main h1, div.main h2, div.main h3 {
    color: #FE6833;
}

.main-middle-left {
    padding: 0px;
    width: 39px;
    height: 100px;
    background: url(http://academiedeschasseursdeprimes.ca/images/main_middle_left.gif);
}
.main-middle-right {
    width: 81px;
    background: url(http://academiedeschasseursdeprimes.ca/images/main-middle-right.gif);
}
/*.main-middle-middle {
    background: url(main-middle-middle.png);
}*/


/* --- goodies ---------------------------- */

div.goodies_desktop {
    text-align: center;
    font-size: small;
    display: block;
    width: 300px;
    float: left;
    padding-bottom: 20px;
}

/*
 * .goodies_desktop * {
    display: inline; 
}
    */

.goodies_desktop a {
    text-decoration: none;
    color: #fe6833;
}

.goodies_desktop a:hover {
    color: white;
/*    font-weight: bold; */
}

.goodies_desktop > div {
    padding-top: 10px;
    width: 300px;
}

.goodies_desktop div a {
    width: 150px;
    text-align: right;
    display: block;
    float: left;
}

.goodies_desktop div div {
    float: left;
    width: 140px;
    text-align: left;
    padding-left: 10px;
}



div.social {
    float: left;
    margin-right: 30px;

}

.main-middle>table {
    width: 100%;
}

span.addie:after { content: "@academiedeschasseursdeprimes.ca" }

div.main dl { font-weight: normal; }

div.etudiant,
div.prof {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    /* min-height: 480px; */
}

div.prof img,
div.etudiant img {
    width: 400px;
}

div.etudiant span.stat_name, 
div.prof span.stat_name 
{
/*    text-transform: uppercase; */
    font-variant: small-caps;
    color: #fe6833;
   
}

div.etudiant span.stat_name:after,
div.prof span.stat_name:after {
        content: ":"
}

div.etudiant sup {
    font-size: smaller;
}

div.etudiant p,
div.prof p {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.stat:before { content: ' - '; }
.stat:first-child:before { content: ''; }
