.table_formats{
float:left;
}
.tableau_formats h2{
font-size:20px;
}
.tableau_formats span{
color:orange;
font-size:16px;
}
.tableau_formats a{
color:#690;
}
.tableau_formats  a:hover{
text-decoration: underline;
color:#690;
}
.liste_formats{
color:#353535;
font-family:"Trebuchet MS";
font-size:14px;
padding-left:20px;
}
.liste_formats p{
margin:0px;
}

.liste_formats table{
margin:0px;
padding:0px;
border:1px solid #ccc;
}
th{
background-color:#636363;
color:#fff;
padding:3px;
font-size:14px;
}
.liste_formats span{
color:orange;
font-weight:bold;
}
td{
font-size:13px;
text-align:center;
}
tr.ligne{
background-color:#eee;
}
td.titre_format{
background-color:#636363;
color:#fff;
font-size:18px;
}
a.no-color {
color:#333;
text-decoration:none;
}
a.no-color:hover{
color:#333;
text-decoration:none;
font-size:12px;
font-weight:normal;
cursor:text;
}

#liens-formats {
    float:left;
    margin-top:30px;
    width:648px;
    height:30px;
    background-color:#CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#liens-formats a,  #liens-formats a:visited {
    text-decoration: none;
    font-size:18px;
    display:block;
    float:left;
    text-align:center;
    height:27px;
    padding-top:3px;
    color:white;

    border-right:1px solid #BBB;
    width:125px;
}

#liens-formats a:hover, #liens-formats a.selected {
    background-color:#EEE;
    font-weight:bold;

    color:#690;
}