﻿html
{
  width:100%;
  height:100%;
}

.panelContainer
{
  background-color:#0D6AC8;
  background:url(../images/realisations/BgRealisationHeaderGrad2.jpg) repeat-x top #cfdbe3;
}

.panel
{
  background-color:#001757;
  background:url(../images/realisations/BgRealisationHeaderGrad.jpg) repeat-x top #cfdbe3;
  color:#FFF;
}

.topPanel
{
  /*background:url(../images/realisations/BgRealisationHeaderGrad.jpg) repeat-x top #cfdbe3;*/
  color:#FFF;
  
  border-top:#A8C9EC solid;
  border-left:#A8C9EC solid;
  border-right:#A8C9EC solid;
  
  border-bottom:#619DDB solid;
}

.middlePanel
{
  /*background:url(../images/realisations/BgRealisationHeaderGrad.jpg) repeat-x center #cfdbe3;*/
  color:#FFF;

  border-left:#A8C9EC solid;
  border-right:#A8C9EC solid;
  
  border-bottom:#619DDB solid;
  border-top:#619DDB solid;
}

.bottomPanel
{
  /*background:url(../images/realisations/BgRealisationHeaderGrad.jpg) repeat-x bottom #cfdbe3;*/
  color:#FFF;
  
  border-bottom:#A8C9EC solid;
  border-left:#A8C9EC solid;
  border-right:#A8C9EC solid;
  
  border-top:#619DDB solid;
}

.diamondPanel
{
  border-top:#A8C9EC solid;
  border-right:#619DDB solid;
  
  border-bottom:#619DDB solid;
  border-left:#619DDB solid;
}

.ctrlForm
{
  width:100%;
}

#pageIndex a
{
  text-decoration:none;
}

#pageIndex a:hover
{
  text-decoration:underline;
}

.title
{
  color:#0D6AC8;
}

#map
{
  width:880px;
  height:550px;
}

.cellImgFusion
{
  text-align:right;
  vertical-align:top;
  
	padding-right:30px;
  padding-top:15px;
}

.imgFusion
{
  border:none;
  width:165.2px;
  height:156.8px;
}


