/* Recherche d'information sur www.strategies.fr 	*/
/* Auteur : Reedbusiness (PM)						*/
/* Date de cration : 14 avril 2006 				*/
/* Dernire modification : 18 avril 2006			*/


document.writeln ('<link href="http://www.strategies.fr/partenaires/fond_blanc.css" rel="stylesheet" type="text/css">');


function trim(s) {
	while (s.substring(0,1) == ' ')
    	s = s.substring(1, s.length);
                    
    while (s.substring(s.length-1, s.length) == ' ')
    	s = s.substring(0, s.length-1);
                    
    return s;
}

function SubmitRecherche()
{
	if (trim(document.rechercher_strategies.moteur_recherche_input.value) == '')
	{
		alert('Veuillez indiquer vos critères de recherche');
		document.rechercher_strategies.moteur_recherche_input.value = '';
		document.rechercher_strategies.moteur_recherche_input.focus();
	}
	else
	{
		document.rechercher_strategies.action = "http://www.strategies.fr/recherche/";
		document.rechercher_strategies.method="post" ;
		document.rechercher_strategies.target="_blank" ;
		document.rechercher_strategies.submit();
	}
}

document.writeln('<form name="rechercher_strategies" style="width:150px;height:90px;overflow:hidden;margin:0;padding:0;border:1px solid #000000;" onKeyPress="if(window.event.keyCode==13 || window.event.which==13) { SubmitRecherche(); }">');
document.writeln('	<div id="strat_elements">');
document.writeln('		<div class="strat_text_haut">Acc&egrave;s aux archives de</div>');
document.writeln(' 		<img src="http://www.strategies.fr/partenaires/logo.gif" width="150" height="34" border="0" style="margin:0;padding:0;border:0" /><br />');


document.writeln('	<div class="strat_elements_form">');
document.writeln('	 		<input name="moteur_recherche_input" id="moteur_recherche_input" type="text" class="strat_query"  value="Tapez votre requ&ecirc;te ici" onFocus="if(this.value==\'Tapez votre requ&ecirc;te ici\')this.value=\'\'" />');

document.writeln('			<a href="#1" onClick="SubmitRecherche()">');
document.writeln('			<img src="http://www.strategies.fr/partenaires/ok.gif" id="ok" width="17" height="18" border="0" alt="Ok" class="strat_ok"/>');
document.writeln('			</a>');
document.writeln('	</div>');


document.writeln('		<div style="height:0px;font-size:0px;clear:both"></div>');


document.writeln('		<div class="strat_text_bas"">');
document.writeln('			<img src="http://www.strategies.fr/partenaires/footer_partenaires.gif" alt="footer"');
document.writeln('		</div>');
document.writeln('	</div>');
document.writeln('</form>');

