/********************************/
/*    AUTEUR: Pierre HOUBERT    */
/* DATE DE CREATION: 23/03/2006 */
/********************************/
function conditions() { 
Window2=open("","","menubar=no,resizable=no,scrollbars=yes,width=469,height=440,top=60,left=165");
Window2.document.open();
Window2.document.write ("<HTML>\n");
Window2.document.write ("<HEAD>\n");
Window2.document.write ("<TITLE>Varela Design</TITLE>\n");
Window2.document.write ("</HEAD>\n");
Window2.document.write ("<BODY bgColor=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0>\n");
Window2.document.write ("<A HREF='javascript:window.close();'>\n");
Window2.document.write ("<IMG src='../images/conditions.jpg' NOSAVE ALT='Cliquez pour fermer' BORDER=0 HEIGHT=640 WIDTH=452>");
Window2.document.write ("</A>\n");
Window2.document.write ("</BODY></HTML>\n");
Window2.document.close();
}
document.write ("<TABLE width=780 BORDER=0 CELLSPACING=0>\n");
document.write ("    <TR>\n");
document.write ("      <TD ALIGN='left' VALIGN='MIDDLE'><A HREF='javascript:conditions();'><FONT SIZE=2 COLOR='#6F6F6F'>conditions générales de vente</FONT></A></TD>\n");
document.write ("      <TD ALIGN='center' VALIGN='MIDDLE'>&nbsp;</TD>\n");
document.write ("      <TD ALIGN='right' VALIGN='MIDDLE'><A HREF='mailto:nathalie@varela-design.com'><FONT SIZE=4 COLOR='#6F6F6F'>nathalie@varela-design.com</FONT></A></TD>\n");
document.write ("    </TR>\n");
document.write ("</TABLE>\n");
