body {
  margin: 0;
  padding: 0; 
  font-family: Arial, Helvetica, sans-serif;
  background-color:#000000;
  font-size: 100%;
  min-height: 416px;
  width: 100%;
  overflow-x:hidden; 
}

#page {
   min-height: 100%;
   max-width: 768px;       
   min-width: 320px;
   margin: 0 auto;
   position: relative;
}

/** Entete **/

#entete #idDivEnteteAccueil{
   background: url('../Images/Mobile/mobile-fond.png') left top no-repeat;
   background-color: #bbbaba;
   height: 72px;
   /*background-color:#ffffff;*/
}

#entete #idDivEnteteAccueil #idDivLogo{
   background-color: #ffffff;
   
}

/*#entete #idDivEnteteCommun{
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   background: url('http://images.desjardins.com/pict/mobile2-fond-entete-p.png') left top no-repeat #cdcccc;
   height: 42px;
}*/

#entete #barre {
   /*background: url('http://images.desjardins.com/pict/entete-fond-barre-titre-p.png') repeat-x;
   border-top: 1px solid #000;*/ 
   height: 50px;
}

#entete #barre .degrade { 
   height: 5px;
   background: url('../Images/Mobile/mob_Separeteur.png') repeat-x;
   width: 100%;
   clear: both;
   position: relative;
   -moz-box-shadow:0 2px 4px #7f7f7f;
   -webkit-box-shadow:0 2px 4px #7f7f7f;
   box-shadow: 0 2px 4px #7f7f7f;
   border-top: 1px solid #000000;
}

#idDivTitreCommun{
   position: relative;
   height: 34px;
   box-shadow: 0 2px 4px #7f7f7f;
   -moz-box-shadow: 0 2px 4px #7f7f7f;
   -webkit-box-shadow: 0 2px 4px #7f7f7f;
   background: url('../Images/Mobile/mob_Titre.png') repeat-x ;
   border-top: solid #000 1px;
}

.cBtnEnteteGc{
   float: left;
   margin: 5px 0 5px 5px;
   border: none;
}

.cBtnEnteteDr{
   float: right;
   margin: 5px 5px 5px 0;
   border: none;
}

.clogo {
   padding-top:5px;
   padding-bottom:5px;
   text-align:center;
}

.cH1TitreCommun{
   color: #ffffff;
   font-size: 150%;
   text-align: center;
   margin: 0 0 0 0;
   padding: 1px 0 0 0;
   font-weight: normal;
}

/* Contenu */

#contenu {
   background: url('../Images/Mobile/mob_Fond.png') left top no-repeat;
   background-color: #bbbaba;
   overflow: auto;
   padding: 10px 10px 10px 10px;
   margin: 0;
   min-height:350px;
   text-align: left;
   /*padding-top: 87px;*/
}

#grille{
   margin-top:10px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   width:300px;
}

.ligne { width:300px; float:left;}

.ligne .item { float:left; }

.ligne .item .logo1 {
   text-align:center;
   padding-right:100px;
   padding-left:110px;
   float:left;
}

.ligne .item .logo2 {
   text-align:center;
   padding-right:30px;
   padding-left:35px;
   float:left;
}

.ligne .item .logo3 {
   text-align:center;
   padding-right:2px;
   padding-left:10px;
   float:left;
}

.ligne .item .texte1 {
   width: 300px;
   color: #494949;
   font-size: 80%;
   font-weight: bold;
   line-height: 115%;
   padding: 1px 0 8px 0;
   margin: 0px;
   text-align: center;
   text-shadow: 1px 1px 1px #ffffff;
   clear: both;
}
.ligne .item .texte2 {
   width: 150px;
   color: #494949;
   font-size: 80%;
   font-weight: bold;
   line-height: 115%;
   padding: 1px 0 8px 0;
   margin: 0px;
   text-align: center;
   text-shadow: 1px 1px 1px #ffffff;
   clear: both;
}

.ligne .item .texte3 {
   width: 100px;
   color: #494949;
   font-size: 80%;
   font-weight: bold;
   line-height: 115%;
   padding: 1px 0 8px 0;
   margin: 0px;
   text-align: center;
   text-shadow: 1px 1px 1px #ffffff;
   clear: both;
}


/* Pied de pages */

#pied {
   text-align: center;
   width: 100%;
   height: 100%;
   background: #c6c3c3 url('../Images/Mobile/mob_FondBas.png') repeat-x;
}

#pied #boutons {
   width: 100%;
   padding-top: 15px;
   clear: both;
   text-align: center;
}

#pied #boutons .siteweb {
   padding-bottom: 6px;
}

#pied #copyright {
   font-size: 50%;
   color: #3b3b3b;
   padding: 6px 0 10px 0;
   font-weight: normal;
}