/* recherche style.css */

/* general */
body { color: black;
  background: rgb(220, 214, 252);
  margin-left: 5%; margin-right: 5%; 
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
a:link { color: rgb(0, 0, 255) }
a:visited { color: rgb(117, 143, 237) }
a:hover { color: rgb(64, 64, 128) }
a:active { color: rgb(255, 0, 0) }


/* em */
.em { color: red }

/* horizontal rule*/
hr {
  width : 100%; 
  color : grey;}

/* h1, h2, h3, h3.p */
h1 { 
  text-align: center; 
  background-color: white;
  font-size: 24px;}

h2 { 
  text-align: left; 
  font-size: 16px;
}

h3 { 
  font-style : italic;
  color : #404080;
}


/* listes*/
ul  { 
  liste-style: none;
  liste-style-position:"inside";
  margin-left: "15px";
  padding-left: "5px"; 
 }

/* dt */
dt {
  font-weight: bold;
} 

/* logos, bannieres */
#bannieredali { 
  position: absolute;
  left:0;
  top:0;
}

/* box to describe new items */
.news { 
  padding: 0.2em; 
  margin: 0.2em 0em 0.2em 0em;
  background: white;
  color: red;
  text-align: center}  

/* news + borderline */
div.news2 { 
  border : solid thin;
  border-color : rgb(216,80,80) ;
  padding: 0.2em; 
  margin: 0.2em 0em 0.2em 0em;
  background: white;}  

/* banniere page secondaire */
span.bann 
{ 
	background-color
}

/* liste avec figure : themes actuels */
div.themes 
{
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

td.icon 
{
	width : 10%;
	align : left;	
	font-size: 12px;
}

/* -------------------------------------------------------------- */
/* seminaire */
div.note
{
	border     : hidden;
	color      : black;
	text-align : right;
}

/* la table du calendrier des seminaires */


tr.pair
{
	background : #cccccc;
	color      : black;
}

tr.impair
{
	background : #ffffff;     
	color      : black;  
}

/* les resumes des seminaires */
div.abstract
{
	margin : 0 2em 0 2em;
}

div.abstract h2
{
  text-align : center;
  width : 70%;
  margin-left : 15%;
}

div.abstract h3
{
	text-align : center;
	font-style : italic;
}

div.abstract h4
{
	text-align : center;
}

hr.abstract
{
	width : 90%; 
}

div.abstract, div.note
{
	border     : hidden;
	color      : black;
}


											/* -------------------------------------------------------------- */
