/* Développé par L. Dusseau */

body{
  margin-top:0px;
  background:#CCC;
  text-align:center; /* Obligatoire pour centrer le contenu de la page sous IE. */
}

a:link,a:visited{
  color:#000;
  text-decoration:none;
}

a:hover,a:active{
  color:#EA690A;
}

/**** GLOBAL ****/
#global {
  margin-left:auto;
  margin-right:auto;
  width:820px;
  height:250px;
  font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  font-size:11px;
}

/**** ENTETE ****/
#header {
  background-image:url(../images/header.jpg);
  background-position:top;
  height:200px;
  padding:20px 0px 0px 0px;
}

#header li{
  display:inline;
}


#header li a:link, #header li a:visited {
  /*display: block;*/ /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
  float: left;
  height: 32px;
  padding-left:11px;
  padding-right:11px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  font-weight:bold;
  color:#fff;
  background:#fff url(../images/nav.gif);
}

#header li a:hover, #header li a:active {
  background:#000 url(../images/nav.gif) 0 -32px;
}

#langue{
  margin-left:50px;
  margin-right:50px;
  text-align:left;
}

/**** CORPS ****/
#content {
  background-image:url(../images/content.jpg);
  padding-left:50px;
  padding-right:50px;
  text-align:justify;
}

#texte_accueil { /* Page accueil - Mot du responsable tumorothèque */
  margin:0px;
  padding:10px;
  text-indent:1cm;
  border-style:solid;
  border-width:1px;
  background: #CCC;
}

#texte_news { /* Page accueil - Actualités */
  margin:0px;
  padding:0px;
  text-indent:1cm;
}

#sign {
  float:right;
}

#content span.titre {
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}

#content span.urgences {
  font-size:11px;
  font-weight:bold;
  color:red;
}

#content table {
  border-style:none;
  border-width:0px;
  font-size:11px;
  margin-left:auto;
  margin-right:auto;
  width:700px;
  border-collapse:collapse;
}

#content th.table_entete {
  font-weight:bold;
}

#content td.cell_gris {
  background:#DDD;
}

#content td.cell_gris2 {
  background:#EEE;
}

#content td.pdf {
  width:25px;;
}

#content td.maj {
  width:85px;
  text-align:center;
}

#content fieldset {
  margin-bottom:15px;
}

#content legend {
  color:#FF860D;
  font-weight:bold;
  padding-bottom:5px;
}

#content span.resultat {
  color:green;
  font-weight:bold;
  padding-bottom:5px;
  text-decoration:underline;
}

#content label{
  float:left;
  width:200px;
  font-weight:bold;
}

#content select {
  width:250px;
}

/**** PIED ****/
#footer {
  background-image:url(../images/footer.jpg);
  height:80px;
}

#footer p{
  margin-left:50px;
  margin-right:50px;
  margin-top:0px;
  border-top-style:solid;
  border-top-width:1px;
  border-color:#BBBBBB;
  text-align:center;
}

