#quotation {
    background-color: #ffda98;
    padding         : 0.25em 0.25em 0.5em 0.5em;
    color           : #003c2c;
    font-size       : 12;
    font-style      : italic;
    text-align      : left;
    line-height     : 1.2em;
}
#quotationAuthor {
    background-color: white;
    padding         : 0.25em 0.25em 0.5em 0.5em;
    color           : #003c2c;
    font-size       : 12;
    text-align      : right;
    line-height     : 1.2em;
}
td.cornerCell{
    font-size       : 1px;
    height          : 10px;
    width           : 10px;
}
td.borderCell{
    background-color: #ffda98;
    font-size       : 1px;
}
table {
    width           : 100%;
}
blockquote {
    width           : 680px;
}
blockquote div {
    background      : url(../images/bulle_bas.gif);
    background-repeat : no-repeat;
    background-position : bottom;
    padding-bottom  : 49px;
}
blockquote div table {
    border          : 0px;
    padding         : 0;
}
blockquote div table a:link, 
blockquote div table a:visited, 
blockquote div table a:active {
    font-size       : 12;
    color                       : #003c2c;
}
blockquote div table a:hover {
    font-size       : 12;
    color                       : #D62158;
    cursor                      : pointer;
}
td.textTitle {
    background-color: white;
    padding         : 0.25em 0.25em 0.5em 0.5em;
    color           : #003c2c;
    font-size       : 14px;
    font-weight     : bold;
    text-align      : center;
}
td.textBody {
    background-color: #ffda98;
    padding         : 0.25em 0.25em 0.5em 0.5em;
    color           : #003c2c;
    font-size       : 12px;
    text-align      : left;
    line-height     : 1.2em;
}
.no {
    display         : none;
}
.centered {
    text-align      : center;
    margin-left     : auto;
    margin-right    : auto;
}
