/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 févr. 2017, 17:52:39
    Author     : Adrien Ugon
*/

#page {
    width : 80em;
    height : 54em;
    margin: auto;
}

#header {
    width : 80em;
    background-color: #f39705;
    height : 2em;
}

#content {
    width : 80em;
    height : 50em;
}

#footer {
    width : 80em;
    background-color: #f39705;
    height : 2em;
}

#menu {
    width : 16em;
    height : 50em;
    display : inline-block;
    float : left;
}

#main {
    width : 80%;
    height : 50em;
    border : none;
    display : inline-block; 
}

.element_menu {
    width : 16em;
    padding-top : 0.6em;
    padding-bottom : 0.6em;
}

.element_menu:hover {
    font-weight : bold;
    color : #f39705;
    cursor : pointer;
}

.icon {
    height : 2em;
}

.align_center {
    text-align : center;
}

.align_left {
    text-align : left;
}

.align_right {
    text-align : right;
}

h1 {
    color : #d48404;
    font-size : 150%;
    font-weight : bold;
    text-decoration : underline;
}

h2 {
    margin-left : 4em;
    color : #f49805;
    font-size : 120%;
    font-weight : bold;
    font-style : italic;
    text-decoration : underline;
}

.keyword {
    color : #f39705;
    font-weight : bold;
}

.logo {
    height : 4em;
}

.small_caps {
    font-variant: small-caps;
}

caption {
    color : #d48404;
    font-weight : bold;
    font-size : 130%;
}

.exposant {
    vertical-align: super;
    font-size: smaller;
}