<style type="text/css">


.fdummy {font-family: arial}



input,select,textarea{
        border: 1px solid #ccc;
        border-color: #aaa #ccc #ccc #aaa;
        background: #f3f3f3;
        color: #555;
        font-size: 100%;
        padding: 2px 3px;
        vertical-align: middle;

}
input.check{
  border:0;
  padding:0;
  background: transparent;
}
select{
        padding: 2px 0 2px 3px;
}
input:focus{
        border: 1px solid #999;
        background: #FBF9D3;
        color: #000;
        border-color: #777 #bbb #bbb #777;
}
textarea:focus{
        border: 1px solid #999;
        background: #FBF9D3;
        color: #000;
        border-color: #777 #bbb #bbb #777;
}



a:link { font-family: sans-serif,arial,tahoma;
         font-size: 8pt;
	 font-weight: normal;
         color: #062779;
	 text-decoration:none;
       }
a:active { font-family: sans-serif,arial,tahoma;
         font-size: 8pt;
         font-weight: normal;
         color: #062779;
       }
a:visited { font-family: sans-serif,arial,tahoma;
         font-size: 8pt;
         font-weight: normal;
         color: #062779;
         text-decoration:none;
       }
a:hover { font-family: sans-serif,arial,tahoma;
         font-size: 8pt;
         font-weight: normal;
         color: #000;
         text-decoration:underline;
       }


#edit_user { border-top:1px solid #000;
             border-left:1px solid #000;
             border-right:1px solid #C0C0C0;
	     border-bottom:1px solid #C0C0C0;
             background-color:#EBE9D4;
             padding:5px;
           }
#edit_user td { border-bottom:0px dotted gray;
                font-weight: bold;
                vertical-align:top;}

.fiche { border-top:1px solid #000;
             border-left:1px solid #000;
             border-right:1px solid #C0C0C0;
             border-bottom:1px solid #C0C0C0;
             background-color:#fff;
             padding:5px;
             font-weight: normal;
           }
.fiche td { border-bottom:0px dotted gray;
                font-weight: bold;
                vertical-align:top;
								font-family:arial,tahoma,sans-serif;
								font-size:9pt;
 		font-weight:normal;
		padding:2px;
								}
</style>
