/* CSS Document */

/* STYLE PRINCIPAUX */
A.CopyrightCourriel:Hover{text-decoration:none}
A.LiensCourrielWeb:Hover{color:#0A74CC}
A.BoiteTitre:Hover{color:#0A74CC}
A.TexteAccueilLien:Hover{color:#0A74CC}

/* MODULE RECHERCHE */
/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
#item-list {
  margin: 0.25em 0 0 0;
  font-size: 0.9em;
/*  line-height:1.5em; margin: 0 0 0.5em 1em; padding: 0 0 0.5em 1em; list-style: none;; */
}
#item-list ul {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
#item-list ul li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1em;
 line-height: 1.3em;
  list-style: none;
}

/* STYLE MENU */
BODY, .Texte,.TexteGras,.TexteGrasItalic,.TexteGras11,.TexteGrasBlanc,.Texte11, TR, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;	
}
.Texte {
	padding: 0 10 0 10px;
}
.TexteNoPad {
	padding: 0 0 0 0px;
}
.Texte11 {
	font-size: 11px;
}
.TexteGras {
	font-weight: bold;	
}
.TexteGras11 {
	font-weight: bold;
	font-size: 11px;		
}
.TexteGrasItalic {
	font-weight: bold;
	font-style: italic;	
}
.Titre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;	
}
.SousTitre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;	
}
.LiensCourrielWeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;	
}
.Copyright,.CopyrightGras,.CopyrightCourriel {
	font-family: Verdana,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	line-height : 15px;	
}
.CopyrightGras {
	font-weight:bold;
	line-height : 25px;	
}
.CopyrightCourriel {
	text-decoration:underline;
}
.LineHeight {
	line-height : 100px;	
}

.RechercheNomIdentifiant {
	font-weight:bold;
}
