/* ============================================================== */
#MainContainer {

   position: absolute;
	width: 99%;
/*	height: 100%;
*/
	background-image: url(images/barreBleueDegradee.png);
	background-position: left;
	background-repeat: repeat-y;
}
#Header {
	width: 100%;
	height: 150px;
}
#MiddleContainer {
   float: left;
	width: 100%;
	position: relative;
}
#Tailer {
   float: left;
	width: 100%;
}
#LeftZone {
	width: 150px;
/*
	left : 0px;
	position: absolute;
*/
	position: relative;
	float:left;

}
#RightZone {
	width: 300px;
	position: relative;
	float:right;
}
#CenterZone {
	margin-left: 150px;
	margin-right: 300px;
	position: relative;
}
#CenterRightZone {
	position: relative;
	float: left;
}

.Icone {
	float: left;
	/* background: url(../../images/MacaronSSF.gif); */
	width: 148px;
}
.ssfTitle {
	font-family:  Edwardian Script ITC;
	font-weight: bold;
	font-size: xx-large;
	color: Blue;
	text-align: center;
	margin-left: 148px;
	margin-right: 160px;
}

.ssfCnx {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium ;
	color: #8B0000;
	text-align: center;
	width: 150px;
	float: right;
	
}

#Menus {
  padding: 0px 0px 0px 5px;
  margin: 0px ;
}

#IconeTravaux{
  /* border: groove Fuchsia medium;*/
	position : absolute;
	width:100%;
}

#Email,  {
  /* border: groove Fuchsia medium;*/
	position: relative;
	float: left;
}

#Compteur {
	text-align: center;
	font-size: large ;
	position: relative;
}
#Compteur img {
  vertical-align: bottom;
	margin-top: 5px;
}

#PlotComptes{
  /* border: groove Fuchsia medium;*/
	width: 800px;
}

#BottomScroller{
  height: 70px;
}
#Scroller{
  float: left;
  width: 100%;
  height: 110px;
  padding: 5px 5px 0px 5px;
}
#JdBScroller{
  border: 1px solid #48D1CC ;
  height: 90px;
}

.NewsScroller{
  /* background-color: lightyellow; */
}

.NewsScroller .NewDate,  .NewsScroller .NewSubject {
  color: blue;
  text-align: left;
}

.NewsScroller .NewTexte{
  color: black;
}






