<html> <head> <title>Glen Canyon et le Lake Powell</title> <STYLE>.spanstyle { COLOR: yellow; FONT-FAMILY: Arial; FONT-SIZE: 14pt; FONT-WEIGHT: normal; POSITION: relative; TOP: -50px; VISIBILITY: visible } </STYLE>  <STYLE TYPE="text/css"> 	<!-- 	P	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 14px ; 			Color : white 		} 	H1	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : arial ; 			Font-Size : 30px ; 			Color : #CC9900 ; 			Font-Weight : Bold 		} 	H2	 { 			bgcolor : "black" ; 			Font-Family : arial ; 			Font-Size : 20px ; 			Color : white ; 			Font-Weight : Bold 		} 	H3	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : arial ; 			Font-Size : 18px ; 			Color : white ; 			Font-Weight : Bold 		} 	H6	 { 			font-weight : italic ; 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 12px ; 			Color : white 		} 	OL	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 14px ; 			Color : white 		} 	UL	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 14px ; 			Color : white 		} 	LI	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 12px ; 			Color : white 		} 	BODY	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 14px ; 			Color : white 		} 	:link	 { 			Font-Family : arial ; 			Font-Size : 14px ; 			Color : #00FF33 ; 			Text-Decoration : None 		} 	:active	 { 			Font-Family : arial ; 			Font-Size : 14px ; 			Color : #FF0000 ; 			Text-Decoration : None 		} 	:visited	 { 			Font-Family : arial ; 			Font-Size : 14px ; 			Color : #00FF33 ; 			Text-Decoration : None 		} 	CITE	 { 			bgcolor : "#FFFFFF" ; 			font-weight : italic ; 			text-indent : 0.5in ; 			Font-Family : times ; 			Font-Size : 12px ; 			Color : white 		} 	TD	 { 			bgcolor : "#FFFFFF" ; 			Font-Family : times ; 			Font-Size : 14px ; 			Color : white 		} 	A:hover	 { 			Font-Family : arial ; 			Font-Size : 14px ; 			Color : #FFFF00 ; 			Text-Decoration : None ; 			Font-Weight : Bold 		} 	--> 	 </STYLE>    <script language="Javascript"> function openNewWindow(fileName,windowName,theWidth,theHeight) { 	if (windowName == "newMessageWindow")  	{ 		//generate random window ID 		 windowName = new String(Math.round(Math.random() * 100000)); 	} 	window.open(fileName,windowName,"toolbar=0,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight) } </script>   <script language="JavaScript"> <!--  /* Copyright 1996, by Gordon McComb.  All R ights Reserved. You may use this JavaScript example as you see fit, as long as the copyright notice above is included inyour script.   This example is from "The JavaScript Sourcebook, from Wiley Computer Books. */ var affichtime; setClock(); function setClock() { 	var OpenImg = '<IMG SRC="'+pathOnly(location.href)+'image/dg' 	var CloseImg='.gif" HEIGHT=21 WIDTH=16>' 	affichtime = "" 	now = new Date(); 	var CurHour = now.getHours(); 	var CurMinute = now.getMinutes(); 	now = null; 	if (CurHour >= 12) { 		CurHour = CurHour - 12; 		Ampm = "pm"; 	} else 		Ampm = "am"; 	if (CurHour == 0) 		CurHour = "12" 	if (CurMinute < 10)  		CurMinute = "0" + CurMinute 	else 		CurMinute = "" + CurMinute 	CurHour = "" + CurHour;	 	//CurHour = new String (CurHour); 	//CurMinute = new String (CurMinute); 	for (Count = 0; Count < CurHour.length; Count++) { 		affichtime += OpenImg + CurHour.substring (Count, Count+1) + CloseImg 	} 	affichtime += OpenImg + "c" + '.gif" HEIGHT=21 WIDTH=9>' 	for (Count = 0; Count < CurMinute.length; Count++) { 		affichtime += OpenImg + CurMinute.substring (Count, Count+1) + CloseImg 	} 	affichtime += OpenImg + Ampm + CloseImg } function pathOnly (InString)  { 	LastSlash=InString.lastIndexOf ('/', InString.length-1) 	OutString=InString.substring  (0, LastSlash+1) 	return (OutString);	 } //--> </script>   <SCRIPT  language="JavaScript"> function buttleft(z) { if  (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4") {         if (z.which == 3)  alert ("He! He! Il faudra tre plus malin pour pomper mes sources"); } if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4") {         if (event.button == 2) alert ("He! He! Il faudra tre plus malin pour pomper mes sources"); } return false; } document.onmousedown=buttleft; </SCRIPT>   <script language="javascript"><!-- var x,y var step=3 var flag=0 var message='Bienvenue  Hoover Dam !!!' message=message.split("")  var xpos=new Array() for (i=0;i<=message.length-1;i++) { 	xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { 	ypos[i]=-50 } function handlerMM(e){ 	x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX 	y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY 	flag=1 } function cursoranim() { 	if (flag==1 && document.all) {     	for (i=message.length-1; i>=1; i--) {    			xpos[i]=xpos[i-1]+step 			ypos[i]=ypos[i-1]     	} 		xpos[0]=x+step 		ypos[0]=y 	 		for (i=0; i<message.length-1; i++) {     		var thisspan = eval("span"+(i)+".style")     		thisspan.posLeft=xpos[i] 			thisspan.posTop=ypos[i]     	} 	} 	else if (flag==1 && document.layers) {     	for (i=message.length-1; i>=1; i--) {    			xpos[i]=xpos[i-1]+step 			ypos[i]=ypos[i-1]     	} 		xpos[0]=x+step 		ypos[0]=y 	 		for (i=0; i<message.length-1; i++) {     		var thisspan = eval("document.span"+i)     		thisspan.left=xpos[i] 			thisspan.top=ypos[i]     	} 	} 		var timer=setTimeout("cursoranim()",30) } //--></SCRIPT>    </HEAD>  <BODY background="image/fond_degrad.gif" 	bgproperties="fixed"  		link="#00FF00" vlink="#FFFF00" text="#FFFFFF"  		topmargin="0" leftmargin="0"   		> 		<script language="javascript"><!-- for (i=0;i<=message.length-1;i++) {     document.write("<span id='span"+i+"' class='spanstyle'>") 	document.write(message[i])     document.write("</span>") } if (document.layers){ 	document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; //--></SCRIPT>  <h1 align="center"><font color="#FFFF00"><strong>Le barrage de Hoover Dam &amp;</strong></font> <strong><font color="#FFFF00">le lac Maed</font></strong></h1> 		 <p><a name="photo"></a></p> <hr noshade size="4" color="#0000FF" width="95%"> <div align="center">   <center>   <table border="0" width="95%" cellspacing="0" cellpadding="0">     <tr>       <td width="16%" align="center"><a href="javascript:history.back()">Prcdent</a></td>       <td width="16%" align="center"><a href="index.htm">Accueil</a></td>       <td width="17%" align="center"><a href="Mesliens.htm">Liens</a></td>       <td width="17%" align="center"><a href="Vpratique.htm">Vie pratique</a></td>       <td width="17%" align="center"><a href="mailto:gerard.chatenet@free.fr">M'crire</a></td>       <td width="17%" align="center"><a href="javascript:history.forward()">Suivant</a></td>     </tr>   </table>   <table border="0" width="95%">   <tr>     <td width="100%"><hr size="2" color="#0000FF">     </td>   </tr> </table> <center> <table border="0" width="757">   <tr>     <td bgcolor="#FFFFCC" width="749" >     <p align="center">     <font color="#800000">     La majorit des imagettes vous     permettent d'afficher une image agrandie, il suffit de cliquer dessus...!     </font>     </p>     </td>   </tr>   <tr>     <td width="749" >     <p align="center">     <font color="#FFFFFF" size="3">     Pour activer un diaporama de toutes ces photos,      <a href="JavaScript:openNewWindow('Lake_dam_galerie.htm','inlineHelpWindow',1024,400)">cliquez ici......!</a>     </font>     </p>     </td>   </tr>    </table> <p>&nbsp;&nbsp;&nbsp;&nbsp;</p>   </center> 		 </center><div align="center"><table border="0" width="95%">  <center>   <tr>     <td align="right" valign="top">       <p><img src="image/yellowba.gif" width="14" height="14">&nbsp;&nbsp;</p>     </td>     <td align="left">          <P align="left"><font size="3">Ce barrage porte le nom du Prsident <b><font color="#FFFF00">Herbert     Hoover</font></b>, 31me Prsident de Etats Unis.<img      BORDER=0 src="vignettes/hhoover.gif" ALIGN=left hspace=10 vspace=5 width="168" height="262"><br>     Ingnieur, cologiste avant l'heure, humaniste, mais aussi pcheur et     politicien, H Hoover&nbsp; en tant que rsident en Californie,&nbsp; visita     souvent cette rgion du Bas Colorado et trs vite il compris que la     construction,  cet endroit de Boulder Canyon, d'un barrage hydraulique     permettrait de rsoudre bon nombre de problmes  la fois conomiques et     politiques.&nbsp;</font>                      </P>                <P align="left"><font size="3">Irrigation, stockage d'eau potable, source     quasi inpuisable d'nergie lectrique, tels furent les arguments massues     d'Herbert Hoover, alors Secrtaire au Commerce, pour lancer le projet, en     1921.</font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3">Huit annes de polmique vont suivre, et     c'est seulement le 25 Juin 1929 que H. Hoover alors Prsident des USA,     signa le dcret dfinitif.</font>                      </P>                <P align="left"><font size="3">Le 17 Septembre 1930, ce barrage alors     appel &quot;<font color="#FFFF00"><b>Boulder Canyon Dam</b></font>&quot;     fut rebaptis &quot;<font color="#FFFF00"><b>Hoover Dam</b></font>&quot; en     honneur de son crateur.</font>                      </P>                <P align="left"><font size="3">Le 30 septembre 1935, le prsident Roosevelt     inaugure ce qui sera pendant de longues annes&nbsp; le seul barrage de ce     secteur du fleuve Colorado (jusqu'en 56 date de construction de celui de <a href="GLCanyon_dam.htm" target="_blank">Glen     Canyon</a>) <img      BORDER=0 src="vignettes/Hoovspla.jpg" ALIGN=right hspace=10 vspace=5 width="233" height="297">&nbsp;</font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3">Situ  50 kms au sud-est de Las Vegas, sur la 93S, Hoover Dam est     un immense ouvrage, de 222 mtres de haut, et de 380 mtres de long, sur     lequel la Highway 93S passe du Nvada en Arizona..<img      BORDER=0 src="vignettes/hoover2_map.gif" ALIGN=left hspace=10 vspace=5 width="296" height="240">   </font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3">Plus imposant en volume que la plus grande     des pyramides d'Egypte, il ncessita cinq annes d'effort  plus de 5000     ouvriers, et malheureusement engendra la disparition de 96 d'entre eux.</font>                      </P>                <P align="left"><font size="3">B</font><font size="3">arrage, et     infrastructures annexes reprsentent plus de 4.000.000 m3 de bton....</font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3">Le Colorado, prsent virtuellement  cet     endroit, forme la frontire entre les deux tats.<br>     </font><font size="3">Comptez de Las Vegas,&nbsp; environ une heure de trajet pour     ralier le site, via Boulder City.</font>                      </P>                <P align="left"><font size="3">&nbsp;Attention printemps et t sont des     saisons trs touristiques, et il n'est pas rare de faire une heure de queue      cet endroit, vu la circulation.<br>     &nbsp;Par ailleurs trucks, normes camions et mobil-home, bikers et autres     type de moyens de locomotions sont frquents sur cette route.&nbsp;</font>                      </P>                <P align="left"><font size="3"><img      BORDER=0 src="vignettes/hoover3_map.gif" ALIGN=right hspace=10 vspace=5 width="448" height="336">A noter que cette route 93S, croise,     un peu avant d'arriver au barrage, une route appele &quot;Lakeshore     road&quot; qui mne au visitor center, et donne un accs au lac, aux     marinas, aux plages.</font>                      </P>                <P align="left"><font size="3">Un peu au dessus de ce croisement se trouve     un Hotel-Casino (Bien sur, puisque nous sommes toujours au Nevada, dans la     rgion de Vgas...!), et pour les inconditionnels de ce genre de moyen de     transport, une petite socit d'aviation qui propose un survol du site en     hlicoptre pour 29 par personne.</font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3"><a href="JavaScript:openNewWindow('Hoover_dam01.htm','inlineHelpWindow',840,600)"><img      BORDER=0 src="vignettes/hoover_dam01.jpg" ALIGN=left hspace=10 vspace=5 width="163" height="106"></a></font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left">                      <b><u><font color="#FFFF00">Intake tower</font></u></b>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left">&nbsp;                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3"><a href="JavaScript:openNewWindow('Hoover_dam02.htm','inlineHelpWindow',840,600)">     <img      BORDER=0 src="vignettes/hoover_dam02.jpg" ALIGN=left hspace=10 vspace=5 width="104" height="162"></a></font>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><b><u><font color="#FFFF00">Intake tower vue ct Arizona</font></u></b>                      </P>                <P align="left"><font size="3"><a href="JavaScript:openNewWindow('Hoover_dam03.htm','inlineHelpWindow',840,600)"><img      BORDER=0 src="vignettes/hoover_dam03.jpg" ALIGN=left hspace=10 vspace=5 width="159" height="103"></a></font>                      </P>                <P align="left"><b><u><font color="#FFFF00">La retenue d'eau, juste     derrire le Dam</font></u></b>                      </P>                <P align="left"><font size="3"><a href="JavaScript:openNewWindow('Hoover_dam04.htm','inlineHelpWindow',840,600)"><img      BORDER=0 src="vignettes/hoover_dam04.jpg" ALIGN=left hspace=10 vspace=5 width="107" height="161"></a></font>                      </P>                <P align="left"><b><u><font color="#FFFF00">Le Colorado,     &quot;domestiqu&quot;</font></u></b>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font size="3"><a href="JavaScript:openNewWindow('Hoover_dam05.htm','inlineHelpWindow',840,600)"><img      BORDER=0 src="vignettes/hoover_dam05.jpg" ALIGN=left hspace=10 vspace=5 width="162" height="106"></a></font><b><u><font color="#FFFF00">Le     Dam, vue ct Nevada</font></u></b>                      </P>                <P align="left">&nbsp;                      </P>                <P align="left">&nbsp;                      </P>                <P align="left">&nbsp;                      </P>                <P align="left"><font color="#FFFFFF" size="3">Le Dam (barrage) se visite,     mais attention, le site est class site stratgique, et le rglement de     visite est draconien: pas de sac  main, pas de sac photos, pas d'animaux,     etc... en fait, une visite des infrastructures s'effectue les mains dans les     poches, sans rien d'autre.</font>                      </P>                <P align="left"><font color="#FFFFFF" size="3">Pour ceux d'entre vous qui     seriez intresss par ce site de Hoover Dam, je vous conseille de     consulter<a href="http://www.hooverdam.com/" target="_blank"> le site     officiel du barrage</a>, qui est une mine de renseignements.</font>                      </P>                <P align="left"><font color="#FFFFFF" size="3">&nbsp;&nbsp;</font>                      </P>                </td>   </tr>   </CENTER><tr><center>     <td align="right" valign="top">       <p><img src="image/yellowba.gif" width="14" height="14">&nbsp;&nbsp;</p>     </td>     </CENTER><td align="left"><center>          <P align="left"><font size="3">     &nbsp;Derrire ce barrage se trouve une norme tendue d'eau,</font><font size="3">     <a href="JavaScript:openNewWindow('Hoover_dam06.htm','inlineHelpWindow',840,600)">     <img      BORDER=0 src="vignettes/lac_mead01.jpg" ALIGN=right hspace=10 vspace=5 width="163" height="108"></a>     </font><font size="3">     forme par le Colorado, qui serpente entre les collines et qui forme le Lac     Mead.</font>                      </P>                </CENTER><P><font size="3">     <a href="JavaScript:openNewWindow('Hoover_dam07.htm','inlineHelpWindow',840,600)">     <img      BORDER=0 src="vignettes/lac_mead02.jpg" ALIGN=left hspace=10 vspace=5 width="159" height="106"></a>     </font><font size="3">880 kms de rivages, tales sur 160 kms de long, voila un des plus grand     rservoir artificiel d'eau, au monde. Rservoir qui alimente en eau     potable quelques 25 millions d'habitants de cette rgion, entre autre     toute&nbsp; l'agglomration de Las Vegas. <a href="JavaScript:openNewWindow('Hoover_dam08.htm','inlineHelpWindow',840,600)"><img      BORDER=0 src="vignettes/lac_mead03.jpg" ALIGN=right hspace=10 vspace=5 width="160" height="102"></a> </font>                      </P>                <P>&nbsp;                      </P>               <P>&nbsp;                      </P>                <P><font size="3">Par ailleurs la production en lectricit alimente,     outre Las Vegas , gros consommateur, mais aussi le Nevada, L'Arizona et le     sud&nbsp; de la Californie.</font>                      </P>                <P><font size="3">Comme on pourrait s'y attendre, tout ici est organis     pour&nbsp; vous offrir toutes les activits lis  ce genre d'endroit     nautique : bateaux, pdalos, Jet ski, pche, plages, etc....</font>                      </P>                <P><font size="3">Attention cependant, ici il s'agit quand mme d'une     rgion de type dsertique, mme avec la prsence de ce lac, et des     tempratures fleuretant avec les 40C  l'ombre sont frquentes, et il     n'y a pas beaucoup d'ombre.......</font>                      </P>                <P><font size="3">Eviter les longues sances de bronzette qui risquent de     se transformer en sances de rtisserie...</font>                      </P>                </td>   </tr>   <center>   <tr>     <td width="13%" valign="top" align="right">&nbsp;&nbsp; </td>     <td width="87%">        <h2 align="center"><strong><font size="3" color="#FFFF00">     <a href="#top">Top</a> </font> </strong></h2>     </td>   </tr> </CENTER></table>    <hr noshade size="4" color="#0000FF" width="95%"> <div align="center">   <center>   <table border="0" width="95%" cellspacing="0" cellpadding="0">     <tr>       <td width="16%" align="center"><a href="javascript:history.back()">Prcdent</a></td>       <td width="16%" align="center"><a href="index.htm">Accueil</a></td>       <td width="17%" align="center"><a href="Mesliens.htm">Liens</a></td>       <td width="17%" align="center"><a href="Vpratique.htm">Vie pratique</a></td>       <td width="17%" align="center"><a href="mailto:gerard.chatenet@free.fr">M'crire</a></td>       <td width="17%" align="center"><a href="javascript:history.forward()">Suivant</a></td>     </tr>   </table>   <table border="0" width="95%">   <tr>     <td width="100%"><hr size="2" color="#0000FF">     </td>   </tr> </table>  <table WIDTH="897" border="0">   <tr>     <td width="634"></td>     <td BGCOLOR="#040E64" width="56"><strong><font size="2" color="#FFFF00">Origine</font></strong></td>     <td width="187"><strong><font color="#FF0000" size="2">&nbsp;http://gerard.chatenet.free.fr</font></strong></td>   </tr>   <tr>     <td width="634"></td>     <td BGCOLOR="#040E64" width="56"><strong><font size="2" color="#FFFF00">Auteur</font></strong></td>     <td width="187"><strong><font color="#FF0000" size="2">Grard CHATENET</font></strong></td>   </tr>   <tr>     <td width="634"></td>     <td BGCOLOR="#040E64" width="56"><strong><font size="2" color="#FFFF00">Mail</font></strong></td>     <td width="187"><strong><font color="#FF0000" size="2">gerard.chatenet@free.fr</font></strong></td>   </tr> </table>  <table border="0" width="95%">   <tr>     <td width="100%"><hr size="2" color="#0000FF">     </td>   </tr> </table>   </center> </div>     </DIV></DIV></body></html> 
