/*
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 : 8 juil. 2014, 14:26:34
    Author     : Olivier
*/

@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
    background: url(../img/bg.png) repeat;
}

.container { 
    background: #FFF; 
    border: 1px solid #DDD; 
    padding:20px;
    margin-top: 20px;
    border-radius: 15px; 
    box-shadow: 0 0 2px rgba(0,0,0,.25); 
    padding-bottom:10px; 
}

hr{ height: 0; border-style: dotted; border-width: 1px 0 0 0; border-color:#999; }

.infos{ 
    color:#F60; 
    padding-left:10px; 
}

h2 {
    font-size: 22px;
}

ul.simple {
    margin-left: 20px; 
    list-style: none;
}
.sectiontitle h2 span {
    color:#f60;
    font-family: 'Roboto', sans-serif; 
    font-weight: bold;
}

#resume {
    font-family: 'Roboto', sans-serif; 
}

.experience h3 {
    color:#f60;
    margin-top: 0px;
}