

<HTML>
 <HEAD>
 <title>Le Conseil des notaires et clercs de notaires</title>
 <meta id="mtaKeyWords" content="Content Management System , CMS , Web , Site , Web Site , WebSite , Software , Design , Web Design , .NET
کانون سردفتران, سردفتر," name="keywords"></meta>
 <meta id="mtaDescription" content="parsdesign , Web Site Production Software , Content Management System , CMS" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/notary/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/notary/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/notary/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/11592/portal.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_5w2cq1vnua0m00ms3pdpt255_/documents/document/0/11592/portal.aspx_634039822206423750" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields --><style type="text/css">
<!--
body,td,th {
 font-family: Tahoma, Verdana, Arial;
 font-size: 11px;
 color: #333333;
}
body {
 background-color: #FFFFFF;
 margin-left: 5px;
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
.style2 {
 font-size: 16px;
 font-weight: bold;
}
.style3 {font-size: 13px}
-->
</style>
<table height="100%" cellspacing="0" cellpadding="2" width="100%" align="center" border="0">
  <tbody>
    <tr>
      <td valign="top" align="center" height="100">
      <table cellspacing="0" cellpadding="2" width="100%" border="0">
        <tbody>
          <tr>
            <td style="BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid" valign="top" align="center" bgcolor="#082ca7">
            <table cellspacing="0" cellpadding="2" width="100%" border="0">
              <tbody>
                <tr>
                  <td valign="top" align="center" width="132" rowspan="2"><img height="118" alt="" width="132" src="/themes/mainskins/notary/images/01.jpg" /></td>
                  <td valign="top" align="right"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                   <tr>
                    <td align="left" valign="top"><img src="/themes/mainskins/notary/images/11.jpg" alt="" width="127" height="87" border="0" /></td>
                    <td align="right" valign="top"><img src="/themes/mainskins/notary/images/02.jpg" alt="" width="400" height="87" border="0" /></td>
                   </tr>
                  </table></td>
               </tr>
                <tr>
                  <td>
                  <table cellspacing="0" cellpadding="3" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td id="Theme_tdMarquee" class="style1" valign="middle" align="center" width="100%" background="/themes/mainskins/notary/images/04bk.jpg" height="25"><marquee direction="right" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' >WELCOME</marquee></td>

                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td valign="top" align="center">
      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td style="BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" valign="top" align="center" height="100%">
            <table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
              <tbody>
                <tr>
                  <td valign="top" align="left" width="160" height="100%"><table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
                   <tbody>
                    <tr>
                     <td style="BORDER-RIGHT: #333333 1px solid; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-REPEAT: repeat-x" valign="top" align="center" background="/themes/mainskins/notary/images/07bk.jpg" bgcolor="#e0e7fe"><table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
                       <tbody>
                        <tr>
                         <td id="Theme_tdMenu" width="160" height="75" align="left" valign="top" background="/themes/mainskins/notary/images/06bk.jpg" class="style3" style="BACKGROUND-REPEAT: repeat-x"><script>var arrMenuText = new Array("&nbsp;&nbsp;Page d'acceuil&nbsp;","&nbsp;&nbsp;Présentation &nbsp;","&nbsp;&nbsp;Actualité &nbsp;");var arrMenuLink = new Array("/documents/document/0/11592/portal.aspx","/documents/document/0/11591/portal.aspx","/documents/document/0/11593/portal.aspx");
var dir="ltr";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

                        </tr>
                        <tr>
                         <td valign="top" align="left" background="/themes/mainskins/notary/images/05sep.jpg" height="2"></td>
                        </tr>
                        <tr>
                         <td id="tdLogin" style="BACKGROUND-REPEAT: repeat-x" valign="top" align="left" background="/themes/mainskins/notary/images/06bk.jpg" height="50" >&nbsp;</td>
                        </tr>
                        <tr>
                         <td valign="top" align="left" background="/themes/mainskins/notary/images/05sep.jpg" height="2"></td>
                        </tr>
                        <tr>
                         <td style="BACKGROUND-REPEAT: repeat-x" valign="top" align="left" background="/themes/mainskins/notary/images/06bk.jpg" height="100%"><table cellspacing="0" cellpadding="5" width="100%" align="center" border="0">
                           <tbody>
                            <tr>
                             <td valign="middle" align="center">&nbsp;</td>
                            </tr>
                            <tr>
                             <td id="Theme_tdOutput" valign="middle" align="center">

<br>
<a href="void(0);" onclick="javascript:ShowPrintPreview();return false;"><img src="/panel/images/print.gif" border="0"></a>
<br>
<br>
<input type="image" name="Theme:_ctl5:ibuXmlPreview" id="Theme__ctl5_ibuXmlPreview" OnClick="javascript:GetContentSite();" src="/panel/images/xml.gif" alt="" border="0" />
<br>





</td>

                            </tr>
                            <tr>
                             <td valign="middle" align="center">&nbsp;</td>
                            </tr>
                           </tbody>
                         </table></td>
                        </tr>
                       </tbody>
                     </table></td>
                    </tr>
                   </tbody>
                  </table></td>
                 <td valign="top" align="center" width="100%" height="100%"><table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
                   <tbody>
                    <tr>
                     <td style="BORDER-RIGHT: #333333 1px solid; BACKGROUND-POSITION: 50% top; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-REPEAT: repeat-x" valign="top" align="center" background="/themes/mainskins/notary/images/08bk.jpg" bgcolor="#ffffff" height="100%"><table height="100%" cellspacing="0" cellpadding="2" width="100%" align="center" border="0">
                      <tbody>
                       <tr id="Theme_tblother">
 <td valign="top" align="center" width="50%" height="120"><table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
                          <tbody>
                           <tr>
                            <td style="BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid" valign="top" align="left" bgcolor="#082ca7" height="20">&nbsp;</td>
                           </tr>
                           <tr>
                            <td style="BORDER-RIGHT: #333333 1px solid; BACKGROUND-POSITION: 50% top; BORDER-TOP: #e9e1cc 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-REPEAT: repeat-x" valign="top" align="left" background="/themes/mainskins/notary/images/08bk.jpg" bgcolor="#ffffff" height="100%">&nbsp;</td>
                           </tr>
                          </tbody>
                        </table></td>
 <td valign="top" align="center" width="50%" height="120"><table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
                          <tbody>
                           <tr>
                            <td style="BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid" valign="top" align="left" bgcolor="#082ca7" height="20">&nbsp;</td>
                           </tr>
                           <tr>
                            <td style="BORDER-RIGHT: #333333 1px solid; BACKGROUND-POSITION: 50% top; BORDER-TOP: #e9e1cc 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-REPEAT: repeat-x" valign="top" align="left" background="/themes/mainskins/notary/images/08bk.jpg" bgcolor="#ffffff" height="100%">&nbsp;</td>
                           </tr>
                          </tbody>
                        </table></td>
</tr>

                       <tr>
                        <td id="Theme_tdMain" valign="top" align="left" colspan="2" height="100%">Page d'acceuil 

<table id="Theme__ctl3_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11592.">
 <tr>
 <TD colspan="2" valign="top">
  <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 36pt; LINE-HEIGHT: 200%; TEXT-ALIGN: left" align="left"><strong><span lang="FR" style="FONT-SIZE: 16pt; LINE-HEIGHT: 200%"><font face="Times New Roman"><font size="2">L'Organisation du pouvoir judiciaire iranien :<o:p></o:p></font></font></span></strong></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 36pt; LINE-HEIGHT: 200%; TEXT-ALIGN: left" align="left"><span lang="FR" style="FONT-SIZE: 16pt; LINE-HEIGHT: 200%"><font face="Times New Roman"><font size="2">En Iran, avant la r&eacute;volution islamique, les plus hautes autorit&eacute;s du pouvoir judiciaire &eacute;taient le Ministre de la Justice, le Pr&eacute;sident de la Cour supr&ecirc;me et le Procureur g&eacute;n&eacute;ral. Apr&egrave;s la r&eacute;volution de 1979, d'importants changements ont &eacute;t&eacute; apport&eacute;s &agrave; l'organisation du pouvoir judicaire avec la cr&eacute;ation du haut Conseil judiciaire. Apr&egrave;s la dissolution de cette institution et la r&eacute;forme de 1989, l'ensemble des responsabilit&eacute;s et des pr&eacute;rogatives du Ministre de la Justice a &eacute;t&eacute; confi&eacute; au Chef du Pouvoir, qui est nomm&eacute; pour 8 ans, parmi les oul&eacute;mas par le Guide supr&ecirc;me de la r&eacute;volution. Le chef du pouvoir judiciaire peut nommer ou limoger et muter les magistrats. Il est suppl&eacute;e par plusieurs adjoints, charg&eacute;s de diff&eacute;rents d&eacute;partements comme la m&eacute;decine l&eacute;gale, l'administration p&eacute;nitentiaire, les affaires judiciaires et l'organisation nationale pour l'enregistrement des actes notari&eacute;s. <o:p></o:p></font></font></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 36pt; LINE-HEIGHT: 200%; TEXT-ALIGN: left" align="left"><span lang="FR" style="FONT-SIZE: 16pt; LINE-HEIGHT: 200%"><font face="Times New Roman"><font size="2">L'Ayatollah Mahmoud Hash&eacute;mi Shahroudi est, actuellement, Chef du pouvoir judiciaire. <o:p></o:p></font></font></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 36pt; LINE-HEIGHT: 200%; TEXT-ALIGN: left" align="left"><span lang="FR" style="FONT-SIZE: 16pt; LINE-HEIGHT: 200%"><font face="Times New Roman"><font size="2">Quant &agrave; l'organisation nationale pour l'enregistrement des actes notari&eacute;s, elle a pour mission, comme son nom l'indique, d'enregistrer les actes notari&eacute;s, de g&eacute;rer les cadastres, de superviser l'activit&eacute; des &eacute;tudes notariales, d'organiser le concours de s&eacute;lection attribuant le certificat d'aptitude &agrave; la profession des notaires, de mettre en place des conseils de discipline des notaires et des clercs de notaires et d'appliquer leurs sanctions &agrave; l'encontre des notaires. Ces sanctions peuvent aller du simple avertissement &agrave; la fermeture provisoire ou d&eacute;finitive d'une &eacute;tude en passant par des amendes &agrave; l'encontre des notaires. Cette organisation g&egrave;re, &eacute;galement, les &eacute;tudes sp&eacute;cialis&eacute;es, charg&eacute;es d'enregistrer les mariages et les divorces. L'organisation se divise en deux d&eacute;partements principaux, celui de la gestion des actes authentiques et des &eacute;tudes notariales et celui, charg&eacute; des affaires immobili&egrave;res. L'inspection et le contr&ocirc;le des &eacute;tudes notariales sont &agrave; la charge du d&eacute;partement de la gestion des actes authentiques et des &eacute;tudes notariales. Les notaires doivent &ecirc;tre titulaire d'une licence en droit ou d'un dipl&ocirc;me &eacute;quivalent d'une &eacute;cole th&eacute;ologique. Ils doivent passer avec succ&egrave;s le concours et une p&eacute;riode de stage. <o:p></o:p></font></font></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 36pt; LINE-HEIGHT: 200%; TEXT-ALIGN: left" align="left"><span lang="FR" style="FONT-SIZE: 16pt; LINE-HEIGHT: 200%"><font face="Times New Roman"><font size="2">Actuellement, M. <span style="mso-spacerun: yes">&nbsp;</span>Hossein Ali Amiri, magistrat de profession pr&eacute;side l'organisation nationale pour l'enregistrement des actes notari&eacute;s et s M. Seyyed Ali R&eacute;za<span style="mso-spacerun: yes">&nbsp; </span>Mirsharifi, magistrat est son adjoint en charge du notariat <span style="mso-spacerun: yes">&nbsp;</span>. <o:p></o:p></font></font></span></p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

                       </tr>
                      </tbody>
                     </table></td>
                    </tr>
                   </tbody>
                  </table></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td valign="top" align="center" height="35">
      <table height="100%" cellspacing="0" cellpadding="2" width="100%" border="0">
        <tbody>
          <tr>
            <td id="Theme_tdFooter" class="style1" valign="middle" align="center" bgcolor="#082ca7" height="40"><P>Le pouvoir judiciaire, Le Conseil des notaires et clercs de notaires</P>
</td>

          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  </form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
