

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: rgb(240, 240, 240);
}



.motsCles {
 color :  rgb(240, 240, 240);
}


a {
	text-decoration:	none; 
	font-style:	normal;
	font-weight:	normal;
	color:		#F67B11; 
}


a:hover {
	color:		red; 
	font-weight:	bold;
}




.container {
  padding: 0;
  border: 1px solid gray;
  background-color: rgb(255, 255, 255);
  width: 591px;
  height: 492px;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background-image: url("logoA3IP.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bandeau {
  height: 140px;
}


.page {
  height: 322px;
  padding: 20px;
  vertical-align: top;
}

.pied {
  height: 30px;
  padding: 5px;
  text-align: center;
  vertical-align: bottom;
  color : #AAAAAA;
}



h1 {
  margin-top: 20px;
  font-size: 14px;
  color: #4EA8CD;
  border-bottom: 2px solid #4EA8CD;
}

p {
  font-size: 11px;
  color: #0E688D;
  margin-left: 40px;
}

