/* CSS Document */

#tableListe
{
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
#tableListe td
{
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

.unCommerce
{
    border-collapse:collapse;
    width:350px;
    text-align:center;
	font-size:12px;
    margin-top:5px;
    margin-bottom:5px;
	
}
.bleu
{
    background-color:rgb(0,90,196);
    color:#FFF;
}
.vert
{
    background-color:rgb(0,190,130);
    color:#FFF;
}
.tblIcones img
{
	border-style:none;
}
.tblIcones
{
	position:absolute;
	top:0;
	left:375px;
}
