body { min-height: 100vh; }
BODY.bleu, BODY.album, textareaBleu {
 background-color: #CFDCF3;
 font-size: 10pt;
 font-family: verdana, arial, helvetica, sans-serif;
 margin:0
}

BODY.vert {
 background-color: #E5F3CF;
 font-size: 10pt;
 font-family: verdana, arial, helvetica, sans-serif;
 margin:0
}



.centeredCSSGoodButNotOkWithIE {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}
.centered {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25%;
  margin-left: 0;
}



.petit {font-size:8pt}

.titrePage {
 font-size:15pt;
 font-weight: bold; 
 color:#000000; 
 text-align:center;

}

.TexteVert {
 color:#5A7D23; 
 font-weight:bold;
 font-size:8pt
}

td.HomeVert  {
 width:140px;
 height:140px;
 color:#000000;
 background-color:#B0D96F;
 text-align:center;
 font-size:8pt;
 padding:3px
}
td.HomeBleu  {
 width:140px;
 height:140px;
 color:#000000;
 background-color:#6E94DA;
 text-align:center;
 font-size:8pt;
 padding:3px
}
td.HomeBlanc {
 width:140px;
 height:140px;
 color:#000000; 
 background-color:#F0F0F0; 
 text-align:center;
 font-size:8pt ;
 padding:3px
}
td.SommairePhotos  {
 text-align:left;
}
p.SommairePhotos  {
 line-height:200%;
}

.NavCarreVert {
 width:18px;
 height:18px;
 color:#000000; 
 background-color:#B0D96F; 
 text-align:center;
 font-size:8pt
}
.NavCarreBleu {
 width:18px;
 height:18px;
 color:#000000; 
 background-color:#6E94DA; 
 text-align:center;
 font-size:8pt
}
.NavCarreBlanc {
 width:18px;
 height:18px;
 color:#000000; 
 background-color:#F0F0F0; 
 text-align:center;
 font-size:8pt
}

.CarreVert {color:#000000; background-color:#B0D96F}
.CarreBleu {color:#000000; background-color:#6E94DA}
.CarreBlanc{color:#000000; background-color:#F0F0F0}

A:link {color:#505050; text-decoration: underline;}
A:active {color: #FF0000; text-decoration: underline;}
A:visited {color: #505050; text-decoration: underline;}

.TitreHomePhotos {  
font-size: 11pt;
text-decoration: none; 
font-weight: bold; 
color: #000000; 
text-align: left
}

.textareaBleu {
 background: #CFDCF3;
 font-size: 10pt;
 font-family: verdana, arial, helvetica, sans-serif;
 margin:0
}
.submitBleu {
}
