/*****************************************************************************/
/* CNRS                                                                      */
/* Feuille de style Site labos STII   	                               */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/

h3 a:link, 
h3 a:visited,
a.spip_note:link,
a.spip_note:visited,
ul.liste-liens a:link,
ul.liste-liens a:visited,
div#menu li a,
#annuaire li a,
#trombinoscope li a,
#intranet li a,
ul.liste-liens a:link,
ul.liste-liens a:visited,
h2
{
  color: #0101DF; 
}

p.surtitre,
p.soustitre,
#texte legend,
h3 
{  
  color: #0101DF;
}

#texte,   
span.petit, 
ul ul, 
p.petit,
td,
a:link,
a:visited,
p
{
  color: #0B0B61; 
}

a:hover
{
  color: #0101DF;
}

h3 a:hover,
ul.liste-liens a:hover,
div#menu li a:hover,
#annuaire li a:hover,
#trombinoscope li a:hover,
#intranet li a:hover
{ 
  color: #04B404;
}

div#menu ul.level2 a:hover 
{ 
  color: #00FF00;
}


#texte h2
{ 
  color: #0101DF;
}

#liens-top a, 
#liens-top a:link, 
#liens-top a:visited, 
#liens-top a:hover,
#nom-labo h1 a,
#nom-labo h1
{
  color: #08088A;
}

#main,
#top,
#colgauche,
#pageune,
#pageseconde,
#colgauche .partenaire,
#chemin,
#texte,
div#menu ul,
div#menu ul.level1 li,
#annuaire,
#trombinoscope,
#intranet,
#recherche,
#recherche input.box,
#lang,
#lang select,
table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th,
table.spip,
table.spip td,
table.spip th,
.texte_droite,
.texte_gauche,
#texte ul.navdroite,
#texte ul.navdroite li,
#texte fieldset,
div.separateur,
#texte h2.anoter,
div.anoter
{
  border-color: #08088A;
}

#colgauche,
#colgauche p,
#colgauche h2,
#lang select,
.texte_droite,
.texte_droite p
{ 
  color: #0B0B61;
}

#lang input,
div#menu ul.level2, 
div#menu ul.level3,
div#menu ul.level2 li,
div#menu ul.level3 li,
div#menu ul.level2 a, 
div#menu ul.level3 a
{ 
  background-color: #08088A;
  color: #FFFFFF;
}
/* Buttons:ajout bea pour onglet pages equipes */
#Button 
	{
	margin: 0px;
	padding: 0;
	list-style: none;
	display:inline;
	color:#3E3E3E;
	}
#Button li 
	{
	float: left;
	margin: 1px;
	padding: 0;
	text-align: center;
	display:inline;
	color:#3E3E3E;
	width: 115px;
	height:20px;
	float: left;
	background: #666 url('../images/TabActiv.gif');
	}
#button a 
	{
	text-decoration: none;
	letter-spacing: 0.1em;
	margin: 0px;
	padding:0;
	width: 115px;
	height:20px;
	float: left;
	display: block;
	color:#3E3E3E;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
#button a:link 
	{
	background: #666 url('../images/TabInactiv.gif');
	}
#button a:visited{
	background: #666 url('../images/TabInactiv.gif');
	}
#button a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
	}
#button a:hover {
	background: #666 url('../images/TabSelect.gif');
	color: #000000;
	}
#button a:active {
	background: #666 url('../images/TabSelect.gif');
	color: #000000;
	}

