ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

/* a:hover {} */

td
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: transparent;

}

body
{
  padding: 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

.header
{
  text-align: right;
  /*border: 1px solid #CCCCCC;*/
}

.content
{
  text-align: center;
 /* border: 1px solid #CCCCCC;*/
}

.footer
{
  text-align: center;
  background-color: #007acd;
  color: #ffffff;
 /* border: 1px solid #CCCCCC;*/
}

.authentificationTitle {
  color: #007acd;
  font-size: 24px;
}

.authentification {
  width: 111px;
  height: 111px;
  background-image: url(../images/go_off.gif);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.authentification:hover {
  background-image: url(../images/go_on.gif);
}

.authentificationFont {
  background-image: url(../images/sycloe_fond.gif);
  background-repeat : repeat-x;
}

.authentification3D {
  background-image: url(../images/sycloe3D.gif);
}

.portailSI {
  width: 221px;
  height: 177px;
  background-image: url(../images/sycloe_alpha_off.gif);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.portailSI:hover {
  background-image: url(../images/sycloe_alpha_on.gif);
}

.portailSIG {
  width: 221px;
  height: 177px;
  background-image: url(../images/sycloe_carto_off.gif);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.portailBI:hover {
  background-image: url(../images/sycloe_bi_on.gif);
}

.portailBI {
  width: 221px;
  height: 177px;
  background-image: url(../images/sycloe_bi_off.gif);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.portailSIG:hover {
  background-image: url(../images/sycloe_carto_on.gif);
}

.portailAdmin {
  width: 221px;
  height: 177px;
  background-image: url(../images/administration_off.gif);
  background-color: transparent;
  text-decoration: none;
  border: none;
}

.portailAdmin:hover {
  background-image: url(../images/administration_on.gif);
}

