body {
margin: 0;
padding: 0;
background: #000;
background-image: url(bg_PICON.png);
background-repeat: no-repeat;
color: #fff;
font: 0.88em sans-serif;
}

#contenu {
/*background-image: url(gd_PICON_.png);
background-repeat: no-repeat;
*/
margin-top: 40px;
margin-left: 40px;
margin-right: 30%;
border-right: 1px solid #fff;
}

#quote {
margin-top: 4px;
padding-top: 2px;
text-align: right;
font-size: 0.85em;
border-top: 1px solid #fff;
margin-left: 5%;
margin-right: 5%;
width:65%;
color: #F2A04A;
}

.red {
color: #ff0000;
}

.blue {
color: #0000ff;
}

.white {
color: #fff;
}


p {
text-indent: 180px;
line-height: 15px;
margin-top: 0px;
margin-bottom: 7px;
margin-right: 7px;
margin-left: 7px;
font-size: 0.95em;
}

a {
text-decoration:none;
color:#F2A04A;
}

a:hover {
text-decoration:none;
color:#fff;
}

a:visited {
text-decoration:none;
color:#F2A04A;
}