/* Feuille de style pour le site de telesystem */
body{
  margin:0;
  background-color:#ffffff;
}
table.principal{
  /*height:100%;*/
}
table.splash{
  height:100%
}
.background{
  background-image:url('../images/bgband.gif');
  background-repeat:repeat-x;
}
.band{
  background-image:url('../images/band.gif');
  background-repeat:repeat-x;
}

.content{
  padding-left:25px;
  padding-right:25px;
}
.content_bottom{
  background-image:url('../images/bgcontent_bottom.gif');
  background-repeat:repeat-x;
  padding-right:25px;
}

body, input, select, option, textarea, td, li, ul, p{
  font-family:verdana, arial, sans-serif; 
  font-size:10px; 
  color:#333333;
  font-weight:normal;
  line-height:15px;
}
p{
  margin-bottom:15px;
}

a{
  color:#353398;
  font-weight:normal;
  text-decoration:underline;
}
.menu{
  color:#333333;
  font-size:10px;
  text-transform:uppercase;
}
a.menu{
  text-decoration:none;
}
.contact{
  font-size:11px;
}

.title_white{
  font-size:12px;
  color:#ffffff;
  font-weight:bold;
  text-transform:uppercase;
}
.title_blue{
  font-size:12px;
  color:#27aad4;
  font-weight:bold;
  text-transform:uppercase;
  line-height:17px;
}
.title_print{
  font-size:19px;
  color:#666666;
  font-weight:bold;
  text-transform:uppercase;
  line-height:24px;
}

.blue{
  color:#27aad4;
}
.blue_bld{
  color:#27aad4;
  font-weight:bold;
}
.logo{
  font-size:22px;
  color:#27aad4;
  line-height:28px;
}
.copyright{
  font-size:9px;
  color:#848484;
}
.copyright_bld{
  font-size:9px;
  color:#848484;
  font-weight:bold;
}

.admin_head{
  background-image:url('../images/band.gif');
  background-repeat:repeat-x;
}
.admin_head a{
  font-size:12px;
  color:#ffffff;
  text-decoration:none;
  line-height:17px;
}
.admin_title{
  background-image:url('../images/bgcontent_top.gif');
  background-repeat:repeat-x;
  padding-left:25px;
  font-size:22px;
  color:#666666;
  font-weight:bold;
  text-transform:uppercase;
  line-height:28px;
}
.admin-btn{
  color:#ffffff;
}
a.admin-btn{
  text-decoration:none;
}

.error{
  color:#aa0000;
}
.save{
  color: #007700;
}

/* CSS des boutons */
#button{
  width:80px;
  height:21px;
  cursor:pointer;
  border:.1em solid #333333;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:#333333;;
  background:#ffffff;
}
#button-over{
  width:80px;
  height:21px;
  cursor:pointer;
  border:.1em solid #333333;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:#ffffff;
  background:#32ccfe;
}
#button-long{
  width:130px;
  height:21px;
  cursor:pointer;
  border:.1em solid #333333;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:#333333;
  background:#ffffff;
}
#button-long-over{
  width:130px;
  height:21px;
  cursor:pointer;
  border:.1em solid #333333;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:#ffffff;
  background:#32ccfe;
}