/* ------------------  carte ------------------- */
#carte {
    position:relative;
    left:75px;
    top:0px;
    height:337px;
    width:300px;
    z-index:4;
    background-color:transparent;
    border:0px solid #333;
/*filter:alpha(opacity=30); -moz-opacity:0.3; opacity: 0.3;*/
}
.red {color:red;}
.yellow {color:#ffb02f;}
.green {color:green;}

