@charset "utf-8";
/* CSS Document */

body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	background-image:url(img/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#e0e4e4;
}


h1{
	margin-left:-5000px;
	float:left;
}

img{
	border:0;
}

#page{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#blocMenu{
	width:770px;
	height:47px;
	
	display:block;
	background-image:url(img/bg_menu.png);
	background-repeat:no-repeat;
}
	
	#blocMenu ul li{
		list-style-type:none;
		display:inline;
		text-transform:uppercase;
		text-shadow:1px 1px 1px #082d4c;
		font-size:12px;
		
	}
	
	#blocMenu ul li a{
		padding-left:40px;
		padding-right:40px;
		padding-top:15px;
		height:32px; /* 47 - 15 de padding top */
		
		display:block;
		float:left;
		
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		
		text-align:center;
	}
	
	#blocMenu ul li a:hover{
		color:#FFFFFF;
		background-color:#003399;
		background-image:url(img/bg_menu_hover.png);
		background-repeat:repeat-x;
	}
	
#blocPhoto{
	width:490px;
	height:320px;
	
	margin-top:20px;
	float:right;
	
	display:block;
	background-color:#FFCCFF;
}

#blocPresentation{
	width:270px;
	float:left;
	margin-top:10px;
	
	text-align:justify;
}

h2{
	font-size:14px;
	color:#003399;
	
}

p.coordonnees{
	font-size:12px;
	font-weight:bold;
}

.right{
	float:right;
}

.left{
	float:left;
}

p.enTete{
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

a{
	color:#0066CC;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

/* ############ CATALOGUE ######### */

#villaCatalogue{

}

#photosVilla{	
display:block;
width:500px;
padding-left:10px;

float:right;
}

#villaCatalogue table.surfaces{
	border: solid 1px #999999;
}

.liensVillas {
	text-align:center;
}

.liensVillas a{
	color:#0066CC;
	font-weight:bold;
}

table.liensVilla_vertical{
	text-align:center;
	float:left;
	border:0;
}

/* ############# FOOTER ########## */
	
#footer{
	color:#666666;
	clear:both;
}

#footer p{
	text-align:center;
}