/**
 * http://www.killian-ebel.fr
 *
 * Copyright 2010, Killian EBEL
 * 
 * This file is part of killian-ebel.fr.
 *
 * killian-ebel.fr is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * killian-ebel.fr is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with killian-ebel.fr. If not, see <http://www.gnu.org/licenses/>. 
 */

body {
    background: #dadfe1;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h1 {
    color: #96542c;
    font-size: 2.1em;
    letter-spacing: 0.2em;
}

h2 {
    color: #979c9e;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 0 0.2em 0;
}

#content {
    margin: 13% 0 0 13%;
}

#content a:link, #content a:visited {
    color: #b1b7ba;
    text-decoration: none;
}

#content a:hover {
    color: #96542c;
    text-decoration: underline;
}

.langages {
    color: #c9d0d3;
    margin: 0 0 0 300px;
}

#langages_principaux {
    font-size: 5em;
}

#langages_secondaires {
    font-size: 3em;
}

