var template_head_string='<body text="#000000">\n<table style="margin-left:auto; margin-right:auto; width:100%;" border="0" cellspacing="0" cellpadding="0">\n<tr>\n<td background="./img/ombre_left.gif" width="9"><img src="./img/transp.gif" height="50" width="9" alt="" /></td>\n<td>\n';

template_head_string += '<table width=100% border=0 cellspacing=0>\n';
template_head_string += '<tr bgcolor="#990000">\n';
template_head_string += '<td align=left class="bar_results"><font color="#fefb91">Search results for <b><!-- INSERT QUERYWORDS --></b>.</font></td>\n';
template_head_string += '<td align=right><font color="#fefb91"> Results <!-- INSERT PAGESTART --> to\n';
template_head_string += '<!-- INSERT PAGEEND --> of <!-- INSERT MAXRESULT --></font></td>\n';
template_head_string += '</tr></table><br><small>\n';
template_head_string += '<!-- INSERT NAVIGATION --></small>\n<ul class="seach_results">\n\n';


var template_link_string='<li><!-- INSERT LINK -->\n\n';
var template_foot_string='</ul><small><!-- INSERT NAVIGATION --></small><br><br>\n';
template_foot_string += '	</td>\n    <td background="./img/ombre_right.gif" width="9"><img src="./img/transp.gif" height="50" width="9" alt="" /></td>\n  </tr>\n</table>\n      <div id="outercolonnepied">Powered by <a href="http://www.elda.org" title="ELDA">ELDA</a> &copy; 2008 ELDA/ELRA</div>';
template_foot_string +='</body></html>\n\n';

var template_head='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html><head>\n';
template_head += '<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">\n';
//template_head += '<link rel="stylesheet" media="screen" type="text/css" title="style" href="./css/styles.css" />\n';
template_head += '<style type="text/css">\n';
template_head += 'body {\n';
template_head += '	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;\n';
template_head += '	font-size: 14px;\n';
template_head += '	color: #000000;\n';
template_head += '	padding: 0;\n';
template_head += '	margin: 0;\n';
template_head += '	background-color: #FFFFFF;\n';
template_head += '}\n';
template_head += 'a:link {\n';
template_head += '	color: #990000;\n';
template_head += '	text-decoration: none;\n';
template_head += '}\n';
template_head += 'a:visited {\n';
template_head += '	color: #C84D4D;\n';
template_head += '	text-decoration: none;\n';
template_head += '}\n';
template_head += 'a:hover {\n';
template_head += '	color: #293742;\n';
template_head += '	text-decoration: underline;\n';
template_head += '}\n';
template_head += 'dt, dl, dd, ul, li {\n';
template_head += 'list-style-type: none;\n';
template_head += 'margin: 0;\n';
template_head += 'padding: 0;\n';
template_head += '}\n';
template_head += '.bar_results {\n';
template_head += '	float:none;\n';
template_head += '	text-align: left;\n';
template_head += '	font-weight: bold;\n';
template_head += '	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;\n';
template_head += '	font-size: 15px;\n';
template_head += '	color: #000000;\n';
template_head += '}\n';
template_head += '.seach_results {\n';
template_head += '	float:none;\n';
template_head += '	text-align: left;\n';
template_head += '	font-weight: bold;\n';
template_head += '	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;\n';
template_head += '	font-size: 12px;\n';
template_head += '	color: #000000;\n';
template_head += '}\n';
template_head += '.link_pdf:link {\n';
template_head += '	color: #990000;\n';
template_head += '}\n';
template_head += '.link_pdf:visited {\n';
template_head += '	color: #C84D4D;\n';
template_head += '}\n';
template_head += '.link_pdf:hover {\n';
template_head += '	color: #293742;\n';
template_head += '}\n';
template_head += '.link_summary:link {\n';
template_head += '	color: #000000;\n';
template_head += '}\n';
template_head += '.link_summary:visited {\n';
template_head += '	color: #000000;\n';
template_head += '}\n';
template_head += '.link_summary:hover {\n';
template_head += '	color: #293742;\n';
template_head += '}\n';
template_head += '/* PIED DE PAGE */\n';
template_head += '#outercolonnepied {\n';
template_head += '	width:100%;\n';
template_head += '	margin:0;\n';
template_head += '	padding:0;\n';
template_head += '	background-color: #990000;\n';
template_head += '	border-top: 2px solid #132700;\n';
template_head += '	float:left;\n';
template_head += '	text-align:center;\n';
template_head += '}\n';
template_head += '#outercolonnepied a:link {\n';
template_head += '	color: #FFFFFF;\n';
template_head += '	text-decoration: none;\n';
template_head += '}\n';
template_head += '#outercolonnepied a:visited {\n';
template_head += '	color: #FFFFFF;\n';
template_head += '	text-decoration: none;\n';
template_head += '}\n';
template_head += '#outercolonnepied a:hover {\n';
template_head += '	color: #FFFFFF;\n';
template_head += '	text-decoration: none;\n';
template_head += '}\n';
template_head += '</style>\n';
template_head += '</head>\n';

