/* CSS Document */
#test-fond h2
{
color:#FF6600;
}
#test-fond table
{
text-align:center;
width:450px;
border:none;
padding:0;
margin:0;
background-image:url(/images/bg_table_fai.jpg);
background-repeat:no-repeat;
}
#test-fond tbody {
border-bottom:0px; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#test-fond tbody tr{
height:50px;
}

#test-fond tbody td {
text-align:center;
font-weight:bold;
color:#FF9900;
border-right:1px solid #fe881a;
border-left:none;
border-top:none;
border-bottom:1px solid #fe881a;
}
tbody th {
text-align:justify;
border-right:1px solid #fe881a;
border-left:1px solid #fe881a;
border-top:none;
border-bottom:1px solid #fe881a;
/*background-image: url("http://www.dslvalley.com/comparatif-adsl/bangauche.jpg");
background-repeat:no-repeat;*/
}

#test-fond tbody .gris_interne 
{
background-color:#fe881a;
}
#test-fond tbody .bleu_interne 
{
background-color: #fdeba3;
}
#test-fond thead
{
border-bottom:1px solid #fe881a;
}
#test-fond thead tr
{
height:40px;
color:#FFFFFF;
text-align:center;
}
#test-fond thead td {
color:#FFFFFF;
text-align:center;
font-weight:bold;
}


