
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 105%;
  font-weight: normal;
  text-align:center;
}

h3{
  font-size:95%;
  font-weight:bold;
  color:gray;
 }

h2{
  /*background: url(IMG/bulle-rouge.png) no-repeat 3px 17px;*/
  font-weight:bold, italic;
  color:#333436;
  /*color:gray;*/
  padding-bottom: 15px;
  padding-left:-10px;
  font-family : verdana, sans serif, 16pt;
 }

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { 
  background:  #ebecee;
  font-family:	Verdana, sans-serif;
  text-align: justify;
  font-size:74%;
}

a {color: #6959CD; text-decoration: none; font-size:102%;}
a:hover {color:#330099; text-decoration: none; font-size:102%;}


a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #d35220; }
a.spip_glossaire { text-decoration: none; color: #d35220; }


/* Menu "sommaire" Genopole de Lille */
a.sommaire { 
  background: #D45320; 
  padding: 2px 10px;
  color:  #F9F9F9;
  border: solid #E0E0E0 1px;
  margin-left: -2px; border-radius: 5px 5px; -moz-border-radius: 5px;
}
a.sommaire:hover { 
  /*background: #D6851A;*/
  background : #EFB003;
  padding: 2px 10px; 
  color:  #F9F9F9;
  margin-left: -2px; 
  border-radius: 5px 5px; -moz-border-radius: 5px;
}
/* Menu "sommaire" Genopole de Lille */

/* Plan Genopole de Lille */
a.titre_plan { 
  padding: 2px 10px;
  color:  black;
  font-weight:bold;
  /*
  background: #0e5ea4; 
  border: solid #E0E0E0 1px;
  margin-left: -2px; border-radius: 5px 5px; -moz-border-radius: 5px;
  */
}
a.titre_plan:hover { 
  /*background: #D6851A;*/
  /*background : #F9F9F9;*/
  padding: 2px 10px; 
  color:  gray;
  /*
  background: #0e5ea4; 
  margin-left: -2px;
  border-radius: 5px 5px; -moz-border-radius: 5px;
  */
}
/* Actualites toujours en cours */
a.active {
  color: #d45320;
}
a.active:hover {
  color: #efb003;
}

a.rubrique_plan { 
  padding: 2px 10px;
  color:  black;
}
a.rubrique_plan:hover { 
  padding: 2px 10px; 
  color:  #E0E0E0; 
}

a.article_plan { 
  padding: 2px 10px;
  color:  black;
}
a.article_plan:hover { 
  padding: 2px 10px; 
  color:  #E0E0E0;
}
/* Plan Genopole de Lille */











.chapo {
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: justify;
  font-size: 105%;
}
.texte, .texte p.spip {
  font-family: Georgia, Garamond, Times, serif;
  text-align: justify;
  font-size:110%;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

