body {
	padding: 0;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #000 url(fond_neige.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family:arial;
	font-size:100%;
}
#pagehtml {
	width:1000px;
	height:920px;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px; //haut G, haut D, bas D, bas G
	border-left:0px solid #000000; /* couleur du cadre */
	border-right:5px solid #666;
	border-bottom:5px solid #666;
	border-top:0px solid #000000;

}
.logo {
	float:left;
	text-align:left;
	width:309px;
	height:134px;
	padding:0px;
	background-image:url('chalet_a_vendre.gif');
	-moz-border-radius: 18px 0px 0px 0px;
	-webkit-border-radius: 18px 0px 0px 0px;
	border-radius: 18px 0px 0px 0px; //haut G, haut D, bas D, bas G
	border:0px solid #000000; 
	color:#666666;
}
.photo {
	float:right;
	text-align:left;
	width:690px;
	height:134px;
	padding:0px;
	background-image:url('chalet.jpg');
	-moz-border-radius: 0px 18px 0px 0px;
	-webkit-border-radius: 0px 18px 0px 0px;
	border-radius: 0px 18px 0px 0px; //haut G, haut D, bas D, bas G
	border:0px solid #0ff000; 
	color:#666666;
}
.tel {
	float:left;
	text-align:center;
	width:309px;
	height:25px;
	padding:0px;
	background-color:#ccc;
	border:0px;
	color:red;
}
.menug	{
	float:right;
	text-align:left;
	width:690px;
	height:25px;
	padding:0px;
	background-color:#000;
	border:0px; 
	color:white;
}
.margeg {
	float:left;
	text-align:left;
	width:309px;
	height:680px;
	padding:0px;
	border:0px;
	color:black;
	background: transparent url(gray50.png);
	background: rgba(100, 128, 0, 0.5) none;
	color: white;

}
.paged	{
	float:right;
	text-align:left;
	width:691px;
	height:680px;
	padding:0px;
	border:0px; 
	color:black;
	background: transparent url(white50.png);
	background: rgba(255, 255, 255, 0.5) none; 
	color: black;

}
.textpaged dl dt {font-size:1.2em; margin-bottom:1em; margin-left:2em; font-weight:bold;}
.textpaged dl dd { padding:5px; margin-left:5em; line-height:1.7em; margin-bottom:.7em;}
.textpaged dl dd:first-letter {font-weight:bold;}

.pied	{
	float:left;
	text-align:left;
	width:1000px;
	height:80px;
	padding:0px;
	background-color:#ccc;
	border:0px;
	color:black;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 0px 0px 18px 18px; //haut G, haut D, bas D, bas G
}

.meteo	{
	position:relative;
	top:30px;
	left:80px;
}

ul#menu
{	
	height: 24px;
	margin: 0 ;
	padding: 0 ;
	background: black;
	list-style-type: none ;
}
ul#menu li
{
	float: left ;
	text-align: center ;
}
ul#menu li a
{
	width: 90px;
	font-family: Verdana, Arial;
	line-height: 2.2em ;
	font-size: 0.7em ;
	font-weight: bold ;
	letter-spacing: .2em ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #fff ;
}
ul#menu li a:hover
{
	background: red;
}
p.intro
{
	text-align:left;
	margin: 10px;
	line-height:1.6em;
	font-family: Verdana, Arial;
	font-size: 0.9em ;
	word-spacing: .4em ;
	/* Letter-spacing: .1em ; */
	/* color: #630 ; */
	color: white;
}
p.page
{
	text-align:justify;
	margin:10px;
	line-height:1.5em;
	font-family: Verdana, Arial;
	font-size: 0.9em ;
	color: #000 ;
	
}
p.formulaire
{
	text-align:right;
	margin:10px;
	line-height:1.7em;
	font-family: Verdana, Arial;
	font-size: 0.8em ;
	color: white ;
}
p.champ
{
	text-align:left;
	margin:10px;
	line-height:2.1em;
	font-family: Verdana, Arial;
	font-size: 0.9em ;
	color: #030 ;
}
p.liens
{
	text-align:center;
	font-family: Verdana, Arial;
	font-size: 0.7em ;
	color: #fff ;
}
p.info
{
	text-align:center;
	margin:10px;
	font-family: Verdana, Arial;
	font-size: 0.7em ;
	color: #533 ;
}
p.loi
{
	text-align:justify;
	margin:10px;
	font-family: Verdana, Arial;
	font-size: 0.7em ;
	color: #000 ;
}
a:link {color: #000000 ; text-decoration: underline ;}
a:visited {color: #533 ; }
a:hover { color: red ; text-decoration: underline overline ; }  
