/* === GENERAL ========================================================== */

body {
    text-align: center;
    background: rgb(221,221,221);
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
}

.p {
    margin: 5px 0px;
    text-align: justify;
    line-height: 1.5em;
}
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.s { text-decoration: line-through; }
.pre {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.8em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.center { text-align:center; }

code {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.8em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a {
    text-decoration: none;
    border: none;
    color: #0B3861;
}

img { border: none; }

li { line-height: 1.5em; }

.highlight_default {
    text-align: justify;
    padding: 5px 10px;
    background: lemonchiffon;
    border: 1px solid grey;
}

.highlight_grey {
    text-align: justify;
    padding: 5px 10px;
    background: #EEE;
    border: 1px solid grey;
}

.highlight_green {
    text-align: justify;
    padding: 5px 10px;
    background: #CCFF99;
    border: 1px solid grey;
}

.intlnk {
    padding: 0 0 0 13px;
    background: url('../Images/Icons/int_lnk.png') no-repeat;
    border-bottom: 1px dotted #AAA;
}

.extlnk {
    padding: 0 0 0 15px;
    background: url('../Images/Icons/ext_lnk.png') no-repeat;
    border-bottom: 1px dotted #AAA;
}

.mailnk {
    padding: 0 0 0 15px;
    background: url('../Images/Icons/mail_lnk.png') no-repeat;
    border-bottom: 1px dotted #AAA;
}

.pdflnk {
    padding: 0 0 0 19px;
    background: url('../Images/Icons/pdf_lnk.png') no-repeat;
    border-bottom: 1px dotted #AAA;
}

.telephone {
    padding: 0 0 0 18px;
    background: url('../Images/Icons/telephone.png') no-repeat;
}

/* === STRUCTURE ======================================================== */

#container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #DDD;
    box-shadow: 1px 5px 12px rgb(51, 51, 51);
}

/* === HEADER =========================================================== */

#header {
    width: 100%;
    height: 220px;
    background: #F3F3F3;
}

#logo_cnrs {
    position: absolute;
    margin: 0 0 0 750px;
    z-index: 999;
}

#logo_univ {
    position: absolute;
    margin: 10px 0 0 855px;
    z-index: 1000;
}

#logo_ljp {
    position: absolute;
    margin: 0px 0 0 10px;
    z-index: 1000;
}

#header_icons {
    position: absolute;
    margin: 5px 0 0 690px;
}

#slider {
    position: absolute;
    top: 70px;
}

/* === SIDEBAR ========================================================== */

#sidebar {
    position: absolute;
    width: 200px;
    height: 300px;
}

#search {}

#search_input {
    width: 142px;
    height: 22px;
    margin: 10px 3px 0 10px;
    padding: 0 3px;
    background: white;
    border: 1px solid #AAA;
}

#search_button {
    width: 24px;
    height: 25px;
    background: url('../Images/Icons/button.png') no-repeat;
    border: none;
}

/* === MAIN ============================================================= */

#main {
    width: 750px;
    margin: 0 0 0 200px;
    padding: 25px 25px 75px 25px;
    min-height: 650px;
    font-size: 0.9em;
    background: white;
}

#main h1 {
    margin: 0px 0px 15px 0px;
    font-size: 1.6em;
}

#main h2 {
    margin: 0px 0px 15px 0px;
    font-size: 1.4em;
}

#main h3 {
    margin: 0px 0px 10px 0px;
    font-size: 1.2em;
}

#main h4 {
    margin: 0px 0px 5px 0px;
    font-size: 1em;
}

#gthread {
    margin: -5px 0px 10px 0px;
    font-size: 0.9em;
}

/* === FOOTER =========================================================== */

#footer {
    width: 100%;
    height: 340px;
    font-size: 0.9em;
    background: url('../Images/Footer_Background.png') repeat-x #EEE;
}

#FooterLinkCont {
    float: left;
    width: 900px;
    height: 100px;
    padding: 0 50px;
    display: flex;
    justify-content: space-around;
    background: #282828;
    font-size: 12px;
    color: #EEE;
}

#FooterLinkCont a, #FooterLinkCont p { 
    display: block;
    width: 100%;
    margin: 3px 0;
    padding: 0;
    color: #EEE; 
}

.FooterLinkCol {
    width: 200px;
    height: 100px;
    padding: 15px 0;
    background: none;
} 

.FooterTitle {
    color: #444;
    width: 100%;
    height: 20px;
    margin: 0 0 0px 0;
    padding: 0 0 0 10px;
    font-family: 'ABeeZee';
    font-size: 15px;
    font-weight: bold;
    background: none;
}

#FooterStatCont {
    float: left;
    width: 500px;
    height: 220px;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#FooterFundCont {
    float: left;
    width: 499px;
    height: 220px;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-left: 1px dashed #AAA;
}

.FooterBlock {
    display: block;
    width: 140px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: none;
    color: #EEE;
}

.FooterFunding {
    display: block;
    width: 140px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: none;
    color: #EEE;
}

.FooterFundCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.FooterFundCont img { 
    height: 40px; 
}

.FooterDigit {
    font-family: 'ABeeZee';
    font-size: 35px;
    color: #666;
    padding: 0;
    text-align: center;
}

.FooterDesc {
    width: 100%;
    font-family: 'ABeeZee';
    font-size: 15px;
    color: #666;
    margin: -30px 0 0 0;
    text-align: center;
}

/* === MISC ================================================================ */

.form_required { color: firebrick; }

.desaturate {
    filter: grayscale(100%);
}