/*content_picture*/
#content .picture{width: 200px;height: 200px;display: block;border: 1px solid #ccc;margin:50px auto;position: relative;}
#content .picture .thumb{width: 200px;height: 200px;overflow: hidden;}
#content .picture #profileFile{text-indent: -9999px;display: block;background: url(../images/profile_picture.png);width: 74px;height: 24px;overflow: hidden;position: absolute;top:176px;cursor: pointer;}

#content .profile a{width: 350px;height: 200px;display: block;border: 1px solid #ccc;float:left;margin:15px;}
#content .password a{width: 350px;height: 200px;display: block;border: 1px solid #ccc;float:left;margin:15px;}
#content .myBlackbox a{width: 350px;height: 200px;display: block;border: 1px solid #ccc;float:left;margin:15px;}
#content .myConsultation a{width: 350px;height: 200px;display: block;border: 1px solid #ccc;float:left;margin:15px;}

#content .profile img{width: 138px;height: 97px;display: block;margin:50px auto;}
#content .password img{width: 214px;height: 98px;display: block;margin:50px auto;}
#content .myBlackbox img{width: 170px;height: 97px;display: block;margin:50px auto;}
#content .myConsultation img{width: 203px;height: 98px;display: block;margin:50px auto;}

#content .profile a:hover{width: 350px;height: 200px;display: block;border: 1px solid #336699;float:left;margin:15px;}
#content .password a:hover{width: 350px;height: 200px;display: block;border: 1px solid #336699;float:left;margin:15px;}
#content .myBlackbox a:hover{width: 350px;height: 200px;display: block;border: 1px solid #336699;float:left;margin:15px;}
#content .myConsultation a:hover{width: 350px;height: 200px;display: block;border: 1px solid #336699;float:left;margin:15px;}
