.my_mark                        {float:right;*margin-right:-5px;}
.my_mark_int                    {background:#ffffff  0 0 repeat-x; width:250px;}
.my_mark_int_2                  {/*background:url(../images/my_mark.gif) 0 100% no-repeat;*/ height:30px; }
.my_mark_int_3                  {height:30px; /*background:url(../images/my_mark.gif) 100% 100% no-repeat;*/ }
.page .my_mark .form                {margin:0;}
.page .my_mark .submit          {float:left; padding:0 !important; *padding-top:3px; *padding-right:5px; -padding-right:5px; width:120px; }
.page .my_mark .submit input            {background:none; border:none; color:#fff; font-size:11px; line-height:13px;}
*+html .my_mark .clear              {display:none;}
.block_afim .my_mark        {/*margin-top:-25px;*/ margin-left:0; background:url(../images/base/my_mark_afim.gif)  100% 0 no-repeat;}
.input-note-document        {height:11px; margin-top:8px;*margin-top:8px;width:110px;margin-left: 20px; background: none repeat scroll 0 0 transparent;border: medium none  !important;color: black;font-size: 11px;font-weight:bold;line-height: 13px;}


/*Chrome et Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
    .input-note-document{
        margin-top:7px;
    }
}

.submit{
    float:right;
}


.input-note-dossier        {height:10px;margin-top:10px;width:100px;margin-left: 34px; background: none repeat scroll 0 0 transparent;border: medium none;color: black;font-size: 11px;font-weight:bold;line-height: 13px;}
.divMoyenne {float:right;}
.divContenu {background-color: #eee8e1;}


/*note*/
div.notes-echelle                {float:left; margin:8px 4px 0 5px; padding:0; width:105px; font:9px/1.2 Arial, Helvetica, sans-serif;} 
div.notes-echelle div                 {float:left; margin:0; padding:0; min-width:20px; min-height:20px;list-style:none;  background:none;}
/* Correctif IE6 sur min-width & min-height */ 
* html div.notes-echelle.js div.note           {width:20px; height:20px; }
div.notes-echelle div label           {display:block; float:none; padding:0; width:auto; background:url(../images/etoiles.gif) center top no-repeat;  cursor:pointer; line-height:16px; text-align:center; }
@media screen and (-webkit-min-device-pixel-ratio:0){
    div.notes-echelle div label           {display:block; float:none; padding-left:2px; width:auto; background:url(../images/etoiles.gif) center top no-repeat;  cursor:pointer; line-height:16px; text-align:center; }
}


div.notes-echelle div.note label      {background-position:center -45px; }
div.notes-echelle.js input           {position:absolute; left:-999%; }
/* Effet lorsque une note est cochee */ 
div.notes-echelle div.note-checked        {font-weight:bold;}
/* Effet lorsque une note est tabuee au clavier */ 
div.notes-echelle.js div.note-focus       {outline:1px dotted #000; }

.conteneur-arrondi{
    padding:0;
  margin:1px;
  *float:right;
  *margin-bottom:20px;
}

.un{
    margin:0 4px;
    height:1px;
    background-color:#b1a089;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #b1a089;
    border-top:0;
    border-bottom:0;
    *margin-top:-2px;
}

.deux {
    margin:0 3px;
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #b1a089;
    border-top:0;
    border-bottom:0;
    *margin-top:-2px;
    background-color:#eee8e1;
}

.trois{
      margin:0 2px;
    height:2px;
    *overflow:hidden;/*necssaire pour IE */
    border:1px solid #b1a089;
    border-top:0;
    border-bottom:0;
    *margin-top:-1px;
    background-color:#eee8e1;
    
}

.quatre {
    margin:0 1px;
    height:2px;*overflow:hidden;/*necssaire pour IE */
    border:1px solid #b1a089;
    border-top:0;
    border-bottom:0;
    *margin-top:-1px;
    background-color:#eee8e1;
}
    
.centrearrondi {
  text-align:center;
    border:1px solid #b1a089;
    border-top:0;
    border-bottom:0;
    margin:0 1px;
    height:auto!important;
    height:auto;
    background-color:#eee8e1;
}