/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Réseau */

#reseauTable
{
  width:280px;
  margin-bottom:20px;
  background-color:white;
}

#reseauTable .coin
{
  width:10px
}

#reseauTable .titre
{
  text-align:right;
  vertical-align:top;
}

#reseauContenuTable
{
  width:260px;
}

#reseauContenuTable .carte
{
  text-align:right;
  width:100px;
}

#reseauContenuTable .texte
{
  width:160px;
	background-position:5px 12px;
	background-repeat:no-repeat;
}

#reseauContenuTable .texte p
{
  text-align:justify;
  margin-left:15px;
}

#reseauContenuTable .texte p.titre
{
  font-weight:bold;
  color:#025997;
}

#reseauContenuTable .texte a
{
  text-decoration:underline;
}