/* Global Page style */

*{
	margin:0;
	padding:0;
}

body{
	color:#777;
	background:url('../img/design-page-bg.jpg') #e7e7e7;
	font:15px Calibri,Arial,sans-serif;
}

#page{
	width:890px;
	margin:20px auto;
}

#promoIMG,
.contentArea p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}

/* Animation and Header styles */

#headerIMG{
	background:url('../img/photo-les-salons-de-l-empereur.png') no-repeat;
	height:632px;
	margin-bottom:15px;
	text-align:center;
}

#headerIMG img{
	margin-top:80px;
}

#headerA, #headerA:visited {
	text-decoration:none;
}

/*Content Areas styles*/

.contentArea{
	overflow:hidden;
	padding-bottom:10px;
}

.contentArea p{
	background-color:#FFFFFF;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	float:left;
	height:auto;
	margin-right:15px;
	overflow:hidden;
	padding:20px;
	width:465px;
	
	-moz-box-shadow:1px 1px 0 #bbb;
	-webkit-box-shadow:1px 1px 0 #bbb;
	box-shadow:1px 1px 0 #bbb;
}

.contentArea p img{
	float:left;
	margin:-15px 20px 0 0;
}

/*Content Areas Images styles*/

.contentAreaIMG{
	height:110px;
	width:auto;
	border-color:#eeeaea;
	border-style:solid;
}

.contentAreaLogo{
	width:85px;
}

.contentAreaIcon{
	opacity:0.4;
	width:15px;
	vertical-align:middle;
}

/* Hyperlink styles */

.contentArea a{
	text-decoration:none;
	outline:none;
	color:#4086c7;
	vertical-align:middle;

}

.footerArea {
	float:left;
	padding-left:220px;
}

.footerArea a{
	font-size:24px;
	text-decoration:none;
	color:#BBBBBB;
	padding:7px;
}

.footerArea span{
	font-size:14px;
}



/* Title styles */

h1{
	font:48px Libre Baskerville,serif ;
	padding-top:80px;
	color:#FFF;
}

h2{
	font:36px Libre Baskerville,serif ;
	padding-top:375px;
	color:#FFF;
}

h3{
	background-color:#FFFFFF;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	float:left;
	height:auto;
	margin-right:15px;
	overflow:hidden;
	padding:5px;
	width:495px;
	
	-moz-box-shadow:1px 1px 0 #bbb;
	-webkit-box-shadow:1px 1px 0 #bbb;
	box-shadow:1px 1px 0 #bbb;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}

/* Google Map */
iframe {
	width: 350px;
	height: 160px; 
}
