body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans';
    background: #eee;
    color: #333;
}
a,a:hover, a:active, a:focus {
   outline: 0;
}
.menu {
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
}
ul#tiles li .date,ul#tiles li .credits {
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 10px;
    color: #aaa;
}
ul#tiles li .date{
    float: right;
}
ul#tiles li .title {
    font-family: 'PT Sans Narrow';
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}
 ul#tiles li p {
    font-family: 'PT Sans';
    text-transform: none;
    padding: 0px 20px;
     margin: 0;
    text-align: justify;
    line-height: 1.7em;
 }
ul#tiles li.legende{
    background: none;
    border: none;
    line-height: 2em;
    text-transform: uppercase;
    color : #666;
    font-size: 10px;
}
ul#tiles li.legende .header{
    color : #333;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
ul#tiles li.legende .list .item {
    padding: 10px 10px;
}
ul#tiles li.legende .blahblah{
    font-family: 'PT Sans';
    text-transform: none;
    text-align: justify;
    font-size: 13px;
    padding: 0 30px;
}
ul#tiles li a{
    text-decoration: none;   
}
.icones{
    padding-left: 35px;   
}
.piedepage {
    text-align: center;
    color: #aaa;
    padding: 20px;
}
.piedepage a{
    color: #888;
    text-decoration: none;
}
/*Ombre portée */
#tiles li::before {
    background: rgba(0, 0, 0, 0) url("img/shadow-right.png") no-repeat scroll center bottom;
    bottom: -9px;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: -6px;
    width: 100px;
}
#tiles li::before, #tiles li::after {
    content: " ";
    display: table;
}
#tiles li::after {
    background: rgba(0, 0, 0, 0) url("img/shadow-left.png") no-repeat scroll left bottom;
    bottom: -11px;
    content: "";
    display: block;
    height: 15px;
    left: -3px;
    position: absolute;
    width: 100px;
}
#tiles li::after {
    clear: both;
}
#tiles li::before, #tiles li::after {
    content: " ";
    display: table; 
}
#tiles li.legende::after {
    background: none;   
}
#tiles li.legende::before {
    background: none;   
}
/* */