@charset "ISO-8859-2";
/* CSS Document */

#info {
width:197px;
margin-bottom:5px;
}

#infoTop {
background-image:url(../images/infobulle/top.png);
background-repeat:no-repeat;
height:8px;
width:197px;
}

#infoCenterBg {
background-image:url(../images/infobulle/bg.png);
background-repeat:repeat-y;
width:197px;
}

#infoCenter {
background-image:url(../images/infobulle/center.png);
background-repeat:no-repeat;
background-position:bottom;
width:197px;
}

#infoBottom {
background-image:url(../images/infobulle/bottom.png);
background-repeat:no-repeat;
height:14px;
width:197px;
}

#infoBut {
height:13px;
float:right;
margin-right:10px;
}

#infoButLeft {
background-image:url(../images/infobulle/actionLeft.png);
background-repeat:no-repeat;
height:13px;
width:6px;
float:left;
}

#infoButCenter {
background-image:url(../images/infobulle/actionCenter.png);
background-repeat:repeat-x;
height:13px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#7db5de;
padding-left:3px;
padding-right:3px;
}

#infoButRight {
background-image:url(../images/infobulle/actionRight.png);
background-repeat:no-repeat;
height:13px;
width:7px;
float:left;
}