// ufc adherents-temoin-style.js 12-2003




function debut(){top.location.href="index.htm";}

document.write("<STYLE TYPE='text/css'>");
document.write("BODY {background-color: #FFFFCC; font-family: arial; font-size: 16px; padding: 10px;}");

document.write("A:link {color: blue;}");
document.write("A:visited {color: green;}");
document.write("A:hover {color: red;}");



document.write("H1 {font-weight: bold; font-size: 30px;	font-family: Times; text-align: center; background-color: #FFFFAA; border: 1px solid #FFAAAA;}");

document.write("H2 {font-weight: bold; font-size: 12px; text-align: center;}");

document.write("H3 {font-weight: normal; font-family: times; font-size: 16px; color: red;}");

document.write("H4 {font-weight: normal; font-size: 16px; color: green;}");

document.write("H6 {font-weight: normal; font-size: 12px;}");

document.write(".rouge {color: red; font-family: times;}");
document.write(".vert {color: green;}");
document.write("</STYLE>");


if (top.document.title!="ufc-index") {document.write("<A HREF='javascript:debut();'>Vers la page d'accueil du site</A>");}




