body {
    margin:0;
    padding:0;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

.page-wrapper {
    width: 960px;
    margin: auto;
    padding: 0 0 20px 0;
}

.content-wrapper {
    width: 880px;
    padding: 0 2em 0 2em;
}

h2 , h3 {
    color: #F30;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0 10px 0;
}

h2 {
    font-size: 26pt;
    font-weight: normal;
    line-height: 26pt;
}

a, a:visited {
    color: #1C4384;
}

.intitule {
    margin-top: 10px;
}

/* Header Université Laval */
#header-ulaval {
    height: 70px;
    overflow: hidden;
    margin-bottom: 40px;
}
#header-ulaval #bande1 {
    background-color:#E31F1F;
    height:12px;
    padding:0;
    margin:0;
    width: 719px;
    border-right: 1px solid #fff;
    display:block;
    float:left;
    overflow: hidden;
}
#header-ulaval #bande2 {
    background-color:#FCCC11;
    height:12px;
    padding:0;
    margin:0;
    width: 240px;
    display:block;
    float:left;
    overflow:hidden;
}
#header-ulaval #bibliotheque {
    margin:13px 0 0 15px;
    float:left;
    display:block;
    clear:left;
    font-family: Arial Narrow, Verdana, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
    color: black;
    
}
#header-ulaval #logo-ul {
    margin: 17px 146px 0 0px;
    float:right;
    
    
}
#header-ulaval ul#top-menu {
    margin:10px 0 0 15px;
    padding:0;
    display:block;
    clear:left;
    float:left;
    width:649px;
    list-style:none;
    border-bottom: 1px solid #c0c0c0;
}
#header-ulaval ul#top-menu li {
    display:inline-block;
    width:83px;
    height:19px;
    float:left;
    padding:0 3px;
    border-right:1px solid #c0c0c0;    
}
#header-ulaval ul#top-menu li.last {
    border-right:none;
}
#header-ulaval ul#top-menu a {
    font-size: 7.5pt;
    display:block;
    vertical-align:top;
    color: black;
    text-transform:none;
    text-decoration:none;
}
#header-ulaval ul#top-menu a.current {
    font-weight: normal;
}
#header-ulaval ul#top-menu a:hover {
    color: #F30;
}

/* Footer section */
#footer-ulaval {
    width: 680px;
    min-height: 20px;
    padding: 20px 0 30px 20px;
}
#footer-ulaval ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer-ulaval ul li {
    display: block;
    float: left;
    padding: 0 6px 0 6px;
    border-left: 1px solid #F30;
    margin: 0;
}
#footer-ulaval ul li.last {
    padding-right: 0;
}
#footer-ulaval ul li a {
    font-size: 8pt;
    color: black;
    text-decoration:none;
}
#footer-ulaval ul li a:hover {
    color: #F30;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(1px, #EEE), color-stop(100%, #CCC));
    background-image: -webkit-linear-gradient(white, #EEE 1px, #CCC);
    background-image: -moz-linear-gradient(white, #EEE 1px, #CCC);
    background-image: -o-linear-gradient(white, #EEE 1px, #CCC);
    background-image: -ms-linear-gradient(white, #EEE 1px, #CCC);
    background-image: linear-gradient(white, #EEE 1px, #CCC);
}

input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    /*background: white url("/images/button.png") repeat-x;*/
    /*background: white url("/images/button.png") repeat-x;*/
    cursor: pointer;
    color: #F30;
    font: bold 11px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    text-shadow: 
    white 0 1px 1px;
    width: auto;
}

.breadcrumbs {
    margin-top: 2em;
    color: #58595B;
    font-size: 12px;
    text-decoration: none;
}

.breadcrumbs .last {
    color: black;
}

.lettrine {
    font-size: 18pt;
    font-weight: bold;
}
