/*===============TABLEAUX==================*/
.table{
    width:630px;
    outline:none;
    padding:0;
    margin:0;
    border-collapse:collapse;
}
.table tr{
    min-height:40px;
    display:inline-block;
}
.table tr th{
    width:125px;
    min-height:45px;
    outline:none;
    border-left:0;
    margin:0;
    border-spacing:0;
    float:left;
    font-weight:300;
    background:#03b4cc url(../images/thead.png) repeat-x left top;;
    color:#fff;
    font-size:14px;
    vertical-align:middle;
    text-align:center;
    display:inline-block;
    padding:5px 0 0 0;
    line-height:20px;
    border-left:1px solid #fff;
}
.table tbody tr td:last-child{
    border-right:1px solid #ccc;
    width:124px;
}
.table tbody tr{
    border-bottom:1px solid #ccc;
    outline:none;
}
.table thead tr td:last-child{
    border-right:1px solid #fff;
    width:124px;
}
.table .seowebman{
    background:#ff5400;
}
.table tr td{
    width:125px;
    min-height:40px;
    outline:none;
    border-left:0;
    margin:0;
    border-spacing:0;
    float:left;
    font-weight:300;
    color:#666;
    font-size:14px;
    vertical-align:middle;
    text-align:center;
    display:inline-block;
    padding:5px 0 0 0;
    line-height:20px;
    border-left:1px solid #ccc;
    padding-top:10px;
}
.table tr td.seowebman{
    background:#ccc;
}
.table tr.trmoyen td{
    height:75px;
}
/*==============FIN=TABLEAUX==================*/