@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background:#cbc5b9;
	color: white;
	font-size: 10pt;
	font-family: verdana, arial;
	}

#conteneur{
  position: absolute;
  width: 990px;
  height: 750px;
  background-image: url(images/dumanois_fond.jpg);
  left: 50%;
  margin-right:auto;
  margin-left:-495px;
  background-repeat: no-repeat; 
  }

.normes{
  position: relative;
  top: 650px;
  *top: 660px;
  left: 0px;
  }
  
.adresse{
  position: absolute;
  top: 215px;
  left: 90px;
  width: 260px;
  height: 180px; 
  font-weight: bold;
  }

.adresse a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.texte{
  position: absolute;
  text-align: justify;
  top: 435px;
  left: 92px;
  width: 360px;
  height: 170px;
  font-weight: bold;
  font-size: 9pt;
  }

img {
	border:0px;
	}

.footer1{
  position: absolute;
  top: 630px;
  left: 20px;
  color: #C20047;
  font-weight: bold; 
  font-size: 9pt;
}

.footer2{
  position: absolute;
  top: 630px;
  left: 560px;
  color: #C20047;
  font-weight: bold; 
  font-size: 9pt;
}

.footer2 a{
color: white;
font-weight: bold;
  text-decoration: none;
}

.link{
  position: absolute;
  top: 595px;
  left: 825px;
  width: 160px;
  height: 25px;
  }
