/* 
    Document   : faq.css
    Created on : 17 févr. 2009, 13:50:36
    Author     : hsg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#faqsitandgo
{ 
    margin-right:20px;

}
.rb H1
{
    font-size:18px;
    white-space:nowrap;
}
.rb H2
{
    font-size:18px;
}

#blocquestions
{
    float:left;
    width:730px;
    min-height:380px;
}
#blocquestions .rb,#blocreponse .rb
{
    text-align:left;
}
#blocquestions .rb A
{
    color:#626567;
    font-weight:bold;
}
#blocquestions .rb A:hover
{
   color:#b55a3d;
}
#blocreponse
{
    float:left;
    width:290px;
    margin-left:20px;
}
#lareponse
{
    margin-top:20px;
}
#lareponse .rb
{
    font-size:18px;
    color:#b55a3d; /*orange*/
}

#contenuphilo
{
    font-size:30px;
    color:#626567;
}
#contenuphilo A
{
    color:#b55a3d; /*orange*/
}

