.plan {
 -moz-border-radius: 15px ;  
 -webkit-border-radius: 15px;  
 border-radius: 15px;  
 border: 2px solid #808080;
 padding: 3px;
 margin-left: 5px;
 margin-right: 5px;
}
.plan_table {
 width : 100%;
 padding : 0 ;
 margin : 0 ;
}
.plan_head {
 font-weight : bold;
}
.plan_form {
 width : 100%;
}
.plan_result {
 width : 100%;
}
.plan_titl {
 width : 100%;
}
.plan_link {
 text-decoration : underline ;
}
.plan_lime {
 background-color: #80ff80;
 font-weight: bold;
}
.plan_orange {
 background-color: #ffc080;
 font-weight: bold;
}
.plan_fushia {
 background-color: #ff8080;
 font-weight: bold;
}
.plan_actif {
 text-align : center;
 font-size : 1.2em;
 background-color : #FFFF60;
 font-weight : bold;
}
