.TableauCaracteresSpeciaux 
{
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px;
    border-color:#333366;
    border-style:solid;
    border-collapse: collapse;
    line-height: 20px;
}
.EnteteTableauCaracteresSpeciaux 
{
    background: #ccFFE6; 
    width:270px; 
    text-align: center;
	font-weight: bold;
    border:1px solid #333366;
	line-height:30px;
}
.CelluleCaracteresSpeciaux 
{
    background: #ccFFE6; 
    width:60px; 
    font-size: 12px;
    text-align: center;
    border:1px solid #333366;
	line-height:30px;
	font-weight: bold;
}
.ClavierPC
{
    background: #ffffcc;
    border:1px solid #333366;
	cursor:auto;
    color: #333333;
    text-align: left;
	padding-left: 5px;
}
.ClavierMAC
{
    background: #e5ffcc;
    border:1px solid #333366;
    color: #333333;
    text-align: left; 
	padding-left: 5px;
}
.Aide 
{
    background: #ffecf5; 
    border:1px solid #333366;
	cursor:auto;
	padding-left: 5px;
    text-align: left; 
}

