@media print {
/* ... définition de formats pour l'impression ... */

.ForPrint {
  visibility: visible;
}
.ForScreen {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.ForPrint hr {
  clear: both;
}

.main {
  position: relative;
  top: 0;
  margin-top: 10px;
  width: 620px;
}

.prtBanner {
  width: 620px;
}
#prtLogo {
  display: block;
  float: left;
  height: 100px;
  width: 150px;
}
.txtCentre {
  display: block;
  float: left;
  height: 100px;
  width: 250px;
  text-align: center;
}
.txtDroite {
  display: block;
  float: right;
  height: 100px;
  text-align: left;
  font-size: 12px;
  padding-right: 10px;
}
.txtDroite P {
  display: block;
  float: right;
  text-align: left;
  font-size: 12px;
  border: 2px solid Blue;
}
}

@media screen, handheld {
/* ... définition de formats pour une sortie ecran ... */
.ForPrint {
  position: absolute;
  top: 0;
  visibility: hidden;
  font-size: 0;
  width: 0;
  height: 0;
}
.ForScreen {
  visibility: visible;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  text-align: center;
  background: #ffffff url("imageCSS/backroundBody.gif") repeat-x;
}

.negMargingShame {
   margin-top: -5px;
}

h1 {
  font: normal normal bold 26px/32px Arial;
  color: #194e74;
  border-bottom: 1px solid #194e74;
  margin:  5px 15px 5px 0;
}

h2 {
  font: normal bold 18px/30px Arial, Helvetica, sans-serif;
  color: #194e74;
}

ul {
  padding-left:20px;
}


#global {
  position: relative;
  margin: 0 auto -100px auto;
  width: 758px; /* largeur obligatoire pour être centré */
  text-align: left; /* on rétablit l'alignement normal du texte */
  border: 1px solid #000000;
  border-top-style: none;
  padding: 178px 1px 0 1px;
  background-color: white;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 180px;
  height: 178px;
  background: url(imageCSS/banner.gif) no-repeat center;
  z-index: 3;
  border-bottom: 1px solid White;
  border-top: 1px solid White;
}

#navmain {
  position: absolute;
  top: 100px;
  left: 176px;
  height: 39px;
  width: 581px;
  z-index: 5;
  font: bold 13px Arial Helvetica sans-serif;
  text-align: center;
}
#navmain *{
  display: block;
  float: left;
  width: 94px;
  height: 39px;
  line-height: 40px;
  border-left: 1px solid white;
  color: #FFFFFF;
  text-decoration: none;
}
/* debut hack ie */
* html #navmain * {
  height: 37px;
  line-height: 38px;
}
/* Fin Hack IE */
#navmain a {
  background-image: url(imageCSS/button.gif);
}
#navmain a:hover {
  background-image: url(imageCSS/buttonOver.gif);
}
#navmain p {
  background-image: url(imageCSS/buttonSelect.gif);
}

.path {
  position: relative;
  left: 176px;
  top: 141px;
  width: 460px;
  padding-left: 25px;
  font: normal 12px/14px Arial Helvetica sans-serif;
  color: white;
}
/* debut hack ie */
* html .path {
   top: 142px;
}
/* Fin Hack IE */

.path * {
  font: normal 12px/14px Arial Helvetica sans-serif;
  color: white;
}

.path a {
  text-decoration: none;
}

.path a:hover{
  text-decoration: underline;
}

#littleHoleShame {
  position: absolute;
  right: 2px;
  width: 0px;
  height: 5px;
  top:178px;
  border-right: 2px solid #4879a1;
  background-color: Red;
  z-index: 10;
}

.main {
  width: 565px; /* largeur obligatoire pour être centré */
  min-height: 500px;
  padding: 0 0 0 190px;
  margin-bottom: 2px;
  border-right: 2px solid #4879a1;
  background: White url(imageCSS/backroundCorps.gif) repeat-y scroll left;
  z-index: 1;
}
/* debut hack ie */
* html .main {
	height: 500px;
}
/* Fin Hack IE */

.main p {
  padding-right: 10px;
}

.leftColBackWhite {
  position: absolute;
  display: block;
  top: 179px;
  left: 2px;
  height: 176px;
  width: 172px;
  z-index: 2;
  border: 1px solid #154770;
  background-color: White;
}

.leftColBackGround {
  position: absolute;
  display: block;
  bottom: 2px;
  left: 2px;
  height: 308px;
  width: 172px;
  z-index: 3;
  border: 1px solid #154770;
  border-top: none;
  background: #42719B url(imageCSS/antique.jpg) no-repeat scroll bottom;
}

.leftAdress {
  display: block;
  position: absolute;
  top: 360px;
  left: 2px;
  width: 172px;
  z-index: 4;
}

.leftButton {
  display: block;
  position: absolute;
  left: 2px;
  width: 164px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 10px;
  z-index: 3;
}

.newsPromo {
  top: 181px;
  background-image: url(imageCSS/news-promo.gif);
}

.newsPromo:hover {
  text-decoration: underline;
}

.formContact {
  top: 212px;
  background-image: url(imageCSS/contact.gif);
}

.formContact:hover {
  text-decoration: underline;
}

.newsLetter {
  top: 243px;
  left: 2px;
  height: 110px;
  width: 162px;
  background-color: #42719B;
  border: 1px solid #154770;
}

.whiteText {
  color: White;
  font-size: 13px;
  padding: 0 5px 5px 10px;
}

.whiteGras {
  font-weight: bold;
  color: White;
  padding-bottom: 0;
  padding-top: 5px;
}

.formNewsletter input{
  font: normal normal 12px/14px Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.btnNewsLetter {
  display: block;
  width: 31px;
  height: 20px;
  text-decoration: none;
  background-image: url(imageCSS/ok.gif);
  line-height: 20px;
  margin-top: 5px;
}

.btnNewsLetter:hover {
  text-decoration: none;
  background-image: url(imageCSS/okHover.gif);
}

.txtNormal {
  font: normal normal 12px/14px Arial, Helvetica, sans-serif;
}

.lienNormal {
  color: #194e7a;
  text-decoration: none;
  font-weight: bold;
}
.lienNormal:hover {
  text-decoration: underline;
}

.footer {
  padding: 10px 10px 10px 0;
}
.footer hr {
  color:   color: #194e74;
  background-color:   color: #194e74;
  height: 1px;
}
}
