body 
{
	background-color:#365eac;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#5E5C4E;
}

#tab_entete
{
  padding-left: 10px;
  padding-right: 10px;
}

a img
{
  border: 0px;
}

.lien
{
  text-decoration:none;
  color:#5E5C4E;
}
.lien:hover
{
  text-decoration: underline;
}

#entete
{
  /*background-color: white;*/
  width: 100%;
  margin-top: 5px;
 
}

#entete table
{
  width: 100%;
  text-align: center;
}
#entete table td
{
}
.ligne_logo_1
{
  text-align: center;
}

.ligne_logo_1 img
{
  margin-left: 10px;
}
.ligne_logo_2
{
  text-align: center;
}

.ligne_logo_2 img
{
  margin-top: 5px;
  margin-left: 10px;
}

.titre1
{
  color: #c2caf7;
  font-size: 40px;
}
.titre2
{
  color: #ffef5b;
  font-size: 20px;
}

/**************** GAUCHE ***************/
#g_bloc
{
  width: 15%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.sous_bloc
{
  border: 1px solid black;
  margin-bottom: 5px;
  background-color:  #e2e2e2;

}
.titre
{
  background-color: #ffef5b;
  font-size: 13px;
  font-weight: bold;
  color: #355eac;
  text-align: center;
}
.sans_puce
{
  list-style-type: none;
  margin-left: -10px;
}

/**************** CENTRE  ***************/
#c_bloc
{
  border: 1px solid black;
  float: left;
  width: 65%;
  height: 503.5px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 1.7%;
  background-color: #e2e2e2;
  position: relative;
  overflow: auto;
}
#contenu
{
  padding: 10px;
  
}
.titre_contenu
{
  text-align: center;
  color: #355eac;
  font-size: 14px;
}

#contenu a img
{
  border: 0.5px #5e5c4e solid;
}

.liste_fichier
{
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
.liste_fichier a
{
  color: black;
  font-family: arial, tahoma, verdana;
  font-weight: bold;
}

.texte 
{
  font-size: 14px;
  color:black;
  text-align: justify;
}
.souligner
{
  text-decoration: underline;
  color: #355eac;
  font-weight: bold;
}

/**************** NEWS *****************/
.table_news{
	width:97%;
  overflow: scroll;
	/*background-image:url('../images/lbg1.gif');*/
}
.entete{
  color: white;
  margin-bottom: 20px;
}
.news_g{

}
.news_c{
  background-image:url('../images/news_c.jpg');
  background-repeat: repeat-x;

}
.news_d{
  background-image:url('../images/news_d.jpg');
  background-repeat: no-repeat;
}
.news{
  text-align: justify;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 30px;
  width: 50%
}



/**************** DROITE  ***************/
#d_bloc
{
  float: right;
  width: 15%;
  margin-top: 10px;
  margin-right: 10px;
}


#pied
{
  width: 97.5%;
  margin-right: 10px;
  float: right;
  border: 1px solid black;
  padding: 5px;
}
.titre3
{
  font-size: 14px;
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 206px;
}
#ticker
{
  margin-left: 500px;
  width: 600px;
  font-size: 14px;
  color: #e0ff15;
}
