/* CSS Document */

.congres_expo, .congres,
.interne, .special, .expo_commerciale,
.expo_public, .reunion, .reunion_corpo
{
width: 13px;
height: 13px;
border: 1px;
border-style: solid;
border-color: #eeeeee;
}

.congres_expo
{
background-color: #6ab023;
}

.congres
{
background-color: #009dd1;
}

.interne
{
background-color: #999999;
}

.special
{
background-color: #e2001a;
}

.expo_commerciale
{
background-color: #e20072;
}

.expo_public
{
background-color: #ee7f00;
}

.reunion
{
background-color: #0064ad;
}

.reunion_corpo
{
background-color: #666666;
}

.icon_content
{
vertical-align: bottom; 
width: 100%; 
text-align: right;
padding-left: 4px;
padding-bottom: 5px;
}

#icon_legend .congres_expo, #icon_legend .congres,
#icon_legend .interne, #icon_legend .special, #icon_legend .expo_commerciale,
#icon_legend .expo_public, #icon_legend .reunion, #icon_legend .reunion_corpo
{
width: 9px !IMPORTANT;
height: 9px !IMPORTANT;
}

