<SCRIPT language=javascript> 	navvers = navigator.appVersion.substring(0,1) ; 	if (navvers > 3) navok = true ; else navok = false ;     </SCRIPT>  <SCRIPT language=javascript> 	var random_number = "ord=" + (Math.round(Math.random() * 10000000000)) + "?" ;     </SCRIPT>   <HTML><HEAD><TITLE>CCIQ-Documents sur l'Islam</TITLE>    <style type="text/css"><!--       td { font:normal 8.5pt Verdana }       .bouton { text-align:right;background:#E4F1F8 url('/cciqnew/images/bouton.jpg');  }       A { font:normal 8.5pt Verdana;text-decoration:none;          color:#005984}       A:hover { color:#005984 }       .lien { font:normal 8.5pt Verdana;color:#005984 }       .nolien { font:normal 8.5pt Verdana;color:#005984}    --></style>   <style fprolloverstyle>A:hover {color: #800000; font-family: Verdana; font-size: 8.5pt; text-decoration: underline} </style> </HEAD><BODY bgcolor=#FFFFFF link="#E4F1F8" vlink="#E4F1F8" alink="#E4F1F8"> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber1" height="102">   <tr>     <td width="110" align="left" valign="top" bgcolor="#429CCC" rowspan="2" height="82">     <p align="center">     <a href="/cciqnew/Default.asp">     <img border="0" src="/cciqnew/images/cciq-logo5.jpg"></a><br> </td>     <td height="76" bordercolor="#5EAEFF" bgcolor="#429CCC" align="center">     <p style="margin-top: 4; margin-bottom:3">    </td>   </tr>   <tr>     <td valign="top" bordercolor="#5EAEFF" bgcolor="#429CCC" height="6">     <div align="right">       <table border="3" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="100%" id="AutoNumber5">         <tr>         <td width="50%">     &nbsp;</tr>         <td width="50%">     <p align="right">     <font face="Times New Roman" color= "#ABD3E9" style="font-size: 8.5pt"> <script language="javascript"> var g, thistory, sDay, sMonth, sWeek, bora, month, day, year, ayear, cyear; var aDay, aMonth, theYear, HDAY, HMONTH; var myDay = new Array(7);  myDay[0] = "Dimanche"; myDay[1] = "Lundi"; myDay[2] = "Mardi"; myDay[3] = "Mercredi"; myDay[4] = "Jeudi"; myDay[5] = "Vendredi"; myDay[6] = "Samedi";  var myiDay = new Array(7);  myiDay[0] = ""; myiDay[1] = ""; myiDay[2] = ""; myiDay[3] = ""; myiDay[4] = ""; myiDay[5] = "Joumouah"; myiDay[6] = "";   var sDate = new Date(); var sString; var sYear; g = 0; thistory=1; bora = "AD"; sString = sDate.toString(); sYear = parseInt(sString.substring(sString.length-4,sString.length)); sDay = sDate.getDate(); sMonth = sDate.getMonth() + 1; sWeek = sDate.getDay();  function check() { 	day=sDay; 	month=sMonth; 	year=sYear; 	var dday=g+day*1 	ayear=year; 	if (bora=="BC") {ayear=-year+1} 	convert ()       }  function convert () { 	var NOTE='' 	var hijri=0; 	var georgean=1; 	if (georgean>0) 	{ 		georgean=0; 		var cdays=day*1;     		cdays += (month>11) ?30 : 0;    		cdays += (month>10) ?31 : 0; 		cdays += (month>9) ? 30 : 0;  		cdays += (month>8) ? 31 : 0;  		cdays += (month>7) ? 31 : 0;  		cdays += (month>6) ? 30 : 0;   		cdays += (month>5) ? 31 : 0;   		cdays += (month>4) ? 30 : 0;   		cdays += (month>3) ? 31 : 0;  		cdays += (month>2) ? 28 : 0;  		cdays += (month>1) ? 31 : 0;  		leap=0;cdays +=0; 		if (ayear/4 == Math.floor(ayear/4)) {leap=1;}  		if (ayear/100 == Math.floor(ayear/100)) {if (ayear/400 != Math.floor(ayear/400)) {leap=0;}} 		if (leap==1) {if (month>2) {cdays +=1;}} 		if (day>28+leap) {if (month==2)  {kill ()}} 		myear = ayear*1+cdays/(365+leap); 		process1 (); 	}     	result(); }  function process1() { 	cyear=(myear-621.578082192)/0.97022298; 	cyear += Math.floor(Math.abs(cyear)/3000)*30/10631 	cday= cyear-Math.floor(cyear); 	cyear -= cday; 	if ((cday*10631/30)-Math.floor(cday*10631/30)<.5){cday= Math.floor(cday*10631/30) +1} else {cday= Math.floor(cday*10631/30) +2}; 	test2(cday) 	mday=HDAY;cmonth=HMONTH; 	if (cmonth==13){cmonth=1;cyear +=1}; 	var Precise=Pcision(JulianDay(ayear*1,month*1,day*1,19,30,0)); 	if (mday !=Precise) {if (mday==1 && Precise>28) {cmonth -=1;if (cmonth==0) {cmonth=12;cyear -=1}} else {if (mday>28 && Precise<3) {cmonth +=1;if (cmonth==13) {cmonth=1;cyear +=1}}}}  	mday=Precise 	if (cyear<1) {cyear -=1} }  function test2 (HdayN) { var     Monthf=29.53058796; var     Gyear=cyear*0.970224044+621.574981435; var     GyearDf= Gyear-Math.floor(Gyear);         Gyear -= GyearDf; var     l=0;             if (Gyear/4 == Math.floor(Gyear/4)) {l=1;} ;         if (Gyear/100 == Math.floor(Gyear/100)) {if (Gyear/400 != Math.floor(Gyear/400)) {l=0;}};         Gday =Math.floor((365+l)*GyearDf)+1;         Gyear +=Gday/(365+l);         var Hyear=(Gyear-621.574981435)/0.970224044; var     Hdayf=Hyear-Math.floor(Hyear),Hday=Hdayf*10631/30+1;         Hmonth=1;HdayF=1         while (HdayF<HdayN) {         Hday +=1;HdayF +=1         if (Hday>= Monthf) {Hday=Hday-Monthf;Hmonth +=1};         }         HDAY=Math.floor(Hday)+1;HMONTH=Hmonth; }   function Pcision(F) { 	var Status='ok'; 	var Dn=0; 	var jDn=F; 	if (Moon(jDn-1)<=0) {jDn -=1;Dn +=1} 	while (Status=='ok') 	{ 		var Fn=Moon(jDn);var Fn2=Moon(jDn-1); 		if (((Fn/Math.abs(Fn))*(Fn2/Math.abs(Fn2)))==1) 		{ 			Dn +=1;jDn -=1; 		} 		else  		{ 			if (Math.abs(Fn*Fn2)<.2) 			{ 				Status='End'; 			} 			else 			{ 				Dn +=1;jDn -=1; 			} 		} 	} 	return Dn; }  function Moon(jd)     {   var T_ = (jd-EPOCH*1)/ 36525.0;  var mE=297.8502042                      + 445267.1115168*T_                      - 0.0016300*(T_*T_)                      + (T_*T_*T_)/545868.0                      - (T_*T_*T_*T_)/113065000 var mA=134.9634114                      + 477198.8676313*T_                      + 0.0089970*(T_*T_)                      + (T_*T_*T_)/69699.0                      - (T_*T_*T_*T_)/863310000.0  var SmA=357.5291092                  + (35999.0502909*T_)                  - (0.0001536 *T_*T_)                  + ((T_*T_*T_)/24490000) var D  = r(mE)*1; var S  = r(SmA)*1; var M = r(mA)*1; var phaseAngle=180-D-6.289*sin(M)+2.1*sin(S)-1.274*sin(r(2*D)-M)-0.658*sin(2*D); phaseAngle +=-0.214*sin(2*M);  phaseAngle +=-0.110*sin(1*D)   /** k  (46.1) **/ var iF=(1+cos(phaseAngle))/2*(phaseAngle/Math.abs(phaseAngle)) return iF  }  function rad(angle) {return r(angle)*Math.PI/180} function sin(angle) {return Math.sin(rad(angle))} function cos(angle) {return Math.cos(rad(angle))}  function r(Input) {if (Input >=0) {var Output=Input-Math.floor(Input/360)*360} else {var Output=Input-Math.ceil(Input/360)*360+360;} return Output}   function JulianDay (gYear,gMonth,gDay,gHour,gMinutes,gSeconds) { 	var calendar='GREGORIAN' 	EPOCH = 2451545.0; 	if (gMonth <= 2) { --gYear;gMonth += 12;} 	var A = Math.floor(gYear/100); 	var B=0; 	if (calendar == 'GREGORIAN') {B =Math.floor( 2 - A + (A / 4))} else {B = 0;} 	var dayFraction = (gHour + gMinutes/60.0 + gSeconds/3600.0) / 24.0; 	var dayAndTime  = gDay + dayFraction; 	jd_ =Math.floor(365.25 * (gYear + 4712))+Math.floor(30.6001 * (gMonth+1)) + dayAndTime + B -63.5; 	return jd_*1; }  function result() {         if (thistory==1) 		{ 			WeekDay (); 			if (cyear<0) {if (g==0) {bora="BH"} else {bora="BC"}} else {if (g==0) {bora="AH"} else {bora="AD"}} 			yfinale=day+"/"+month+"/"+year+" "; 			finale=mday+"/"+cmonth+"/"+Math.abs(cyear)+" "; 			theYear = Math.abs(cyear); 			thistory=0; 		} }  function WeekDay() {         if (g==1) {var Dyear=cyear;var Dmonth=cmonth;var Dday=mday} else {var Dyear=year*1;var Dmonth=month*1;var Dday=day*1}          if (bora=="BC" || Dyear<0 ) {Dyear=-Math.abs(Dyear)+1}         var DayCount=0; var L=0         while (Dyear<10000){         if (Dyear/4==Math.floor(Dyear/4)) {L=1} else {L=0};         if (Dyear/100==Math.floor(Dyear/100)) { if (Dyear/400 !=Math.floor(Dyear/400)) {L=0}};         if (Dmonth==14) {DayCount +=365+L} else {         while (Dmonth<13) {         if (Dmonth==1 || Dmonth==3 || Dmonth==5 || Dmonth==7 || Dmonth==8 || Dmonth==10 || Dmonth==12) {var limit=31} else {var limit=30};         if (Dmonth==2) {limit=28+L}         if (Dday==40) {DayCount +=limit} else {while (Dday<limit){         Dday +=1;DayCount +=1;}};         Dmonth +=1;Dday=40}};         Dyear +=1; Dmonth=14};                  var Dweek=DayCount%7;         if (Dweek==0) {DAY=" (Fri)"};          if (Dweek==6) {DAY=" (Sat)"};          if (Dweek==5) {DAY=" (Sun)"};          if (Dweek==4) {DAY=" (Mon)"};          if (Dweek==3) {DAY=" (Tue)"};          if (Dweek==2) {DAY=" (Wed)"};          if (Dweek==1) {DAY=" (Thu)"};  }  check(); //convert and modify the old vars to new vars as needed. var sDayInWord_C; var iMonthInNumber_C; var iDayInNumber_C; var iYearInNumber_C; var sDayInWord_H; var iMonthInNumber_H; var iDayInNumber_H; var iYearInNumber_H; var sMonthInWord_H var sMonthInWord_C  //initializations sSeperator = "&nbsp;" + " / " + "&nbsp;" //sSeperator = "<BR>" sHijriMarker = ""  iMonthInNumber_C = sMonth; iDayInNumber_C = sDay iYearInNumber_C = sYear iMonthInNumber_H = cmonth iDayInNumber_H = mday iYearInNumber_H = theYear   //do the conversion on the hijri month for the proper display if ( iMonthInNumber_H == 1 ) {    sMonthInWord_H = 'Mouharram' }  if ( iMonthInNumber_H == 2 ) {    sMonthInWord_H = 'Safar' } if ( iMonthInNumber_H == 3 ) {    sMonthInWord_H = 'Rabi` Al-Awwal' } if ( iMonthInNumber_H == 4 ) {    sMonthInWord_H = 'Rabi` Al-Thani' } if ( iMonthInNumber_H == 5 ) {    sMonthInWord_H = 'Joumada Al-Awwal' } if ( iMonthInNumber_H == 6 ) {    sMonthInWord_H = 'Joumada Al-Thani' } if ( iMonthInNumber_H == 7 ) {    sMonthInWord_H = 'Rajab' } if ( iMonthInNumber_H == 8 ) {    sMonthInWord_H = 'Sha`ban' } if ( iMonthInNumber_H == 9 ) {    sMonthInWord_H = 'Ramadan' } if ( iMonthInNumber_H == 10 ) {    sMonthInWord_H = 'Shawwal' } if ( iMonthInNumber_H == 11 ) {    sMonthInWord_H = 'Dhul-Qa`dah' } if ( iMonthInNumber_H == 12 ) {    sMonthInWord_H = 'Dhoul-Hijjah' }    //do the conversion on the C month for the proper display   if ( iMonthInNumber_C == 1 ) {    sMonthInWord_C = 'Janvier' }  if ( iMonthInNumber_C == 2 ) {    sMonthInWord_C = 'Fvrier' } if ( iMonthInNumber_C == 3 ) {    sMonthInWord_C = 'Mars' } if ( iMonthInNumber_C == 4 ) {    sMonthInWord_C = 'Avril' } if ( iMonthInNumber_C == 5 ) {    sMonthInWord_C = 'Mai' }  if ( iMonthInNumber_C == 6 ) {    sMonthInWord_C = 'Juin' } if ( iMonthInNumber_C == 7 ) {    sMonthInWord_C = 'Juillet' } if ( iMonthInNumber_C == 8 ) {    sMonthInWord_C = 'Aot' } if ( iMonthInNumber_C == 9 ) {    sMonthInWord_C = 'Septembre' } if ( iMonthInNumber_C == 10 ) {    sMonthInWord_C = 'Octobre' } if ( iMonthInNumber_C == 11 ) {    sMonthInWord_C = 'Novembre' } if ( iMonthInNumber_C == 12 ) {    sMonthInWord_C = 'Dcembre' }  //display the _C date document.write(myDay[sDate.getDay()] + ", " + iDayInNumber_C + " " + sMonthInWord_C + " " + iYearInNumber_C );  //apply the seperator document.write(sSeperator)  //display the _H date document.write( iDayInNumber_H + " " + sMonthInWord_H + " " + iYearInNumber_H + "   ");  //apply the HIJRI marker document.write(sHijriMarker)      </SCRIPT>                  </font>         </tr>       </table>     </div>     </td>   </tr>   <tr>     <td width="100%" colspan="2" height="20" valign="top">     <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#E4F1F8" width="100%" id="AutoNumber2" height="12" bgcolor="#FFFFFF">       <tr>         <td bgcolor="#FFFFFF">     <table border="3" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="100%" id="AutoNumber3" bgcolor="#429CCC">       <tr>         <td width="100%" bordercolor="#429CCC">         <p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#FFFFFF">         <a href="/cciqnew/Default.asp"><font color="#FFFFFF">Accueil</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font>          <a href="/cciqnew/centre/communiques-all.asp"><font color="#FFFFFF">Communiqus</font></a><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;     </font>      <a href="/cciqnew/centre/echo.asp"><font color="#FFFFFF">L'&Eacute;cho</font></a><font color="#FFFFFF">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;         <a href="/cciqnew/forum"><font color="#FFFFFF">Forum</font></a>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;     </font>      <a href="/cciqnew/liens.asp"><font color="#FFFFFF">Liens</font></a><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;         <a href="/cciqnew/gb/Default.asp"><font color="#FFFFFF">Livre d'or</font></a>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;     </font>      <a href="/cciqnew/contact.asp"><font color="#FFFFFF">Nous joindre</font></a></td>         <td width="180" bordercolor="#429CCC" bgcolor="#429CCC" align="right">         <form method="POST" action="/cciqnew/recherche/Default.asp" onSubmit="" name="recherche" style="text-align: right; line-height: 100%; margin: 0">   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber7">     <tr>       <td width="210" align="right">       <p style="margin-top: 0; margin-bottom: 0">          <input type="submit" value="Recherche" style="margin:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; word-spacing:0"><input name="mot" size="17" style="font-family: Verdana; font-size: 7pt; color: #000000; border: 1px solid #FEFED7; margin-top: 2; margin-bottom: 2; background-color: #FFFFFF">       </td>     </tr>   </table> </form> </td>       </tr>     </table>         </td>       </tr>     </table>     </td>   </tr> </table> </div> <center> <div align="left"> <TABLE width="100%" height="100%" cellspacing=0       cellpadding=0 border=0 bgcolor=#FFFFFF style="border-collapse: collapse" bordercolor="#429CCC">    <TR>    </td>    <td nowrap valign=top bgcolor="#FFFFFF" height="36" align="center" width="154">             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="95%" id="AutoNumber8">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;Le Centre&nbsp;&nbsp;&nbsp; </font>                   </b></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif"> <a href="/cciqnew/centre/mission.asp">Mission</a><br>                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/centre/adhesion.asp">Adhsion</a><br>                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Services</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Comits</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/centre/annour.asp">Mosque Annour</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/horaires/Default.asp">Horaires des prires</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/centre/info-utiles.asp">Informations utiles</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/jpo/Default.asp">Portes ouvertes</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/centre/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="95%" id="AutoNumber9">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p style="margin-top: 2; margin-bottom: 2"><b>                   <font face="Verdana" size="1.5" color="#FFFFCC">                   &nbsp;Nouveaux Musulmans</font></b></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Activits</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/nouveauxmusulmans/docs.asp">Documents</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">                 <a href="/cciqnew/nouveauxmusulmans/guide.asp">Guide pratique</a></font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/nouveauxmusulmans/faq.asp">F.A.Q</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/nouveauxmusulmans/temoignages.asp">Tmoignages</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/nouveauxmusulmans/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="95%" id="AutoNumber10">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p style="margin-top: 2; margin-bottom: 2"><b>                   <font face="Verdana" size="1.5" color="#FFFFCC">                   &nbsp;Espace Jeunes</font></b></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/jeunes/ecole-salam.asp">Ecole Salam</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/jeunes/ecole-coranique.asp">Ecole coranique</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Journal des                  jeunes</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/jeunes/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="95%" id="AutoNumber11">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p style="margin-top: 2; margin-bottom: 2"><b>                   <font face="Verdana" size="1.5" color="#FFFFCC">                   &nbsp;</font></b><font size="1" color="#FFFFCC"><b>Au Qubec</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/quebec/stats.asp">Statistiques</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Mosques</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/quebec/associations.asp">Associations</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/quebec/francophonie.asp">Francophonie</a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a href="/cciqnew/quebec/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="95%" id="AutoNumber12">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p style="margin-top: 2; margin-bottom: 2"><b>                   <font face="Verdana" size="1.5" color="#FFFFCC">                   &nbsp;</font></b><font size="1" color="#FFFFCC"><b>Partenaires</b></font></td>               </tr>               <tr>                 <td width="100%">                 <p align="center" style="margin-top: 1; margin-bottom: 1" dir="ltr">&nbsp;<a target="_blank" href="/cciqnew/scouts/Default.asp"><img border="0" src="/cciqnew/images/scouts-logo.jpg"></a><br>                   <a target="_blank" href="/cciqnew/scouts/Default.asp">Scouts musulmans QC</a></p>                 <p align="center" style="margin-top: 1; margin-bottom: 1" dir="ltr">&nbsp;</p>                 <p align="center" style="margin-top: 1; margin-bottom: 1" dir="ltr">&nbsp;</p>                 <p align="center" style="margin-top: 1; margin-bottom: 1" dir="ltr">                   <a target="_blank" href="http://aemul-quebec.iquebec.com">                   <img border="0" src="/cciqnew/images/aemul.gif" width="70" height="74"></a></p>                 <p align="center" style="margin-top: 1; margin-bottom: 8">                   <a target="_blank" href="http://aemul-quebec.iquebec.com">A.E.M.U.L.</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" id="AutoNumber13" width="95%">               <tr>                 <td width="100%" bgcolor="#429CCC">                   <p style="margin-top: 2; margin-bottom: 2"><b>                   <font face="Verdana" size="1.5" color="#FFFFCC">                   &nbsp;</font></b><font size="1" color="#FFFFCC"><b>Liste des                    nouvelles</b></font></td>               </tr>               <tr> <td bgcolor="#FFFFFF" width="100%" height="63"> <p style="margin-left: 4; margin-right: 4" align="center"><font size="1"> <a href="/cciqnew/mailinglist/Default.asp">Inscrivez-vous</a> pour recevoir la  lettre hebdomadaire du CCIQ</font></td>               </tr>             </table>               <center>               <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6">                 </tr>                 <tr>                <th width=140 nowrap valign=top bgcolor="#E4F1F8" >             </tr>                 <tr>                   <td width="140">                   <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>                   <div align="center">                     <center>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber19">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Votez                    pour nous!</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="center" style="margin-top: 5; margin-bottom: 5">                   <a href="http://www.top-islam.com/fr/topsites.cgi?ID=4"><IMG SRC="http://top-islam.com/fr/images/topislam.gif" border=0 width=92 height=54></IMG></a></td>               </tr>             </table>                     </center>                   </div>                   <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber18">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Mdiathque</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/mediatheque/multimedia.asp">                 <span style="color: #005984">Audio/Vido</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <font color="#999999">Galerie de photos</font></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/downloads/Default.asp">                 <span style="color: #005984">Tlchargements</span></a></p>                 </td>               </tr>             </table>                   <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber20">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Invocation                    du moment</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 <html> <head> <title>Verset du jour</title> </head> <body>   <center>             <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#B3807F" width="100%" id="AutoNumber4" bgcolor="#E3D8D5">     <tr>       <td width="100%">       <table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#BC9F96" width="100%" id="AutoNumber10" bgcolor="#E4F1F8">         <tr>           <td width="100%"><font face="Verdana" size="1" color="#A15F5F">O Allah, Vous qui pardonnez, pardonne-nous ! Nous sommes faibles et pcheurs. C'est Vous qui nous a cr, pardonne-nous !</font>  </td>         </tr>       </table>       </td>     </tr>     </table>   </center> </body> </html></p>                 </td>               </tr>             </table>                   </td>                 </tr>               </table>               </center>             <p align="center">&nbsp;</td>       <TD height="1" width="500" valign="top"> </div> <p style="margin-top: 10; margin-bottom: 5">&nbsp;</p>  &nbsp;<br> &nbsp;<div align="center">   <center>   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="423" id="AutoNumber4">     <tr>       <td width="100%">       <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#E5987E" width="132" id="AutoNumber5" bgcolor="#E5987E">         <tr>           <td width="130"><b><font face="Arial" size="2" color="#FFFFCC">           &nbsp;Documents de base</font></b></td>         </tr>       </table>       </td>     </tr>     <tr>       <td width="100%"> <img border="0" src="/cciqnew/images/space423-CC3300.jpg"></td>     </tr>   </table>   </center> </div> <div align="center">   <center>   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="423" id="AutoNumber2" height="72">     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       &nbsp;</td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       &nbsp;</td>     </tr>     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       <font face="Arial" style="font-size: 7pt">&nbsp; </font>       <font face="Wingdings" style="font-size: 7pt"></font></td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       <p style="margin-bottom: 10"><b>       <font face="Verdana" style="font-size: 9pt">       <a href="/cciqnew/nouveauxmusulmans/docs/piliers01.asp">Piliers de l'islam</a></font></b><br>       <font color="#696969" size="1"><font face="Verdana">L'Islam est trop souvent prsent comme une religion d'interdictions et de        contraintes.        Celles-ci existent et sont multiples, mais une comparaison avec les autres        monothismes montre qu'elles ne sont pas plus nombreuses.<br>       <br>       Seuls 3 % du Coran concernent des impratifs ou des sanctions. En fait, ce        sont les dimensions collectives et communautaires de la religion qui les        rend plus visibles, surtout dans les socits arabes o le contrle social        (le regard de tous sur chacun) et le sens de l'honneur sont insistants.</font></font><font face="Verdana" color="#000000"><span style="font-size: 9pt"><br>       </span></font><font color="#696969" size="1"><font face="Verdana">       <br>       Mais, bien entendu,  chaque fois qu'une rgle ou qu'une loi sont        nonces, il reste encore  les appliquer ; ce qui ouvre plus ou moins la        porte  l'interprtation et  la ngociation selon le moment, l'opinion        collective, les attitudes individuelles et prives.<br>       <br>       Appartenir  la communaut des musulmans, tel que cela se dgage du Coran,        c'est souscrire au respect de cinq principes essentiels (piliers ou arkn)        et y satisfaire en pratique. Certaines de ces obligations sont        priodiques, d'autres quotidiennes ou exceptionnelles...</font></font></td>     </tr>     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       <font face="Arial" style="font-size: 7pt">&nbsp; </font>       <font face="Wingdings" style="font-size: 7pt"></font></td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       <p style="margin-bottom: 10"><font face="Verdana" style="font-size: 9pt">       <a href="/cciqnew/nouveauxmusulmans/docs/priere.asp">La prire</a></font><br>       <font color="#696969" size="1"><font face="Verdana">La prire est un acte        d'adoration, de soumission, de recours  Allah dont on recherche la grce        et l'intimit. Dans son souci de crer l'atmosphre du rgne d'Allah sur        la terre, l'Islam a prescrit chaque jour cinq prires en commun  cinq        moments diffrents, offrant ainsi au fidle la possibilit d'tre toujours        et partout en prsence de son crateur :  l'aube, au moment o le soleil        quitte le znith et dcline, au milieu de laprs-midi, au crpuscule, et        au dbut de la nuit. Le sentiment de la prsence divine,  tout instant,        est un excellent soutien pour la conscience.</font></font></td>     </tr>     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       <font face="Arial" style="font-size: 7pt">&nbsp; </font>       <font face="Wingdings" style="font-size: 7pt"></font></td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       <p style="margin-bottom: 10"><font face="Verdana" style="font-size: 9pt">       <a href="/cciqnew/nouveauxmusulmans/docs/modevie.asp">L'Islam: mode de vie</a><br>       </font><font color="#696969" size="1"><font face="Verdana">L'slam        est un systme pour la pratique de la vie dans tous ses aspects. Cest un        systme qui entrane &quot;&nbsp;lidalologique&nbsp;&quot;  le concept convaincant qui        explique la nature de lunivers et dtermine la position de lhomme dans        cet univers aussi bien que ses ultimes objectifs ici-bas. Il comprend les        doctrines et les organisations pratiques qui manent et dpendent de cet        idal idologique, et en font une ralit se refltant sur la vie        quotidienne des hommes...</font></font></td>     </tr>     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       <font face="Arial" style="font-size: 7pt">&nbsp; </font>       <font face="Wingdings" style="font-size: 7pt"></font></td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       <p style="margin-bottom: 10"><font face="Arial" color="#000000" size="2">       <a href="/cciqnew/nouveauxmusulmans/docs/foi.asp">La foi et l'obissance</a><br>       </font>       <font color="#696969" size="1"><font face="Verdana">LIslam signifie obissance  Dieu. Il va sans dire que cette obissance        ne peut tre totale que Si l'homme connat certains faits essentiels et en        est fermement convaincu. Quels sont les principes qu'un homme        doit connatre pour diriger sa vie selon les directives divines ?</font></font></td>     </tr>     <tr>       <td width="15" bgcolor="#FFFFFF" height="4" valign="top">       <font face="Arial" style="font-size: 7pt">&nbsp; </font>       <font face="Wingdings" style="font-size: 7pt"></font></td>       <td width="408" bgcolor="#FFFFFF" height="4" valign="top">       <p style="margin-bottom: 10">       <font face="Arial" size="2">       <a href="/cciqnew/nouveauxmusulmans/docs/islam-kufr.asp">L'Islam et le        Kufr</a><br>       </font><font color="#696969" size="1"><font face="Verdana">Toutes les religions du monde tirent leur nom de leur fondateur ou du        peuple o elles ont pris naissance. Par exemple, le christianisme est        ainsi appel du nom de celui qui l'a prch, le Christ ; le bouddhisme, de        son fondateur Bouddha; ... Mais il en est tout autrement avec l'islam qui        jouit de la particularit unique de n'tre associ  aucun homme ou peuple        particulier Le mot &quot;Islam&quot; n'implique pas de relation de ce genre - car il        n'est le propre d'aucune personne, d'aucun peuple ou pays particuliers. Il        n'est pas le produit d'un esprit humain, il ne se limite pas  une        communaut particulire. C'est une religion universelle qui a pour but de        susciter et de cultiver en l'homme la qualit et l'attitude de l'Islam.</font></font></td>     </tr>           </tr>      <tr>       <td width="15" bgcolor="#FFFFFF" height="50" valign="top">       &nbsp;</td>       <td width="408" bgcolor="#FFFFFF" height="50">       <p align="right">&nbsp;</p>       <font face="Arial" size="2"> <p align="right"><b>       <a href="/cciqnew/nouveauxmusulmans/docs-all.asp"><font color="#E5987E">liste complte...</font></a><font color="#7FB17E">&nbsp;&nbsp;&nbsp; </font></b></td>     </tr>          <tr>       <td width="15" bgcolor="#FFFFFF" height="19" valign="top">       &nbsp;</td>       <td width="408" bgcolor="#FFFFFF" height="19" valign="top">       &nbsp;</td>     </tr>          </table>   </center> </div>        <p align="right">      &nbsp;</td>              <td width=150 nowrap valign=top bgcolor="white" height="36">             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber8">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;Horaires                    des prires</font></b></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana"> <meta http-equiv="Content-Language" content="fr"> <script language="javascript"> <!--  function affich() {  if (forme.villes.options[forme.villes.selectedIndex].index==0)   {     forme.fajr.value=forme.fajr1.value     forme.shourouq.value=forme.shourouq1.value     forme.dhohr.value=forme.dhohr1.value     forme.asr.value=forme.asr1.value     forme.maghrib.value=forme.maghrib1.value     forme.ishaa.value=forme.ishaa1.value   }  if (forme.villes.options[forme.villes.selectedIndex].index==1)   {     forme.fajr.value=forme.fajr2.value     forme.shourouq.value=forme.shourouq2.value     forme.dhohr.value=forme.dhohr2.value     forme.asr.value=forme.asr2.value     forme.maghrib.value=forme.maghrib2.value     forme.ishaa.value=forme.ishaa2.value   }  if (forme.villes.options[forme.villes.selectedIndex].index==2)   {     forme.fajr.value=forme.fajr3.value     forme.shourouq.value=forme.shourouq3.value     forme.dhohr.value=forme.dhohr2.value     forme.asr.value=forme.asr3.value     forme.maghrib.value=forme.maghrib3.value     forme.ishaa.value=forme.ishaa3.value   }  if (forme.villes.options[forme.villes.selectedIndex].index==3)   {     forme.fajr.value=forme.fajr4.value     forme.shourouq.value=forme.shourouq4.value     forme.dhohr.value=forme.dhohr4.value     forme.asr.value=forme.asr4.value     forme.maghrib.value=forme.maghrib4.value     forme.ishaa.value=forme.ishaa4.value   }  if (forme.villes.options[forme.villes.selectedIndex].index==4)   {     forme.fajr.value=forme.fajr5.value     forme.shourouq.value=forme.shourouq5.value     forme.dhohr.value=forme.dhohr5.value     forme.asr.value=forme.asr5.value     forme.maghrib.value=forme.maghrib5.value     forme.ishaa.value=forme.ishaa5.value   } if (forme.villes.options[forme.villes.selectedIndex].index==5)   {     forme.fajr.value=forme.fajr6.value     forme.shourouq.value=forme.shourouq6.value     forme.dhohr.value=forme.dhohr6.value     forme.asr.value=forme.asr6.value     forme.maghrib.value=forme.maghrib6.value     forme.ishaa.value=forme.ishaa6.value   }  } //--> </script>  <form name="forme"   <p align="center" style="margin-top: 4; margin-bottom: 0">   <p align="center" style="margin-bottom: 0">   <select size="1" name="villes" onChange="affich()" style="font-family: Verdana; font-size: 8pt">   <option selected>Qubec</option>   <option>Montral</option>   <option>Ottawa</option>   <option>Toronto</option>   <option>Sherbrooke</option>   <option>Trois Rivires</option>   </select></p>   <div align="center">     <center>   <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#E4F1F8" width="114" id="AutoNumber2" bgcolor="#E4F1F8">           <Input type="hidden" name="fajr1" value="04:10">    <Input type="hidden" name="fajr2" value="04:26">    <Input type="hidden" name="fajr3" value="04:34">    <Input type="hidden" name="fajr4" value="04:56">    <Input type="hidden" name="fajr5" value="">    <Input type="hidden" name="fajr6" value="04:17">     <Input type="hidden" name="shourouq1" value="05:44">    <Input type="hidden" name="shourouq2" value="05:57">    <Input type="hidden" name="shourouq3" value="06:04">    <Input type="hidden" name="shourouq4" value="06:23">    <Input type="hidden" name="shourouq5" value="05:48">    <Input type="hidden" name="shourouq6" value="05:51">     <Input type="hidden" name="dhohr1" value="12:43">    <Input type="hidden" name="dhohr2" value="12:54">    <Input type="hidden" name="dhohr3" value="01:01">    <Input type="hidden" name="dhohr4" value="01:17">    <Input type="hidden" name="dhohr5" value="12:45">    <Input type="hidden" name="dhohr6" value="12:49">     <Input type="hidden" name="asr1" value="04:36">    <Input type="hidden" name="asr2" value="04:46">    <Input type="hidden" name="asr3" value="04:53">    <Input type="hidden" name="asr4" value="05:07">    <Input type="hidden" name="asr5" value="04:37">    <Input type="hidden" name="asr6" value="04:41">     <Input type="hidden" name="maghrib1" value="07:46">    <Input type="hidden" name="maghrib2" value="07:55">    <Input type="hidden" name="maghrib3" value="08:00">    <Input type="hidden" name="maghrib4" value="08:13">    <Input type="hidden" name="maghrib5" value="07:45">    <Input type="hidden" name="maghrib6" value="07:51">     <Input type="hidden" name="ishaa1" value="09:19">    <Input type="hidden" name="ishaa2" value="09:25">    <Input type="hidden" name="ishaa3" value="09:30">    <Input type="hidden" name="ishaa4" value="09:39">    <Input type="hidden" name="ishaa5" value="09:14">    <Input type="hidden" name="ishaa6" value="09:22">     <tr>       <td width="112">       <div align="center">         <center>       <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="106" id="AutoNumber3">         <tr>         <td width="93" height="17">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Fajr</font></b></td>         <td width="64" height="17" valign="bottom" align="right">         <p style="margin-top: 3; margin-bottom: 0" dir="ltr">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="fajr" size="6" value="04:10" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font></td>         </tr>         <tr>         <td width="93" height="18">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Shourouq</font></b></td>         <td width="64" height="18" valign="bottom" align="right">         <p style="margin-top: 0; margin-bottom: 0">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="shourouq" size="6" value="05:44" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font></td>         </tr>         <tr>         <td width="93" height="18">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Dhohr</font></b></td>         <td width="64" height="18" valign="bottom" align="right">         <p style="margin-top: 0; margin-bottom: 0">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="dhohr" size="6" value="12:43" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font></td>         </tr>         <tr>         <td width="93" height="18">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Asr</font></b></td>         <td width="64" height="18" valign="bottom" align="right">         <p style="margin-top: 0; margin-bottom: 0">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="asr" size="6" value="04:36" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font></td>         </tr>         <tr>         <td width="93" height="18">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Maghrib</font></b></td>         <td width="64" height="18" valign="bottom" align="right">         <p style="margin-top: 0; margin-bottom: 0">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="maghrib" size="6" value="07:46" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font></td>         </tr>         <tr>         <td width="93" height="19">         <p style="margin-top: 0; margin-bottom: 0">         <b>         <font color="#3A96CD" face="Verdana" style="font-size: 7pt">&nbsp;Ishaa</font></b></td>         <td width="64" height="19" valign="bottom" align="right">         <p style="margin-top: 0; margin-bottom: 0">         <font face="Verdana" size="1" color="#3A96CD">                 <input name="ishaa" size="6" value="09:19" style="border-style:solid; border-width:0; padding:0; font-family: Verdana; font-size: 7pt; background-color: #E4F1F8; float:right; color:#3A96CD"></font><p style="margin-top: 0; margin-bottom: 0">         <p style="margin-top: 0; margin-bottom: 0">         </td>         </tr>       </table>         </center>       </div>       </td>     </tr>   </table>     </center>   </div> </form></p>                 </td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#B97373" width="148" id="AutoNumber21">               <tr>                 <td width="100%" bgcolor="#B97373" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana" bordercolor="#B97373">                   <p align="center" style="margin-top: 2; margin-bottom: 2" dir="ltr">                   <font size="1" color="#FFFFCC"><b>AGENDA</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#FAF5F5" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana" bordercolor="#B97373">                 <b><br>                 <font size="2" color="#FF0000">Radio Galile :</font><br>                 &quot;<span lang="FR-CA">Carrefour du monde</span></b><span lang="FR-CA">&quot;<br> &nbsp;- en direct le samedi 25/01/2003, de 19h30  20h30<br> &nbsp;- En rediffusion le dimanche 26/01/2003,  14h00<br>                 - Animation&nbsp;: Grald Dor, Hortensia Valle</span><span lang="fr-ca">,                 </span><span lang="EN-CA">Rachid Raffa</span>,                 <span lang="FR-CA">Krystina Frydecka</span><p class="MsoNormal" align="center">                 <span lang="fr-ca"><a href="/cciqnew/agenda.asp">Consulter le                  calendrier de toutes les missions</a></span><br> &nbsp;</td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#999966" width="148" id="AutoNumber21">               <tr>                 <td width="100%" bgcolor="#999966" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana" bordercolor="#999966">                   <p align="center" style="margin-top: 2; margin-bottom: 2" dir="ltr">                   <font size="1" color="#FFFFCC"><b>Les musulmans et les causes                    islamiques internationales</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#F5F5F1" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana" bordercolor="#999966">                 <p align="center" style="margin-top: 0; margin-bottom: 0">                 <a href="/cciqnew/mediatheque/chbibaudio2.asp">                 <img border="0" src="/cciqnew/images/chbib.jpg"></a></p>                 <p style="margin-top: 2; margin-bottom: 0" align="center">                 <font size="1"><b>Nabil Chbib</b></font><p style="margin-top: 2; margin-bottom: 0" align="center">                 <span style="font-size: 8,5pt; font-family: TimesNewRoman">                 <font face="Verdana">                 <a href="/cciqnew/mediatheque/chbibaudio2.asp">Confrence (en                  arabe) donne  l'occasion des Journes islamiques de Qubec                  2002, organises par l'AEMUL</a></font></span></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#008080" width="148" id="AutoNumber20">               <tr>                 <td width="100%" bgcolor="#008080" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="center" style="margin-top: 2; margin-bottom: 2" dir="ltr">                   <font size="1" color="#FFFFCC"><b>&nbsp;Entrevue</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#D6EBEB" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p align="center" style="margin-top: 0; margin-bottom: 0">                 <img border="0" src="/cciqnew/images/raffa.jpg"></p>                 <p style="margin-top: 2; margin-bottom: 0" align="center">                 <font size="1" color="#FF0000"><b>M. Rachid Raffa</b></font><p style="margin-top: 2; margin-bottom: 0" align="center"> <font face="Verdana"><span style="font-size: 8,5pt; font-family: TimesNewRoman">                 <a href="/cciqnew/view.asp?id=315">Le 11 septembre, la Palestine  et la minorit arabe de Qubec: Une communaut blesse</a></span></font><br>                 (<font size="1">Entrevue avec &quot;Le Qubcois&quot;</font>)</td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#6666FF" width="148" id="AutoNumber20">               <tr>                 <td width="100%" bgcolor="#6666FF" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana" bordercolor="#6666FF">                   <p align="center" style="margin-top: 2; margin-bottom: 2" dir="ltr">                   <font size="1" color="#FFFFCC"><b>Le plerinage</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#FFFFFF" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p style="margin-top: 2; margin-bottom: 0" align="center"> <img border="0" src="/cciqnew/images/animecca01.gif"><p style="margin-top: 2; margin-bottom: 0" align="center"> <font face="Verdana"><span style="font-size: 8,5pt; font-family: TimesNewRoman">                 <a href="/cciqnew/view.asp?id=312">L'accomplissement du  plerinage, Hajj, est une institution divine prescrite durant la sixime anne  de l'hgire. Quelles sont ses rgles de validation, ses  piliers, et comment le pratiquer pas  pas ?</a></span></font></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber17" bgcolor="#FFFFFF" height="0%">               <tr>                 <td width="100%" bgcolor="#FFFFFF" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <tr>     <td width="100%"><script src="http://www.meteomedia.com/services/boutons/boutons.pl?obs=Qu%E9bec%2FQu%E9bec&type=temp&drop=Sherbrooke%2FQu%E9bec%2CTrois-Rivi%E8res%2FQu%E9bec%2CGatineau%2FQu%E9bec%2CMontr%E9al%2FQu%E9bec%2CQu%E9bec%2FQu%E9bec"></script></td>   </tr>&nbsp;</td>               </tr>             </table>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber13">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Islam</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/coran/Default.asp">                 <span style="color: #005984">Le Saint Coran</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/sounnah/Default.asp">                 <span style="color: #005984">Sounnah</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/islam/discours.asp">                 <span style="color: #005984">Discours de vendredi</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/articles/Default.asp">                 <span style="color: #005984">Vision islamique</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana; text-decoration: none; color: #005984" href="/cciqnew/islam/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber22">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Spcial                    Ramadan</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/ramadan/activites.asp">                 <span style="color: #005984">Activits du Centre</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/ramadan/sounanes.asp">                 <span style="color: #005984">Sounanes ngliges</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/ramadan/pratiques.asp">                 <span style="color: #005984">Bonnes pratiques</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="text-decoration: none" href="/cciqnew/ramadan/zakat.asp">                 <span style="color: #005984">Zakat Al-Fitr</span></a></p>                 <p align="left" style="margin-top: 1; margin-bottom: 1">                 &nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">                 <a style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana; text-decoration: none; color: #005984" href="/cciqnew/ramadan/Default.asp">plus...</a></td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber14">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Jurisprudence                    (Fiqh)</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <html>  <head> <title>Echo du Centre</title>  </head>  <body> <div align="center">   <center>   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="29" bgcolor="#E4F1F8">           <tr>       <td width="408" height="10" valign="top"><font face="Verdana" size="1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">&nbsp;<a href='/cciqnew/islam/viewfatwa.asp?id=200'>Les intrts sur les prts universitaires font-ils rtie du Riba ?</a>       </td>     </tr>                <tr>       <td width="408" height="10" valign="top"><font face="Verdana" size="1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">&nbsp;<a href='/cciqnew/islam/viewfatwa.asp?id=199'>Est-il licite pour une femme de louer son utrus pour porter un ftus ? </a>       </td>     </tr>                <tr>       <td width="408" height="10" valign="top"><font face="Verdana" size="1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">&nbsp;<a href='/cciqnew/islam/viewfatwa.asp?id=198'>Lors des visites chez le mdecin durant la grossesse et lors de l'accouchement, faut-il que le mdecin soit une femme obligatoirement ? Et le mari peut-il assister  l'accouchement?</a>       </td>     </tr>                <tr>       <td width="408" height="10" valign="top"><font face="Verdana" size="1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">&nbsp;<a href='/cciqnew/islam/viewfatwa.asp?id=197'>Et-ce que la masturbation est autorise en Islam ?</a>       </td>     </tr>                <tr>       <td width="408" height="10" valign="top"><font face="Verdana" size="1">&nbsp;<img border="0" src="/cciqnew/images/icon_pointer.gif">&nbsp;<a href='/cciqnew/islam/viewfatwa.asp?id=196'>Est-ce que je peux me marier quand mme sans le consentement de mes parents?</a>       </td>     </tr>                </tr>      <tr>       <td width="408" height="19">       <font face="Arial" size="2"> <p align="right"><b>       <a href="/cciqnew/islam/fatwas.asp"><font color="#E5987E">Archives...</font></a><font color="#7FB17E">&nbsp;&nbsp;&nbsp; </font></b></td>     </tr>          </table>   </center> </div> </body> </html>&nbsp;</td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="148" id="AutoNumber15">               <tr>                 <td width="100%" bgcolor="#429CCC" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                   <p align="left" style="margin-top: 2; margin-bottom: 2">                   <b>                   <font face="Verdana" size="1.5" color="#FFFFCC">&nbsp;</font></b><font size="1" color="#FFFFCC"><b>Verset                    Coranique</b></font></td>               </tr>               <tr>                 <td width="100%" bgcolor="#E4F1F8" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 8.5pt; font-family: Verdana">                 <html> <head> <title>Verset du jour</title> </head> <body>   <center>             <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#B3807F" width="100%" id="AutoNumber4" bgcolor="#E3D8D5">     <tr>       <td width="100%">       <table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#BC9F96" width="100%" id="AutoNumber10" bgcolor="#E4F1F8">         <tr>           <td width="100%"><font face="Verdana" size="1" color="#A15F5F">Nous n'avons envoy de Messager que pour qu'il soit obi, par la permission d'Allah. Si, lorsqu'ils ont fait du tort  leurs propres personnes ils venaient  toi en implorant le pardon d'Allah et si le Messager demandait le pardon pour eux, ils trouveraient, certes, Allah, Trs Accueillant au repentir, Misricordieux.</font><b><font face="Verdana" color="#B3807F" style="font-size: 7pt"><br>               </font>           </b>       <p style="margin-bottom: 0; margin-top:6" align="right">       <b>       <font face="Verdana" color="#A15F5F" style="font-size: 7pt">(Coran - Les Femmes [4:64])</font></b></font></td>         </tr>       </table>       </td>     </tr>     </table>   </center> </body> </html>                 &nbsp;</td>               </tr>             </table>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>             <p style="margin-top: -3; margin-bottom: -3">&nbsp;</p>       </td></tr>   </table></BODY>       <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#429CCC" width="100%" id="AutoNumber2" bgcolor="#FFFFFF">         <tr>           <td width="100%" style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; font-family: Verdana" align="center">     <hr color="#429CCC">     <p align="center" style="margin-top: 0; margin-bottom: 6"><font face="Arial"><strong>     <font color="#B97373" size="1">     Centre Culturel Islamique de Qubec  Tous droits rservs<br>     </font><font color="#B97373"><small><small>Adresse :</small></small></font></strong><small><small><font color="#B97373">      796 Avenue Myrand, Sainte-Foy, Qu</font></small></small><font color="#B97373" size="1"></font><font color="#B97373"><small><small>bec,      G1V 2V2</small></small></font><font color="#B97373" size="1">&nbsp;&nbsp; </font>     </font><font face="Arial" size="1" color="#B97373">*&nbsp;&nbsp; <strong>     Correspondance :</strong> CP 8817, Sainte-Foy, Qubec, G1V 4N7<br>     <strong>Tl :</strong> (418) 683 1329&nbsp;&nbsp; *&nbsp;&nbsp; </font> <strong>     <font face="Arial" size="1" color="#B97373">Renseignements: </font><font face="Arial" size="1" color="#FFFFCC"> <a href="mailto:info@cciq.qc.ca">     <font color="#B97373">info@cciq.qc.ca</font></a></font></strong><font face="Arial" size="1" color="#B97373">      &nbsp;&nbsp;*&nbsp;&nbsp;&nbsp; <strong>Webmaster :</strong> </font><font face="Arial" size="1" color="#FFFFCC">     <a href="mailto:webmaster@cciq.qc.ca"><font color="#B97373">     webmaster@cciq.qc.ca</font></a></font><hr color="#429CCC"> </td>         </tr>         </tr>       </table>       </HTML> 
