<html> <head> <title>Colisciences </title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <META HTTP-EQUIV="EXPIRES" CONTENT="0"> <META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT"> <META NAME="DISTRIBUTION" CONTENT="GLOBAL"> <META NAME="AUTHOR" CONTENT="Colisciences"> <META NAME="COPYRIGHT" CONTENT="Copyright (c) 2002 by Colisciences"> <META NAME="KEYWORDS" CONTENT="Corpus, Littrature, Hypertexte, Scientifique, Claude Bernard, Armand de Quatrefages, Isidore Geoffroy Saint-Hilaire, CNRS"> <META NAME="DESCRIPTION" CONTENT="Corpus de littrature scientifique"> <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW"> <META NAME="REVISIT-AFTER" CONTENT="1 DAYS"> <META NAME="RATING" CONTENT="GENERAL"> <META NAME="GENERATOR" CONTENT="PHP-Nuke 5.5 - http://phpnuke.org"> <script language="JavaScript"> <!-- 	//GLOBALS 	var w3c = (document.getElementById) ? 1:0 	var ns4 = (document.layers) ? 1:0  //browser detect for NS4 & W3C standards   var hasCookies = false;      // tests whether the user accepts cookies, and sets a flag.   if(document.cookie == '') {     document.cookie = 'hasCookies=yes';     if (document.cookie.indexOf('hasCookies=yes') != -1) hasCookies = true;   }   else hasCookies = true; 	 	// returns an object reference. 	function getObject(obj) { 		if (w3c) 			var theObj = document.getElementById(obj); 		else 			if (ns4) 				var theObj = eval("document." + obj); 		return theObj; 	} 	 	// swaps text in a layer. 	function swapText(text, divID, innerDivID) { 		var content = "<span class=\"commandDesc\">" + text + "</span>"; 		if (w3c) { 			var theObj = getObject(divID); 			if (theObj) theObj.innerHTML = text; 		}     else if (ns4) { 			var innerObj = divID + ".document." + innerDivID; 			var theObj = getObject(innerObj); 			if (theObj) { 				theObj.document.open(); 				theObj.document.write(content); 				theObj.document.close(); 			} 		} 	} 	   // sets a cookie in the browser.   function setCookie (name, value, hours, path) {     if (hasCookies) {   	  if(hours) {   	    if ( (typeof(hours) == 'string') && Date.parse(hours) ) var numHours = hours;   	    else if (typeof(hours) == 'number') var numHours = (new Date((new Date()).getTime() + hours*3600000)).toGMTString();   	  }   	document.cookie = name + '=' + escape(value) + ((numHours)?(';expires=' + numHours):'') + ((path)?';path=' + path:'');     }   }      // reads a cookie from the browser   function readCookie(name) {     if (document.cookie == '') return '';     else {     	var firstChar, lastChar;     	var theBigCookie = document.cookie;     	firstChar = theBigCookie.indexOf(name);     	if (firstChar != -1) {     	    firstChar += name.length + 1;     	    lastChar = theBigCookie.indexOf(';', firstChar);     	    if (lastChar == -1) lastChar = theBigCookie.length;     	    return unescape(theBigCookie.substring(firstChar, lastChar));     	}       else return '';     }   }      /*  Netscape 4 resize fix */   function WM_netscapeCssFix() {   if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) { 	document.location = document.location;   } }    function WM_netscapeCssFixCheckIn() {     if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {   	if (typeof document.WM == 'undefined'){   	  document.WM = new Object;   	}   	if (typeof document.WM.WM_scaleFont == 'undefined') {   	  document.WM.WM_netscapeCssFix = new Object;   	  document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth;   	  document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight;   	}   	window.onresize = WM_netscapeCssFix;     }   }      WM_netscapeCssFixCheckIn();       function showHideModuleMouseOver(divID) {     	var theCookie = readCookie(divID); 		if ((theCookie=="e") || (theCookie=="")) { 			window.status="Collapse"; 		} 		else { 			window.status="Expand"; 		}     }      	function showHideModule(divID, theme) { 		var state = toggleFoldyPersistState(divID); 		var ok=false; 		if(w3c) { 			var divIDobj = MM_findObj(divID); 			var tlobj = MM_findObj(divID +"tl"); 			var toggleobj = MM_findObj(divID +"Toggle"); 			if(divIDobj != null && tlobj != null && toggleobj != null) { 				ok=true; 				if(state=="c") { 					tlobj.src = "themes/"+theme+"/spacer.gif"; 					toggleobj.src = "themes/"+theme+"/invisible.gif"; 					divIDobj.style.display = "none"; 				} 				else { 					tlobj.src = "themes/"+theme+"/spacer.gif"; 					toggleobj.src = "themes/"+theme+"/visible.gif"; 					divIDobj.style.display = ""; 				} 			} 		} 		if(!ok){ 			document.location = document.location; 		} 		 		showHideModuleMouseOver(divID); 		//window.status = ''; 	}  	function ResetModule(divID, theme) { 		var state = readCookie(divID); 		var ok=false; 		if(w3c) { 			var divIDobj = MM_findObj(divID); 			var tlobj = MM_findObj(divID +"tl"); 			var toggleobj = MM_findObj(divID +"Toggle"); 			if(divIDobj != null && tlobj != null && toggleobj != null) { 				ok=true; 				if(state=="c") { 					tlobj.src = "themes/"+theme+"/spacer.gif"; 					toggleobj.src = "themes/"+theme+"/invisible.gif"; 					divIDobj.style.display = "none"; 				} 				else { 					tlobj.src = "themes/"+theme+"/spacer.gif"; 					toggleobj.src = "themes/"+theme+"/visible.gif"; 					divIDobj.style.display = ""; 				} 			} 		} 		if(!ok){ 			document.location = document.location; 		} 	}  	function toggleFoldyPersistState(divID) { 		var theCookie = readCookie(divID); 		var state="e"; 		if ((theCookie == "e") || (theCookie == "")) { 			state="c"; 		} 		setCookie(divID,state,'Wed 01 Jan 2020 00:00:00 GMT','/'); 		return state; 	}  	function MM_swapImgRestore() { //v3.0 	  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 	} 	 	function MM_preloadImages() { //v3.0 	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); 	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) 	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} 	} 	 	function MM_findObj(n, d) { //v4.0 	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { 	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} 	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; 	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); 	  if(!x && document.getElementById) x=document.getElementById(n); return x; 	} 	 	function MM_swapImage() { //v3.0 	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) 	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} 	}  	// Remove an array item at n 	// 0-based 	 	function MM_removeNthArrayItem(array, n) { 		var lhs = new Array(); 		 		if (n > 0) 			lhs = array.slice(0, n); 		 		var rhs = new Array(); 		 		if (n < array.length) 			rhs = array.slice(n + 1); 		 		var result = lhs.concat(rhs); 		 		return result; 	} 	 	// Does the array contain the given string? 	 	function MM_arrayContainsString(array, item) { 		if (array == null) 			return false; 			 		var count = array.length; 		for (i = 0; i < count; i++) { 			if (array[i] == item) 				return true; 		} 		 		return false; 	} 	 	// remove the given string from the array of strings 	 	function MM_removeStringFromArray(array, item) { 		if (array == null) 			return null; 			 		var count = array.length; 		for (i = 0; i < count; i++) { 			if (array[i] == item) 				return MM_removeNthArrayItem(array, i); 		} 		 		return array; 	} 	 	// a selectedItems array is kept in the form. It is an array of strings, each 	// string being the name of a checkbox image. It doesn't actually have to be 	// the name="foo" attribute of the HTML object itself, just any arbitrary name 	// that is associated with this checkbox. The image name is the actual name of the image.  	function MM_toggleItem(form, itemName, imageName, theme) { 		if (form.selectedItems == null) 			form.selectedItems = new Array(); 		 		if (MM_arrayContainsString(form.selectedItems, itemName)) { 			form.selectedItems = MM_removeStringFromArray(form.selectedItems, itemName); 			document[imageName].src = 'themes/'+theme+'/checkbox_off_16.gif'; 			//MM_swapImage(imageName, '', 'themes/'+theme+'/checkbox_off_16.gif', '1'); 		} else { 			form.selectedItems[form.selectedItems.length] = itemName; 			document[imageName].src = 'themes/'+theme+'/checkbox_on_16.gif'; 			//MM_swapImage(imageName, '', 'themes/'+theme+'/checkbox_on_16.gif', '1'); 		} 		 		MM_updateButtons2(form, form.selectedItems);  	} 	 	function MM_selectAllItems(form,theme) { 		 		form.selectedItems = new Array(); 		if (form.checkboxes) { 			var checkboxCount = form.checkboxes.length; 			for (i = 0; i < checkboxCount; i++) { 				var checkbox = form.checkboxes[i]; 				if (-1 == document[checkbox.mImageName].src.indexOf('dim_16.gif')) { 					form.selectedItems[form.selectedItems.length] = checkbox.mName; 					document[checkbox.mImageName].src = 'themes/'+theme+'/checkbox_on_16.gif'; 				} 			} 		} 		 		MM_updateButtons2(form, form.selectedItems); 		 	} 	 	function MM_deselectAllItems(form,theme) { 		form.selectedItems = new Array(); 		if (form.checkboxes) { 			var checkboxCount = form.checkboxes.length; 			for (i = 0; i < checkboxCount; i++) { 				var checkbox = form.checkboxes[i]; 				if (-1 == document[checkbox.mImageName].src.indexOf('dim_16.gif')) { 					document[checkbox.mImageName].src = 'themes/'+theme+'/checkbox_off_16.gif'; 				} 			} 		} 		 		MM_updateButtons2(form, form.selectedItems); 		 	} 	 	// If all items are selected, deselect all. Otherwise select all. 	function MM_toggleSelectedItems(form,theme) { 		if (!form.selectedItems) 			form.selectedItems = new Array(); 		 		if (form.checkboxes) { 			if (form.selectedItems.length == form.checkboxes.length - MM_countDisabledCheckboxes(form)) 				MM_deselectAllItems(form,theme); 			else 				MM_selectAllItems(form,theme); 		} 	} 	 	// counts the number of disabled checkboxes - used for deselect all 	function MM_countDisabledCheckboxes(form) { 		var disabledCount = 0; 		if (form.checkboxes) { 			var checkboxCount = form.checkboxes.length; 			for (i = 0; i < checkboxCount; i++) { 				var checkbox = form.checkboxes[i]; 				if (-1 != document[checkbox.mImageName].src.indexOf('dim_16.gif')) { 					disabledCount++; 				} 			} 		} 		 		return disabledCount; 	} 	 	// See SELECTIONPARAMNAME and SELECTIONPARAMDELIMITER in ListModuleTagBase.java. 	 	function MM_doButtonAction(action, selectedItems) { 		 		// THESE MUST BE IN SYNC WITH ListModuleTagBase.java 		var SELECTIONPARAMNAME = 'id'; 		var SELECTIONPARAMDELIMITER = '**'; 		 		// If the action is a javascript action (starts with 'javascript') 		// then execute it immediately. 		 		if ((action.indexOf('javascript') == 0) || (action.indexOf('Javascript') == 0)) { 			eval(action); 		} else { 	 			var okay = true; 			// if action starts with "function:" call the function on the selection to see 			// if we can continue 			if ((action.indexOf('function:') == 0)) { 				okay = false; 				var idx = action.indexOf(":"); 				if(idx + 1 < action.length) { 					action = action.substr(idx+1); 					idx = action.indexOf(","); 					if(idx + 1 < action.length) { 						var fxn = action.substr(0, idx); 						action = action.substr(idx+1); 						fxn = eval(fxn); 						if(typeof(fxn) == "function") { 							okay = fxn(selectedItems); 						} 					} 				} 			}  			if(okay) { 				var params = new String(); 				 				if (selectedItems) { 					for (i = 0; i < selectedItems.length; i++) { 						if (i > 0) 							params = params.concat("**"); 						 						params = params.concat(selectedItems[i]); 					} 				} 				 				var url = action; 				 				if (params.length > 0) { 					if (url.indexOf('?') == -1) 						url = url + '?'; 					else 						url = url + '&'; 						 					url = url + 'id=' + params; 				} 				 				window.location = url; 			} 			 		} 	} 	 	function MM_updateButtons(form) { 		var dummy = new Array(); 		MM_updateButtons2(form, dummy); 	}  	function MM_updateButtons2(form, selectedItems) { 		if (form.buttons) { 			var buttonCount = form.buttons.length; 						 			for (i = 0; i < buttonCount; i++) { 				var button = form.buttons[i]; 				if (button) { 					button.update(selectedItems); 				} 			} 		} 	} 	 	function MM_getButtonWithName(form, buttonName) {  		if (form.buttons) { 			var buttonCount = form.buttons.length; 						 			for (i = 0; i < buttonCount; i++) { 				var button = form.buttons[i]; 				if (button.mName == buttonName) { 					return button; 				} 			} 		} 		 		return null; 	}  	function MM_countFilesFolders(selectedItems) { 		var ret_obj = new Object(); 		ret_obj["files"] = 0; 		ret_obj["folders"] = 0; 		var i = 0; 		for(i=0;i<selectedItems.length;i++) { 			var ftype = null; 			if((ftype = MM_findObj(selectedItems[i]+"ftype")) != null) { 				if(ftype.value == "file") ret_obj["files"]++; 				else if(ftype.value == "folder") ret_obj["folders"]++; 			} 		} 		return ret_obj; 	} 	 	function MM_oneFileOnly(selectedItems) { 		var ret = false; 		if(selectedItems.length == 1) { 			var ftype = null; 			if((ftype = MM_findObj(selectedItems[0]+"ftype")) != null) { 				if(ftype.value == "file") ret = true; 			} 		} 		return ret; 	}  	function MM_atLeastOneFile(selectedItems) { 		var ret = false; 		if(selectedItems.length > 0) { 			var i = 0; 			while(!ret && i < selectedItems.length) { 				var ftype = null; 				if((ftype = MM_findObj(selectedItems[i]+"ftype")) != null) { 					if(ftype.value == "file") ret = true; 				} 				++i; 			} 		} 		return ret; 	} 	 	function MMCommandButton(name, 							form, 							action, 							enabledImage, 							overImage, 							downImage, 							disabledImage, 							enableOnNoSelection, 							enableOnSingleSelection, 							enableOnMultipleSelection, 							enabledCheckSelectionJS, 							altText, 							confirmation, 							confirmationMessage) { 		this.mName = name;						// Name of the image 		this.mForm = form;						// The form object enclosing this button (to retrieve selections) 		this.mAction = action;					// Action to perform when clicking 		this.mEnabledImage = enabledImage;		// enabled image (String) 		this.mOverImage = overImage;			// over image (String) 		//this.mDownImage = downImage;			// down image (String) 		this.mDisabledImage = disabledImage;	// disabled image (String) 		this.mEnableOnNoSelection = enableOnNoSelection; 		this.mEnableOnSingleSelection = enableOnSingleSelection; 		this.mEnableOnMultipleSelection = enableOnMultipleSelection; 		this.mEnabledCheckSelectionJS = null; 		if(enabledCheckSelectionJS !='') { 			this.mEnabledCheckSelectionJS = eval(enabledCheckSelectionJS); 		} 		this.mAltText = altText; 		this.mConfirmation = confirmation; 		this.mConfirmationMessage = confirmationMessage; 		this.mEnabled = false; 		 		this.update = MMCommandButton_update; 		this.over = MMCommandButton_over; 		this.out = MMCommandButton_out; 		this.click = MMCommandButton_click; 	} 	 	function MMCommandButton_update(selectedItems) { 		if(this.mEnabledCheckSelectionJS != '' && 				typeof(this.mEnabledCheckSelectionJS) == "function") { 			var isEnabled = this.mEnabledCheckSelectionJS(selectedItems); 			if (isEnabled == true) { 				document[this.mName].src = this.mEnabledImage; 				this.mEnabled = true; 			} else { 				document[this.mName].src = this.mDisabledImage; 				this.mEnabled = false; 			} 		} 		else { 			if (selectedItems.length == 0) { 				if (this.mEnableOnNoSelection == true) { 					document[this.mName].src = this.mEnabledImage; 					this.mEnabled = true; 				} else { 					document[this.mName].src = this.mDisabledImage; 					this.mEnabled = false; 				} 			}  			if (selectedItems.length == 1) { 				if (this.mEnableOnSingleSelection == true) { 					document[this.mName].src = this.mEnabledImage; 					this.mEnabled = true; 				} else { 					document[this.mName].src = this.mDisabledImage; 					this.mEnabled = false; 				} 			}  			if (selectedItems.length > 1) { 				if (this.mEnableOnMultipleSelection == true) { 					document[this.mName].src = this.mEnabledImage; 					this.mEnabled = true; 				} else { 					document[this.mName].src = this.mDisabledImage; 					this.mEnabled = false; 				} 			} 		}  	} 	 	function MMCommandButton_over() { 		if (this.mEnabled) { 			document[this.mName].src = this.mOverImage; 		}  		// To whom it may concern. If you are revisiting this code in order 		// to speed it up, note that the thing slowing down the rollovers is 		// this call to swapText.     	swapText(this.mAltText, this.mForm.tt, this.mForm.tt + "i");     	     	window.status= this.mAltText; 	} 	 	function MMCommandButton_out() { 		if (this.mEnabled) { 			document[this.mName].src = this.mEnabledImage; 		} 		swapText('', this.mForm.tt, this.mForm.tt + "i"); 		 		window.status = ''; 	} 	 	function MMCommandButton_click() { 		if (this.mEnabled) { 			//document[this.mName].src = this.mDownImage; 			 			if (this.mConfirmation) { 				if (!confirm(this.mConfirmationMessage)) { 					return; 				} 			} 			 			MM_doButtonAction(this.mAction, this.mForm.selectedItems); 		} 		swapText('', this.mForm.tt, this.mForm.tt + "i"); 		window.status = ''; 	} 	 	function MMCheckbox(name, 						form, 						imageName) { 		// The mName is the name of the checkbox that is passed on via POST 		this.mName = name; 		this.mForm = form; 		this.mImageName = imageName; 	} 	 	// A popup window for general use, but for invoking the content ui in particular 	// For other purposes, a 500x350 window size is reasonable 	function popUp( loc, w, h, menubar ) { 		if( w == null ) { w = 700; } 		if( h == null ) { h = 500; } 		if( menubar == null || menubar == false ) { 			menubar = ""; 		} else { 			menubar = "menubar,"; 		} 	 		//if( NS ) { w += 50; } 		// Need the var or else IE4 blows up not recognizing editorWin 		var editorWin = window.open(loc,'editWin', menubar + 'resizable,scrollbars,width=' + w + ',height=' + h); 		//editorWin.focus(); //causing intermittent errors 	}  	// Used to submit a form if the user hits ENTER in the form - BAH 	function submitOnEnter(form, e) { 		if (document.all) e = window.event; 		key	= (document.layers) ? e.which : e.keyCode; 		if (13 == key) { 			if (form) form.submit(); 			return false; 		} 		return true; 	}   	// Used to kill a key press event from bubbling up - BAH 	function killKeyEvent(e) { 		if (document.all) e = window.event; 		key	= (document.layers) ? e.which : e.keyCode; 		if (13 == key) e.cancelBubble = true; 	}  	// Used to limit the chars in a text or textarea input - BAH 	// Must define variable maxChars & maxCharsError in the HTML tag or via javascript 	function checkMaxChars(obj) { 		// current key is not counted in length yet 		if (obj.value.length >= obj.maxChars) { 			alert(obj.maxCharsError + ': ' + obj.maxChars); 			obj.value = obj.value.substr(0, obj.maxChars); 			return false; 		} 		return true; 	}   	function doSitespringHelper(url, msg, installurl) { 		var doIt = true; 		if(!gSitespringHelperOK && !confirm(msg)) { 			doIt = false; 		} 		if(doIt) window.location = url; 		return; 	} 	function doHelpWindow(helpURL) { 		mmHelpWindow = window.open(helpURL,"mmHelp"); 		// Quarter second pause before focus to avoid JS errors 	 	setTimeout('mmHelpWindow.focus();',250); 	} 	function focusAndSelect(fld) { 		var	ualc = navigator.userAgent.toLowerCase(); 		if(ualc.indexOf('compatible') > -1 || ualc.indexOf("macin") < 0 || 				parseFloat(navigator.appVersion) >= 5.0) { 			var fldobj = MM_findObj(fld); 			if(fldobj != null) { 				fldobj.focus(); fldobj.select(); 			} 		} 	} 		 //--> </script><LINK REL="StyleSheet" HREF="themes/Clean/style/style.css" TYPE="text/css"> <LINK REL="StyleSheet" HREF="colisciences.css" TYPE="text/css">     </head>   <body> <!-- Message pour les browsers ne supportant pas CSS  --> <p class="hide">This page uses CSS style sheets, if you see this message it may not display properly because your browser does not support CSS.<br>Please consider upgrading your browser.</p>  <!-- Dbut de l'en-tte  --> <table border="0" width="100%" id="titre"> <tr>     <td valign="top" align="center" colspan="3"> 	<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=800 HEIGHT=75>     <PARAM NAME=movie VALUE="themes/Colisciences/sitename.swf?text=Colisciences">      <PARAM NAME=quality VALUE=high>     <PARAM NAME=bgcolor VALUE=>     <PARAM NAME=menu VALUE=false>     <EMBED src="themes/Colisciences/sitename.swf?text=Colisciences" quality="high" bgcolor=  WIDTH=600 HEIGHT=75 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" menu="false">     </OBJECT> 	</td> </tr> <tr>     <td width="33%" align="center"><a href="http://www.cnrs.fr" ><img src="images/logo-cnrs.gif" align="right" alt="CNRS"></a></td>     <td width="33%" align="center"><a href="http://www.lcp.cnrs.fr"><img src="images/logo-lettres.gif" align="right" alt="LCP"></a></td>     <td width="33%" align="center"><a href="http://www.unice.fr/MediaTec/"><img src="images/logo-mediatec.gif" align="right" alt="MdiaTeC"></a></td> </tr> </table> <table cellpadding="0" background="themes/Colisciences/images/tophighlight.gif" cellspacing="0" width="100%" border="0" align="center" > <tr valign="middle" > <td height="20"><font class="content" color="#363636"> &nbsp;&nbsp;Bonjour, vous pouvez vous <font ><a href="modules.php?name=Your_Account">connecter</a></font>. </font></td> <td align="right" width="140" ><font class="content"> <script type="text/javascript">  <!--   // Array ofmonth Names var monthNames = new Array( "Janvier","Fvrier","Mars","Avril","Mai","Juin","Juillet","Aot","Septembre","Octobre","Novembre","Dcembre"); var now = new Date(); thisYear = now.getYear(); if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem document.write(now.getDate() + " " + monthNames[now.getMonth()] + " " + thisYear); // -->  </script></font>&nbsp;</td> </tr> <tr> </table>  <table width=99% align=center cellpadding=0 cellspacing=0 border=0><tr><td valign=top rowspan=5> <td valign=top width=100%><h2>Textes, Fac simil, Notions & Relations<br> 	<FONT COLOR=#00007F>A</FONT><FONT COLOR=#00008F>c</FONT><FONT COLOR=#00009F>c</FONT><FONT COLOR=#0000AF></FONT><FONT COLOR=#0000BF>s</FONT><FONT COLOR=#0000CF> </FONT><FONT COLOR=#0000DF>a</FONT><FONT COLOR=#0000EF>u</FONT><FONT COLOR=#0000FF> </FONT><FONT COLOR=#0000FF>c</FONT><FONT COLOR=#001FFF>o</FONT><FONT COLOR=#003EFF>r</FONT><FONT COLOR=#005DFF>p</FONT><FONT COLOR=#007CFF>u</FONT><FONT COLOR=#009BFF>s</FONT><FONT COLOR=#00BAFF> </FONT><FONT COLOR=#00D9FF>h</FONT><FONT COLOR=#00F8FF>y</FONT><FONT COLOR=#00FFFF>p</FONT><FONT COLOR=#00E3FF>e</FONT><FONT COLOR=#00C7FF>r</FONT><FONT COLOR=#00ABFF>t</FONT><FONT COLOR=#008FFF>e</FONT><FONT COLOR=#0073FF>x</FONT><FONT COLOR=#0057FF>t</FONT><FONT COLOR=#003BFF>u</FONT><FONT COLOR=#001FFF>e</FONT><FONT COLOR=#0003FF>l</FONT></h2><table cellpadding="0" cellspacing="0" width="100%" border="0" background="themes/Colisciences/images/appleback.gif" > <tr><td>&nbsp;</td></tr><tr><td align="center" valign="center" width="97" height = "27" background="themes/Colisciences/images/home.gif"><a href="modules.php?name=Bibliotheque&selection=auteurs">Les Auteurs</a><td align="center" valign="center" width="97" height = "27" background="themes/Colisciences/images/downloads.gif"><a href="modules.php?name=Bibliotheque&selection=discipline">Les Disciplines</a><td align="center" valign="center" width="97" height = "27" background="themes/Colisciences/images/downloads.gif"><a href="modules.php?name=Bibliotheque&selection=thematique">Les Thmatiques</a><td align="center" valign="center" width="97" height = "27" background="themes/Colisciences/images/downloads.gif"><a href="modules.php?name=Bibliotheque&selection=notions">Les Notions</a><td>&nbsp;<td></table> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content"><tr><td> <h2>Les ouvrages par auteur</h2><table> <tr>   <td><a href="javascript:showHideModule('AUT1','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT1'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT1Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT1tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">Claude Bernard</h1></td></tr></table><div id="AUT1" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=1">Introduction  l'tude de la mdecine exprimentale</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=14">La Science exprimentale</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT1','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT2','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT2'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT2Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT2tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">Armand De Quatrefages</h1></td></tr></table><div id="AUT2" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=17">Les mules de Darwin, tome 1</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=18">Introduction  l'tude des races humaines</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=20">L'espce humaine</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=23">Les mules de Darwin, tome 2</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT2','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT3','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT3'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT3Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT3tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">Isidore Geoffroy Saint Hilaire</h1></td></tr></table><div id="AUT3" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=15">Trait de tratologie, tome 3</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=21">Trait de tratologie, tome 1</a><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=22">Trait de tratologie, tome 2</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT3','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT4','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT4'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT4Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT4tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">George John Romanes</h1></td></tr></table><div id="AUT4" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=24">L'intelligence des animaux. Tome premier - Les animaux infrieurs</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT4','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT5','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT5'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT5Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT5tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">Louis Bchner</h1></td></tr></table><div id="AUT5" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=19">Confrences sur la thorie Darwinienne</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT5','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT6','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT6'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT6Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT6tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">Oskar Schmidt</h1></td></tr></table><div id="AUT6" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=16">Descendance et darwinisme</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT6','Colisciences'); //--> </SCRIPT>  <table> <tr>   <td><a href="javascript:showHideModule('AUT7','Colisciences')" onMouseOver="javascript:showHideModuleMouseOver('AUT7'); return true; " onMouseOut="javascript:window.status=''; return true;"><img name="AUT7Toggle" border="0" src="themes/Colisciences/invisible.gif"></a> <img width="1" height="1" name="AUT7tl" src="themes/Colisciences/spacer.gif"></td> <td width="100%"><h1 class="heading">R. Radau</h1></td></tr></table><div id="AUT7" style="display: block;"><table class="content" cellspacing="0" cellpadding="0"> <tr class="odd"><td colspan="2"><ul><li><a href="parcours.php?name=Parcours_Hypertexte&amp;file=moteurCB&amp;valeur=1&amp;newouvrage=5">L'origine de l'homme d'aprs Darwin</a></ul></td></tr> </table></div><SCRIPT type="text/javascript"> <!-- ResetModule('AUT7','Colisciences'); //--> </SCRIPT>  </td></tr></table> <div class="menubar"><div align="center"> <table width="180" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td width="15" height="15" background="themes/Colisciences/images/cadre/coinsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" colspan="9" background="themes/Colisciences/images/cadre/sup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td width="15" height="15" background="themes/Colisciences/images/cadre/coinsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td width="15" background="themes/Colisciences/images/cadre/g.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td> <td background="themes/Colisciences/images/cadre/fond.gif"  align="left"  width="180" > <table width="150" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebsup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td background="themes/Colisciences/images/cadre/carrebg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td background="themes/Colisciences/images/cadre/carrebfond.gif" align="center" width="80%"><a href="index.php">Accueil</a></td>     <td width="15" background="themes/Colisciences/images/cadre/carrebd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>     <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebinf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table> <td> <td background="themes/Colisciences/images/cadre/fond.gif"  align="left"  width="180" > <table width="150" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebsup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td background="themes/Colisciences/images/cadre/carrebg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td background="themes/Colisciences/images/cadre/carrebfond.gif" align="center" width="80%"><a href="parcours.php?name=Encyclopedie">Encyclopedie</a></td>     <td width="15" background="themes/Colisciences/images/cadre/carrebd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>     <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebinf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table> <td> <td background="themes/Colisciences/images/cadre/fond.gif"  align="left"  width="180" > <table width="150" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebsup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td background="themes/Colisciences/images/cadre/carrebg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td background="themes/Colisciences/images/cadre/carrebfond.gif" align="center" width="80%"><a href="parcours.php?name=Descriptif_des_Notions&op=list_content&eid=6">Glossaire</a></td>     <td width="15" background="themes/Colisciences/images/cadre/carrebd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>     <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebinf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table> <td> <td background="themes/Colisciences/images/cadre/fond.gif"  align="left"  width="180" > <table width="150" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebsup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td background="themes/Colisciences/images/cadre/carrebg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td background="themes/Colisciences/images/cadre/carrebfond.gif" align="center" width="80%"><a href="parcours.php?name=Informations">A propos</a></td>     <td width="15" background="themes/Colisciences/images/cadre/carrebd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>     <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebinf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table> <td> <td background="themes/Colisciences/images/cadre/fond.gif"  align="left"  width="180" > <table width="150" border="0" cellspacing="0" cellpadding="0" >   <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebsup.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebsupd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td background="themes/Colisciences/images/cadre/carrebg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td background="themes/Colisciences/images/cadre/carrebfond.gif" align="center" width="80%"><a href="parcours.php?name=Recherche">Rechercher dans la totalit du Corpus</a></td>     <td width="15" background="themes/Colisciences/images/cadre/carrebd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>     <tr>      <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" background="themes/Colisciences/images/cadre/carrebinf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" width="15" background="themes/Colisciences/images/cadre/carrebinfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table>      <td width="15" background="themes/Colisciences/images/cadre/d.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr>   <tr>      <td width="15" height="15" background="themes/Colisciences/images/cadre/coininfg.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td height="15" colspan="9" background="themes/Colisciences/images/cadre/inf.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>     <td width="15" height="15" background="themes/Colisciences/images/cadre/coininfd.gif"><img src="themes/Colisciences/images/space15_15.gif" width="15" height="15"></td>   </tr> </table></div></div><br><td>&nbsp;</td><td valign="top"></tr></table></td></tr></table> <!-- Footer --> <table cellpadding="0" background="themes/Colisciences/images/tophighlight.gif" cellspacing="0" width="100%" border="0" align="center" >  <tr valign="middle" >  <td height="20"><font class="content" color="#363636">  &nbsp;Dernire modification: Wed 9 April 2003 2:11 pm</td></tr></table><center><font class="tiny"> Copyright CNRS - MEDIATEC, 2002. <A HREF="parcours.php?name=Informations">Tous droits rservs</A>.<BR>Nous contacter : <A HREF="mailto: lcp@damesme.cnrs.fr">LCP</A>.<br> <br> <br> <br> </font></center> </body> </html> 
