/*
   WebSite
*/

a:active  { text-decoration: none; color: #78dee4; }
a:link    { text-decoration: none; color: #78dee4; }
a:visited { text-decoration: none; color: #78dee4; }
a:hover   { text-decoration: none; color: #0099cc; }

body {
background-image: url(http://heavenfactory.com/images/heavenfactorry_fond_bleu.jpg);
background-repeat: no-repeat;
background-position: top center;
margin-top: 25px;
margin-bototm: 25px;
font-size: 10pt;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

table {
font-size: 10pt;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: justify;
}

.tabinfo {
border: 1px solid #003366;
background-color: #01172e;
color: #FFFFFF;
}


/*
   Texte
*/

h2 {
font-size: 17px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bolder;
text-align: center;
}

.lnktitle {
font-size: 10pt;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

a.lnk_webmail { display: block; width: 125px; height: 125px; background: url(images/lnk_webmail.gif) 0 0 no-repeat; }
a.lnk_webmail:hover { background: url(images/lnk_webmail_over.gif) 0 0 no-repeat; }

a.lnk_zoneclients { display: block; width: 125px; height: 125px; background: url(images/lnk_espace_clients.gif) 0 0 no-repeat; }
a.lnk_zoneclients:hover { background: url(images/lnk_espace_clients_over.gif) 0 0 no-repeat; }

a.lnk_sav { display: block; width: 125px; height: 125px; background: url(images/lnk_support_technique.gif) 0 0 no-repeat; }
a.lnk_sav:hover { background: url(images/lnk_support_technique_over.gif) 0 0 no-repeat; }

a.lnk_contact { display: block; width: 125px; height: 125px; background: url(images/lnk_contact.gif) 0 0 no-repeat; }
a.lnk_contact:hover { background: url(images/lnk_contact_over.gif) 0 0 no-repeat; }


/*
   Website
*/

td.copyright {
height:20px;
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #CCFFFF;
}



/*
   TKOF Release
*/

.opacityit img {
opacity: 0.4;
-ms-filter: "alpha(opacity=40)";
filter: alpha(opacity=40);
}

.opacityit:hover img {
opacity: 1;
-ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100);
}

.tkhide { position: absolute; visibility: hidden; left: -5000; top: -5000; }

