<STYLE type="text/css">
BODY {
  color: black;
  text-align: justify;
  background: white url('https://lipn.univ-paris13.fr/~banderier/common/LIPNbg12.gif');
  margin: 1em;
}

FONT.redblink { 
	color: red; 
	text-decoration: blink;
}

TABLE.two-column {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
TD.title {
  border: 0px;
  text-align: center;
}

TD.buttonb{
	  background-color: rgb(0,230,255); 
	    color: black;
	      border: solid 1px black;
		  font-size: 85%;
		    text-align: center;
		      width: 8%;
	      }
	      
TD.button {
  background-color: rgb(0,230,255); 
  color: black;
  border: solid 1px black;
  font-size: 85%;
  text-align: center;
  width: 8%;
}
TD.inactive {
  background-color: rgb(245,245,245); /* white smoke */
  border: solid 1px black;
  color: black;
}
A.button {
  color: black;
  display : block;
  text-decoration: none;
}
A.buttonb {
	  color: black;
	    display : block;
	      text-decoration: none;
      }


TD.current {
  background-color: rgb(255,204,51); 
  border: solid 1px rgb(0,0,128); /* navy blue */
}

DIV.centered {
  text-align: center;
}
DIV.footer {
  font-size: small;
  font-style: oblique;
}
HR.no-banner {
  background-color: rgb(0,230,255); 
  border: solid 1px black;
  height: 8px;
}
HR.yellow {
  background-color: rgb(255,204,51); 
  border: none;
  height: 1px;
}

.background-blue {
  background-color: rgb(0,230,255); 
}
.background-smoke {
  background-color: rgb(245,245,245); 
}
.background-yellow {
  background-color: rgb(255,204,51); 
}

a:hover, a:active {
        color: #cc33cc;
        }
div.header div.Paris13 {
  position:static;
  left:10px;
  top:80px;
  margin-left:10px;
  width: 142px;
  height: 37px;
  background: transparent url(./common/logoP13.gif) no-repeat top left;
}
div.header div.Paris13 span {
  display:none ;
}
div.header div.CNRS {
  position:static;
  right:0px;
  top:50px;
  margin-right:10px;
  width: 207px;
  height: 99px;
  background: transparent url(./common/LogoCNRS.gif) no-repeat top right;
}
div.header div.CNRS span {
  display:none ;
}
div.header {
text-align:center;
height:40px;
margin-top:30px;
margin-bottom:0px;
}

div.header2 {
text-align:center;
height:45px;
margin-top:10px;
margin-bottom:0px;
}

div.header span.HeaderWhere span{
font-size: 200%;
font-weight: bold;
}

h1 {
  margin: 20px 20px 10px 10px;
font-family:serif;
}
div.container {
  margin-left:20px;
  margin-right:20px;
}

div.container div.summary {
  background: #e0e0e0;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1pt;
  font-size: 10pt;
  font-family: sans;
  margin:0px;
  text-align:justify;
}
div.intro {
  background: #ffc0c0;
  padding: 10px;
  margin:10px 50px;
  text-align:justify;
  border: solid;
}

h2 {
font-size: 150%;
background:transparent url(./common/degrade.png) repeat-y;
padding-left: 30px;
}

h2 {
font-size: 150%;
background:transparent repeat-y;
padding-left: 30px;
}

h3 {
font-size: 105%;
font-family:serif;
}

h4 {
font-size: 100%;
}



a.info span
{
margin-top: 1em;
display:none;
}

a.info:hover
{
text-decoration:none;
background:#ffffff;
}

a.info
{
}

a.info:hover span
{
display:inline;
position:relative;
margin-top: 1em;
left:0px;
}

div.abstract
{
padding:1em;
color:#505560;
margin-bottom: .7em;
background:#f4f5f6;
border: #aaaaaa 1px solid;
}

/*   compteur automatique pour 
<ul class="seances">
  <li><span>Séance</span></li>
  <li><span>Séance</span></li>
  <li><span>Séance</span></li>
</ul>
*/

.seances {
  counter-reset: seance; /* Initialise le compteur */
}
.seances li {
  counter-increment: seance; /* Incrémente à chaque <li> */
}
.seances li span::before {
  content: "Séance " counter(seance) " : ";
  color: green;
}
/* fin du compteur automatique */
</STYLE>