/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

@charset "utf-8";
/* CSS Document */

/* RESET begin */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f2e6bb;
	font-size:14px;
	line-height:18px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q {
	content:'';
}
abbr,acronym { border:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

/*@charset "utf-8";*/
/* RESET end */

body{background:url(/wordpress/wp-content/themes/classic/images/bg-body.jpg) #b7b5ae; margin:15px 0; font-family:Arial, Helvetica, sans-serif; color:#f2e6bb;}

#header, #content, #footer{margin:0 auto; width:960px; background-color:#0a0829;}

#header{position:relative;}
	#header #english{position:absolute; top:24px; left:787px; font-family:"palatino Linotype", "Trajan Pro", "Trebuchet MS"; font-size:12px; color:#fff; line-height:14px; text-decoration:none;}
	#header #english:hover{color:#f2e6bb;}
	#header ul{position:absolute; top:129px; left:291px; height:12px; width:428px; overflow:hidden;}
		#header li{float:left; height:12px; line-height:12px; background:url(images/bg-menu-bullet.gif) right no-repeat; padding-right:15px;}
		#header li.last{background:none; padding-right:0;}
			#header li a{display:block; height:12px; text-indent:-500px; overflow:hidden;} #header li a:hover{background-position:0 -12px;}
		
.menu-accueil{background:url(images/menu1.gif); width:86px;}
.menu-chambres{background:url(images/menu2.gif); width:118px;}
.menu-blogue{background:url(images/menu3.gif); width:85px;}
.menu-contact{background:url(images/menu4.gif); width:93px;}

#content{width:860px; padding:0 50px 60px 50px;}
	#content h1{font-family:"palatino Linotype", "Trajan Pro", "Trebuchet MS"; font-size:30px; color:#f1acc3; text-align:center; line-height:36px; padding-bottom:26px;}
	#content p{/*padding:12px 20px 6px 22px;*/ padding:14px 0px 0px 0px;}
	#content .home-block .first:first-letter{font-size:24px; width:1em;}
	#content ul{list-style:disc;}
	#content li{margin-left:18px;}
	#content li a{text-decoration:none; color:#f2e6bb;} #content li a:hover{text-decoration:underline;}
	
.chambre{background:url(images/separator-contact.gif) no-repeat; position:relative; margin-bottom:50px; height:410px;}

	.chambre .text{position:absolute; width:295px; text-align:center;}
		.chambre .text h2{color:#f2e6bb; font-size:40px; line-height:65px; height:65px; padding-bottom:38px; background:url(images/bg-chambres-h2.gif) center 65px no-repeat;}
		.chambre .text p{color:#fff; font-size:18px; line-height:20px;}
	.chambre .price{position:absolute; width:136px; font-size:24px; line-height:26px; color:#fff;}
		 .chambre .price small{font-size:14px; line-height:16px; padding-bottom:10px; display:block;}
	.chambre .sec1{position:absolute;}
	.chambre .sec2{position:absolute;}
	
	.right{background-position:500px 36px;}
	.right .text{top:124px; right:0px;}
	.right .price{top:32px; left:430px;}
	.right .main{float:left;}
	.right .sec1{top:140px; left:425px;}
	.right .sec2{top:280px; left:425px;}
	
	.left{background-position:-64px 36px;}
	.left .text{top:124px; left:0px;}
	.left .price{top:32px; left:355px;}
	.left .main{float:right;}
	.left .sec1{top:140px; left:305px;}
	.left .sec2{top:280px; left:305px;}

#footer{clear:both; position:relative; height:135px; background-image:url(images/bg-footer.gif); background-position:top center; background-repeat:no-repeat; color:#FFFFFF;}
	#footer p{color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif;} #footer p a{color:#adc8e7; text-decoration:none; margin-left:7px;} #footer p a:hover{text-decoration:underline;}


