// JavaScript Document

	//********************
	//remplissez les fils d'infos et els 2 zones 'les news' à ce niveau en respectant le principe établi
	//ATTENTION!!! si vous devez mettre une apostrophe dans le texte, faites la précéder d'une \
	//si votre texte n'est pas entièrement en bleu, c'est qu'il y a une soucis d'apostrophe
	//fil_info_1 = 'Le dépouillement des votes des élections du CFAR auront lieu le 18 Septembre 2006 <a href="menu.html" class="contenu_lien">et un lien...</a><br><br>';
	fil_info_1 = 'Questionnaire Fin DESAR <a href="http://www.cfar.org/FORMINITIALE/DESAR/QuestFinDESAR.html" class="contenu_lien"> Lire la suite...</a><br><br>';
	fil_info_2 = 'Lettre Infos n° 29 Juillet 2010 ... <a href="http://www.cfar.org/lettres_info/CFARInfos29.pdf" class="contenu_lien"> A télécharger...</a><br><br>';
	fil_info_3 = 'Le CFAR au Congrès SFAR..., <a href="http://www.cfar.org/INFORMATION/CFARauCongresSFAR.html" class="contenu_lien"> Lire la suite...</a><br><br>';
	
	
	
	les_news_1 = '1. Elections Directoire..., <a href="http://www.cfar.org/CFAR/ElectionsDirectoire.html" class="contenu_lien">> Lire l\'actu...</a><br><br>';
		
	les_news_2 = '2. La Checklist au bloc opératoire..., <a href="http://www.cfar.org/INFORMATION/InfochecklistBO.html" class="contenu_lien">> Lire l\'actu...</a><br>';	
	//********************

	//NE PAS MODIFIER CI DESSOUS!!!

	strTemp = '<form name="ma_recherche" action="javascript:goto_recherche_site();"><table width="153" border="0" cellspacing="0" cellpadding="0">';
    strTemp += '<tr><td width="153"><img src="http://www.cfar.org/4DBin/img/rechercher.gif" width="153" height="21"></td></tr>';
	strTemp += '<tr><td align="center" bgcolor="#FFD27B">';
	strTemp += '<table width="145" border="0" cellspacing="0" cellpadding="0">';
	strTemp +=	'<tr><td align="center"><input class="champ_formulaire" type="text" name="recherche" maxlength="100" style="width:110px;"></td>';
	strTemp +=  '<td align="right"><a href="javascript:document.ma_recherche.submit();" onMouseOver="okay2.src = \'http://www.cfar.org/4DBin/img/ok2_on.gif\';" onMouseOut="okay2.src = \'http://www.cfar.org/4DBin/img/ok2_off.gif\';">  <img src="http://www.cfar.org/4DBin/img/ok2_off.gif" name="okay2" width="26" height="17" border="0"></a></td>';
	strTemp +=  '</tr></table></form></td></tr>';
	strTemp +=  '<tr><td><img src="4DBin/img/bas_droite.gif" width="153" height="9"></td></tr><tr><td><img src="http://www.cfar.org/4DBin/img/flashinfos.gif" width="153" height="33"></td></tr><tr>';
	strTemp +=  '<td bgcolor="#FFFAF2" align="center"><table width="145" border="0" cellspacing="0" cellpadding="0"><tr>';
	strTemp +=  '<td class="contenu_droit"><marquee onMouseOver=this.stop() onMouseOut=this.start() scrollAmount=2 direction=Up 150 height=50 align="left">';


	// on place les 3 fils d'infos
	strTemp +=  fil_info_1;
	strTemp +=  fil_info_2;
	strTemp +=  fil_info_3;
	
	strTemp +=  '</marquee></td></tr></table></td></tr><tr><td><img src="http://www.cfar.org/4DBin/img/bas_droite2.gif" width="153" height="10"></td></tr><tr>';
	strTemp +=  '<td><img src="http://www.cfar.org/4DBin/img/actualites.gif" width="153" height="33"></td></tr><tr><td align="center" bgcolor="#FFFAF2"><table width="145" border="0" cellspacing="0" cellpadding="0">';
	strTemp +=  '<tr><td class="contenu_droit">'
	
	//on place les news
	strTemp +=  les_news_1;
	strTemp +=  les_news_2;

	strTemp +=  '<img src="http://www.cfar.org/4DBin/img/pix_trans.gif" width="10" height="7"></td></tr></table></td>'
	strTemp +=  '</tr><tr><td bgcolor="#FFD27B"> <a href="http://62.160.224.228/4DMETHOD/calendrier_congres" class="calendrier_lien">Calendrier des formations</a> </td>';
	strTemp +=  '</tr><tr><td><img src="http://www.cfar.org/4DBin/img/bas_droite.gif" width="153" height="9"></td></tr><tr><td><img src="http://www.cfar.org/4DBin/img/footer_droite.gif" width="153" height="16"></td>';
	strTemp +=  '</tr></table>';

	document.write(strTemp);		