/*    */

html { overflow-y: scroll; }

body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	background: white url(background.jpg) repeat-x top;
}
*, .Texte {
	font: normal 12px "Adobe Garamond Pro";
}

a {
	color: #986320;
	text-decoration: none;
}
a img, img {
	border: none;
}
a:hover { color: #362d1e;}

.texte{
   font-size: 11px;
}
.petittexte{
   font-size: 10px;
}
.toutpetittexte{
   font-size: 9px;
   font-style: italic;
}


/* ///////// STRUCTURE ///////////// */ 
#CENTRAGE {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 300;
	text-align: center;
}

#ENTETE {
	height :730px;
	padding-top: 70px;
	color: #666;
	line-height: 17px;
	text-align: center;
	border-top: 3px solid #1f3a86;
	border-bottom: 3px solid #1f3a86;
	border-left: 1px solid #d0cfcb;
	border-right: 1px solid #d0cfcb;
	background: white url(perimmo_ville.jpg) no-repeat center 290px;
	margin-bottom: 20px;
}

#LOGOTAILLE {
	width: 640px;
	height: 230px;
	margin: 0 auto;
}
#LOGO {
	background: transparent url(perimmo_logo.gif) no-repeat center;
	width: 640px;
	height: 230px;
}


/*/////// PIED PAGE //////// */
#PIEDDEPAGE {
	clear: both;
	padding: 165px 0 0 0;
	width: 970px;
	color: black;
	text-align: center;
	line-height: 22px;
	color: #645749;
}
#PIEDDEPAGE a {
	color: #667371;
}
#PIEDDEPAGE a:hover {
	color: #222;
}
#NT {
	background: transparent url(nt.gif) right no-repeat;
	width: 230px;
	height: 15px;
	float: right;
	text-align: right;
	margin-top: -15px;
}

#PUB a img {
	padding: 3px 0;
}
#PUB a:hover img {
	background: #1f3a86;
}


