
table {
  position: relative;
	border: 2px solid #013E73;
	text-align: left;
	border-collapse:collapse;
	margin-bottom: 1em;
}
table td, table th {
  padding: 5px 20px;
	border: 1px solid #056FCC;
}
table .firstline {
  font: italic bold 1.2em Trebuchet MS, sans-serif;
  background: #013E73;
	/*font-size: 1.1em;*/
	color: #FFFF00;
}
table .firstline span {
	font-size: 0.8em;
	color: #1DA43A;
	font-style: italic;
	font-weight: normal;
}
table .titre {
  font-style: italic;
}
table .titre a {
  text-decoration: none;
	color: white;
}
table .titre a:visited {
  color: #66CCFF;
}
table .titre a:hover {
  color: #F9F200;
	text-decoration: underline;
}
/******* TABLEAU BROCHURES **********/

#brochure_tab {
	top: 5px;
	width: 80%;	
	margin-top: 1em;
/*border-spacing: 0px;*/
}
#brochure_tab .profil {
  font-weight: bold;
	background: url(../images/puce_tableau.gif) 2px center no-repeat;
	color : #DCE404;
}

/******* TABLEAU BULLETIN ************/

#contenu p {
  width: 400px;
  padding: 0 2em;
	float: right;
	position:relative;
}
h1 span {
  font-size: 85%;
}
#bulletin_tab td {
  padding: 1px 10px;
}
#bulletin_tab th {
  padding: 3px 10px;
}
#bulletin_tab {
  float: left;
  /*top: 20px;*/
	left: 15px;
	width: 50%;
	/*margin: 0 auto;*/
}
#bulletin_tab .ligne2 {
  background-color: #0161B5;
}
#bulletin_tab .num {
  color: #DCE404;
}