Horaires dans le monde

                

Convention

Toutes les quotations du Coran et les Haadith en français ne sont pas les paroles d'Allah ou du Prophète mais le sens de la traduction de l'arabe.

 


Accueil

Rechercher dans

Powered by Path2Islam.com

Plus de videos

 

Articles et Fatwas New
ebooks

 

   Conversion de dates(Islamiques) et A. D.  Grégorienes


 

Le Roquia Sharri (textes Audio et Videos) New


Liens Rapides


  Le Créateur


  Le croyant


  Le paradis


 Les grands péchés


 Le jour du jugement


 Le Jihad


 Hisn el Mouslim


  Cheikh al-Islam Ibn Taymiyah

lettres et fatawas

 

Pour les non musulman

Le guide illustré pour comprendre l'Islam

L'Islam et la Science


 

Lire le Saint Coran


Juz Amma pour débutant

(audio et phonétique)


Votre Religion.


Les cinq piliers de l'Islam


Les six piliers de la foi


Les prophètes d'Allah


Livres de Ahmed Deedat


Articles divers


  Sciences du Coran


  Sciences du Hadith

Web Design/head><style type="text/css"> #dropmenudiv{ border-left:2px solid white; border-right:2px solid white; border-top:2px solid white; border-bottom:2px solid white ; position:absolute; line-height:16px; z-index:100; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial } #dropmenudiv a{ width: 135%; display: block; text-indent: 2px; border-bottom: 1px solid white ; padding: 1px 0; font-size:13px; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: 000066; } </style> <strong> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<div align="center" class=tabb><a target="_top" class=tabb href="http://www.nouralislam.org/bkhrshh/folderbhkri/bhkindex.html">Sahih Bokhari</a>' menu1[1]='<div align="center" class=tabb><a target="_top" class=tabb href="http://www.nouralislam.org/mouslim/mouslimdex/mouslimindex.html">Sahih Mouslim</a>' menu1[2]='<div align="center" class=tabb><a target="_top" class=tabb href="http://www.nouralislam.org/almouwatta/foldermouwatta/mouwattaindex.html">Imam Malek Al Mouwatta</a>' menu1[3]='<div align="center" class=tabb><a target="_top" class=tabb href="http://www.nouralislam.org/ryadsalehine/ryadhder/salehineindex.html">Ryadh Salehine</a>' menu1[4]='<div align="center" class=tabb><a target="maincontentfr" class=tabb href="http://www.nouralislam.org/nouveauxarticles/sahifa.htm">Sahifa Sahih Hamam Ibn Munabih</a>' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a hre="http://cnn.com">CNN</a>' menu2[1]='<a hre="http://msnbc.com">MSNBC</a>' menu2[2]='<a hre="http://news.bbc.co.uk">BBC News</a>' var menuwidth="90px" //menu width var menubgcolor='666666' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth="90px"){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> </strong> <body style="background-color: #339933"> </body> <strong> </html> </strong> </SPAN></FONT> </font> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <span style="font-family: arial,sans-serif"> <P align=left><FONT face=Arial size=2> <strong>  </strong> <a   </strong> <a target="maincontentfr" href="somali/tafsir/tafatiha.htm"><FONT color=#ffffff>Tafsir Ibn Kathir</FONT></a></FONT></P> </SPAN></FONT> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <span style="font-family: arial,sans-serif"> <P align=left><FONT face=Arial size=2 color="#ffffff"> <a target="maincontentfr" href="somali/linkarticles/hadithfr/gibril.htm"> <strong><em>Votre Religion</em>.N></FONT> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <span style="font-family: arial,sans-serif"> <P align=left> <strong>  </strong>   </strong> <b> <a title="Les cinqs pilliers de l'Islam" style="TEXT-DECORATION: none; " target="maincontentfr" href="somali/lespiliersisla/la_profession_de_foi.htm" class="style10"><FONT face=Arial color=#ffffff size=2> Les cinq piliers de l'Islam </FONT></a></P> </b> </SPAN></FONT> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <span style="font-family: arial,sans-serif"> <P align=left> <strong>  </strong> <b> <a title="Les six pilliers de la foi" style="TEXT-DECORATION: none; " target="maincontentfr" href="somali/lespiliersfoi/foi1.htm" class="style10"><FONT face=Arial color=#ffffff size=2> Les six piliers de la foi </FONT></a></P> </b> </SPAN></FONT> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <span style="font-family: arial,sans-serif"> <P align=left> <strong>  </strong> <b> <a title="Les prophètes d'Allah" style="TEXT-DECORATION: none; " target="maincontentfr" href="somali/lespiliersisla/lesprophetes.htm" class="style10"><FONT face=Arial color=#ffffff size=2> Les prophètes d'Allah </FONT></a></P> </b> </SPAN></FONT> <hr style="width:100%" class="style3"> <font size="2" color="#FFFFFF" face="Arial"> <p align="left" class="style4"> <a target="maincontentfr" href="somali/deedat/deedlink.htm"><strong class="style10">Livres de Ahmed </strong><strong class="style10">Deedat</strong></a></p> </FONT> <p align="center">  </p> <hr style="width:100%" class="style3"> <p class="style5"> <font size="1"> <strong> <img border="0" src="b03.gif" width="12" height="12"> </strong> </font><font size="2"> <a target="maincontentfr" href="font/arabic_font.htm">Aide avec les lettres arabes<tr></BODY></a></font></p> <p> <strong class="style10"> </FORM> </strong> </p> <hr style="width:100%" class="style3"> <p> <font size="1"> <img border="0" src="b03.gif" width="12" height="12"> </font><a target="maincontentfr" href="convfr.htm"> <FONT class="style9"><span class="style6"><strong class="style10">Conversion de Hijri A.H.</strong></span></FONT><FONT color=#336699 class="style9"><span class="style6"><strong class="style10"> (</strong></span></FONT><FONT class="style8">Islamique) et A. D. dates Grégorienes </FONT></a></p> <hr style="width:100%" class="style3"> <p> <font size="1" color="#FFFFFF"> <span style="font-family: arial,sans-serif"> <a target="mainpage" style="...]; cursor: url("macosx arrow short.ani"); color: black; text-decoration: none" href="font/arabic_font.htm"> <strong class="style10"> <img border="0" src="b03.gif" width="12" height="12"></strong></a><strong class="style10"> </strong> </SPAN> </font><font size="2"><strong>  </strong> <a target="maincontentfr" href="calendarfr.htm"><strong> </strong>Le Calendrier Islamique </a></font></p> <hr style="width:100%" class="style3"> <div align="left"> <table border="2" cellspacing="1" style="border-collapse: collapse" bordercolor="#FFFFFF" id="AutoNumber1" bgcolor="#00CC66" width="124" height="0"> <tr> <td height="27" width="116" align="left"> <p align="left"> <font face="arial" size=2pt color=#ffffff> <b> Liens Rapides</b></font></p> </td> </tr> </table> </div> <hr style="width:100%" class="style3"> <p style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <a target="maincontentfr" href="liensrapides/createurfr.html"> <font size="2">  Le Créateur </font> </a> </p> <hr style="width:100%" class="style3"> <p style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <a target="maincontentfr" href="liensrapides/croyantfr.html"> <font size="2">  Le croyant </font> </a> </p> <hr style="width:100%" class="style3"> <p style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <a target="maincontentfr" href="liensrapides/paradisfr.html"> <font size="2">  Le paradis </font> </a> </p> <hr style="width:100%" class="style3"> <p style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <font size="2"> </font><a target="maincontentfr" href="liensrapides/lesgrandspch.htm"><font size="2">Les grands péchés </font> </a> </p> <hr style="width:100%" class="style3"> <p style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <a target="maincontentfr" href="liensrapides/jugement.htm"> <font size="2"> Le jour du jugement </font> </a> </p> <hr style="width:100%" class="style3"> <p dir="ltr" style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <font size="2"> <a target="maincontentfr" href="hisn.htm"> </a><a target="maincontentfr" href="minahj/jihad.htm">Le Jihad</a></font></p> <hr style="width:100%" class="style3"> <p dir="ltr" style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <font size="2"> <a target="maincontentfr" href="http://www.nouralislam.org/hisn.htm">Hisn el Mouslim</a></font></p> <hr style="width:100%" class="style3"> <p dir="ltr" style="line-height: 200%; word-spacing: 1; margin-top: 1; margin-bottom: 1" align="left"> <font size="2"> <a target="maincontentfr" href="http://www.nouralislam.org/roquia/roquia3.htm">Le Roquia Sharri (textes Audio et Videos)</a> </font></p> <hr style="width:100%" class="style3"> <table width=125 style="font-family: arial, sans-serif; font-size: 8pt; border-collapse:collapse" height="43" bordercolor="#FFFFFF" cellpadding="2"> <caption> <p dir="ltr" style="margin-top: 0; margin-bottom: 0; margin-left:2px" align="left"> <b> <font size="2" color="#FFFFFF">  </font></b></p> <hr align="left"> <p dir="ltr" style="margin-top: 0; margin-bottom: 0; margin-left:2px" align="left"> <b> <font size="2" color="#FFFFFF"> <img border="0" src="b03.gif" width="12" height="12"></font><font face="Arial" size="2"> </font></b><font face="Arial" size="2"> <span lang="fr"> <a target="_top" href="http://www.nouralislam.org/ibntamya/ibntamyaindex/indexibntmya.htm">Cheikh al-Islam Ibn Taymiyah</a></span></font></p> <p dir="ltr" style="margin-top: 0; margin-bottom: 0" align="left"> <font face="Arial" color="#ffffff" size="2"> lettres et fatawas</font></p> <hr align="left"> <table width=107 style="font-family: arial, sans-serif; font-size: 8pt; border-collapse:collapse" height="31" bordercolor="#FFFFFF" cellpadding="2"> <tr> <td height="31" width="95" bgcolor="#00CC99" bordercolorlight="#FFFFFF" style="border: 2px solid #FFFFFF; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1"> <p align="left"> <font face="arial" size=2pt color=#ffffff> <b> Rubriques: </b> </font> </td> </tr> </table> <p align="left"> </p> <hr align="left"> <font size="2"><b> <title>Web Design


     Aqeeda

  


          Fiqh 


       Minhaj


        Famille


       Dawah


     Femmes


 

Le Prophete Mohammed    


    Les Quatres     Califes


   

Fatawas


 

    Les droits


 

Comment faire la prière.



Makka Makka  Horaires dans le monde
Makka :: Saudi Arabia
AbuDhabi :: United Arab Emirates
GMT :: GMT-
Barcelona :: Spain
Kuala Lumpor :: Malaysia
WashingtonDC :: USA
Tokyo :: Japan
Mexico :: Mexico
Manilla :: Philipines
Karachi :: Pakistan
Johanesburg :: South Africa
Beijing :: China