#groupe {
	margin-top: 10px;
	margin-left: 7px;
}
#left_groupe {
  float: left;
  margin-top: 0px;
  width: 500px;
}
.titre_edito {
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
}
#right_groupe {
  float: left;
  width: 430px;
}
.titre_communiques {
  background: #e5e5e5;
  text-align: center;
  font-weight: bold;
  color: #4a4a4a;
  font-size: 12px;
  height: 44px;
  line-height: 44px;
}

/* Cédric, 17-04-2008 */
.titre_communiques2 {
  background: #e5e5e5;
  text-align: center;
  font-weight: bold;
  color: #4a4a4a;
  font-size: 12px;
  width: 470px;
  height: 44px;
  line-height: 44px;
}

.cadre_solution {
  float: left;
  width: 178px;
  border: 1Px solid #002163;
  margin-left: 8px;
  margin-top: 10px;
  min-height: 180px;
  *height: 185px;
}
.titre_solution {
  background: #d7d7d7;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.cadre_solution ul {
  list-style-type: none;
  margin: 4px;
}
.cadre_solution a {
  text-decoration: none;
}
.cadre_solution a:hover {
  text-decoration: underline;
}

/****** Ajouté par tony *****/
.cadre_metier {
	float			: left;
	/*display:inline;*/
	width			: 178px;
	border			: 1Px solid #002163;
	margin-left		: 1px;
	margin-top		: 10px;
	min-height		: 600px;
	*height			: 600px;
}
.titre_metier {
	background		: #d7d7d7;
	text-align		: center;
	height			: 32px;
	line-height		: 32px;
	color			: black;
	font-weight		: bold;
	font-size		: 12px;
}
.cadre_metier ul {
	text-align		: left;
	list-style-type	: none;
	margin			: 5px 0 5px 10px;
}
.rubrique_principale p{
	font-weight		: bold;
	background		: URL(../images/puce_titre.gif) 2px 7px no-repeat;
	padding-left	: 10px;
	padding-top		: 5px;
	margin-left		: 5px;
}
.rubrique_secondaire li{
	padding-left	: 10px;
	list-style-type	: none;
	font-weight		: normal;
}
.annee_gras {
	font-size:12px;
	color: #011e6a;
	font-weight:bold;
}
.valeur_action .rouge {
  color: #ff0000;
  margin-left: 10px;
}
#phrase_choc {
  color: #002D71;
  display: none;
}