﻿#page  {
    min-height: 508px;
    height: auto;
}

h1  {
    font-size: 14pt;
}
/***** Menu *********************************************/
#divMenu
{
    background-color: white;
    padding: 0px;
    height: 92px;
    color: #767676;
}
* html #divMenu
{
    overflow: hidden;
}
#divMenu .imgLogo
{
    position: absolute;
    margin: 15px 0 0 0px;
}
#divMenu ul
{
    position: relative;
    top: 62px;
    left: 140px; 
    width: 635px;
    text-align: right;
}
#divMenu li
{
    list-style-type: none;
    display: inline;
    margin: 0;
}
#divMenu li.subMenuItem
{
    display: block;
}
#divMenu li.menuItem
{
    position: relative;
    top: -6px;       
} 
#divMenu li.lang
{
    margin-right: 13px;
    position: relative;
    top: -6px;
    color: #bbd9f5;
    font-weight: bold;
}
#divMenu a 
{ 
    text-decoration: none; 
    padding-bottom: 9px; 
}
#divMenu a:link, #divMenu a:visited  { color: #767676; }
#divMenu a:hover 
{
    color: #0078c1; 
    border-bottom:solid 4px #0078c1; 
}

ul#menu li ul 
{
    display: none; 
    width: 160px; 
    position: relative; 
    left : 0px; 
    top : 0px; 
}
ul#menu li:hover>ul { display: block; }
#submenu 
{
    background-color: white; 
    opacity: .90; 
    filter: alpha(opacity=90); 
    float: right; 
    margin-top:6px;
}
* html #submenu 
{
    background-color: white; 
    opacity: .75; 
    filter: alpha(opacity=75); 
    float: right; 
    margin-top:12px;
}
.subMenuItem 
{ 
    display: block; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: solid 1px rgb(110,110,110);
}
#submenu a:hover { border: none; }


/********************************************************/

/***** Banner *******************************************/
#home #divBanner
{
    background: #6e6e6e url(../images/banner.png) no-repeat left;
    height: 99px;
}
#int #divBanner
{
    background: #6e6e6e url(../images/banner-int.png) no-repeat left;
    height: 98px;
}
#home #divBannerEn
{
    background: #6e6e6e url(../images/banner-en.png) no-repeat left;
    height: 99px;
}
#int #divBannerEn
{
    background: #6e6e6e url(../images/banner-int-en.png) no-repeat left;
    height: 98px;
}
/********************************************************/

#divContainer
{    
    background: #8ca2ae url(../images/container-bg.jpg) repeat bottom;
    width: 760px;  
    height: 310px;
    min-height: 310px;
    height: auto;
}
#divMilieu
{
    background-color: #8ca2ae;
    height: 310px;
    min-height: 310px;
    height: auto;
}
/***** DivGauche ****************************************/
#divGauche
{
    width: 494px;
    height: 310px;
    min-height: 310px;
    background-color: White;
    height: auto;
}
* html #divGauche
{
    width: 494px;
    height: 310px;
    min-height: 310px;
    background-color: White;
}
#divGauche .divTitre
{
    font-size: 12pt;
    color: #0078c1;
    width: 240px;
    border-top: solid 5px #0078c1;
    padding: 25px 0 25px 22px;
}
/********************************************************/

/***** DivDroite ****************************************/
#divDroite
{
    background: #8ca2ae url(../images/context-int-bg.jpg) repeat bottom;
}
#home #divDroite
{
    width: 266px;
    min-height: 310px;
}
#int #divDroite
{
    width: 266px;
    height: 310px;
    position: absolute;
    top: 190px;
    left: 494px;
}
#home #divDroite
{
    width: 266px;
    height: 310px;
    position: absolute;
    top: 191px;
    left: 494px;
}
/********************************************************/

#divContainerFooter
{
    height: 34px;
    background-color: #000;    
}
/***** DivFooterGauche **********************************/
#divFooterGauche
{
    background-color: #0078c1;
    width: 487px;
    height: 34px;
    float: left;
    text-align: left;
    color: #FFF;
    font-size: 8pt;
    padding-left: 20px;
}
/********************************************************/

/***** DivFooterDroite **********************************/
#divFooterDroite
{
    background-color: #000;
    width: 238px;
    height: 19px;
    float: left;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    color: #FFF;
    font-size: 8pt;
}
/********************************************************/

/***** DivContent ***************************************/
#divContent, #divContent2
{
    padding: 0 10px 30px 22px;
    font-size: 8pt;
    height: auto;
}
/********************************************************/

/* --- Body --- */
img.title {
    margin: 15px 0 20px 0;
}
body  
{ background-color: #e2e4d1;
  font: normal normal normal 76%/normal Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0; }

.realisation
{ border: solid 1px #8ca2ae;
  margin: 10px;
  padding: 5px;
  height: 100px; }

.imgRealisation
{ float: left;
  width: 130px;
  height: 100px; }

.imgFloat
{ margin-top: 10px;
  margin-bottom : 10px;
  padding: 5px 5px 5px 5px;
  border: solid 1px black;
  width: 320px;
  height: 240px; }

.divTxtReal
{ margin: 35px 0 25px 20px;
    padding-left: 130px; }

#divFormulaire
{ padding: 15px;
    font: normal normal normal 90%/normal Arial, Helvetica, Verdana, "Lucida Grande", sans-serif; }

.tdAction
{ padding-left: 62px; }

.success, #pMsg
{ color: rgb(30,160,30);
    font-weight: bold; }

#pErr
{ color: rgb(160,30,30);
    font-weight: bold; }

.leftCell
{ width: 150px; }

.bleuStrong
{ color: #0078c1; }

#divFooterGauche a, #divFooterDroite a
{ color: White; 
  text-decoration: none; }

#divFooterGauche a:hover, #divFooterDroite a:hover
{ color: White; 
  text-decoration: underline; }

.leftCellContact 
{ width: 120px; }

.left, .left2
{ float: left; }

.left
{ border-right: solid 1px #8ca2ae;
  padding-right: 35px; }
  
.left2
{ padding-left: 35px; }
