
/* ------------------------------------questionreponse-------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#questionreponse
{
width : 850px;
padding :0;
margin: 0;
float: left;
}

#questionreponse h4
{
font-family:  Arial, "Arial Black", "Times New Roman", Times, serif ;
   color: #FFA500;
   font-size:18px ;
}
  
#questionreponse h3
{
color: #5E5E5E ;
font-size: 11px;
font-family: Arial;
line-height: 15px;
}

#questionreponse h3 a
{
color: #FFA500 ;
}

#questionreponse h3 a:hover
{
text-decoration: underline ;
}


.champ-etoile
{
font-size: 11px;
font-family: Arial;
}

.champ-etoile a
{
color: #FFA500;
font-size: 11px;
padding: 2px;
font-weight: bold;
}

.champ-etoile a:hover
{
text-decoration: underline;
}
/* --------------------------------------------------------------------qr------------------------------------------------------------------------------------------------------------------------------------------------ */


.qr
{
background : #FFF;
border: solid 1px #C8C8C8;
padding: 5px;
margin:10px;
}

.qr h1
{
color : #3E89D5;
font-family: Arial;
font-size: 16px;
padding: 0 0 10px 10px;
font-weight: bold;
}

.qr p
{
color: #5E5E5E ;
font-size: 13px;
font-family: Arial;
line-height: 18px;
}

.qr p a
{
color: #3C3B3B;
font-weight: bold;
text-decoration: underline;
}

.qr p a:hover
{
color: #0864FD;
}

