@charset "UTF-8";


body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ebe6e5 url(hostel-paris/bg.jpg) center top no-repeat ;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}



.twoColFixLtHdr #container { 
	width: 860px;  
	background: none;
	margin: 0 auto ; 
	text-align: left;
}

.twoColFixLtHdr #milieu { 
	background: #ffffff;
	border-left:3px solid #cbe0f3;
	border-right:3px solid #cbe0f3;
	height:100%;
}

/* 
////////////////////////////// HEADER */
.twoColFixLtHdr #header { 
	width: 860px;  
	margin: 110px auto 0px; 
	padding: 0px; 
	background: url(hostel-paris/logo-top.gif) top right no-repeat;
	height:56px;
	text-align:right;
} 
.twoColFixLtHdr #header p {
	margin: 0;
	padding: 35px 0 0 0;
	color:#1d5b8b;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.twoColFixLtHdr #header p a, a:active, a:link, a:visited {color:#1d5b8b;text-decoration:none; outline:none;}
.twoColFixLtHdr #header p a:hover {color:#bd4f30;}

/* 
////////////////////////////// SIDEBAR */
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 207px; 
	background: #ffffff url(hostel-paris/logo-bot.gif) top right no-repeat; 
	padding: 0px 10px;
}
/* 
////////////////////////////// NAV */
.twoColFixLtHdr #nav{
	margin:118px 0 0 0;
	padding:0;
	}
	
.twoColFixLtHdr #nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	} 
  
.twoColFixLtHdr #nav li{
	float:left;
	width:207px;
	height:30px;
	border-bottom:1px solid #FFF;
	margin:0;
	padding:0;
	}

.twoColFixLtHdr ul li a {
	width:197px;
	height:20px;
    float:left;
	color:#1d5c8b;
	text-decoration: none;
 	font-size:21px;
	background:url(hostel-paris/bg-nav.jpg) top no-repeat;
	margin: 0;
	padding:5px 0 5px 10px;
	}
		
.twoColFixLtHdr li a#here, #nav li a:hover{
	width:197px;
	height:20px;
    background:url(hostel-paris/bg-nav-a.jpg) top no-repeat;
	text-decoration:none; 
	color:#FFF; 
	margin: 0;
	padding:5px 0 5px 10px;
	}	


/* 
////////////////////////////// CONTENT */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 227px; 
	padding: 10px 0 0 0;
	background: #ffffff; 
} 

.twoColFixLtHdr #mainContent p { 
	margin: 0 35px 0 35px;
	font-size:15px;
	color:#00213f;
	line-height:22px;
	text-align:justify;
}
.twoColFixLtHdr #mainContent p a, a:active, a:link, a:visited {color:#1d5b8b;text-decoration:none; outline:none;}
.twoColFixLtHdr #mainContent p a:hover {color:#bd4f30;}


.twoColFixLtHdr #mainContent h1 { 
	margin: 0 35px 0 35px;
	font-size:20px;
	color:#00213f;
	line-height:22px;
	text-align:justify;
}
.twoColFixLtHdr #mainContent h2 { 
	margin: 0 35px 0 35px;
	font-size:18px;
	color:#1d5b8b;
	line-height:20px;
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
}
.petit {
	font-size:10px;
}

/* 
////////////////////////////// RESA */
.twoColFixLtHdr #resa { 
	padding: 10px 0 10px 0;
	background:#1d5b8b;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:26px;
	border-bottom:3px solid #cbe0f3;
	border-left:3px solid #cbe0f3;
	border-right:3px solid #cbe0f3;
} 

/* 
////////////////////////////// FOOTER */
.twoColFixLtHdr #footer { 
	padding: 0; 
	background: url(hostel-paris/bg-footer.jpg) right top no-repeat ;
} 
.twoColFixLtHdr #footer p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size:12px;
	font-weight:bold;
	color:#bd4f30;
	line-height:18px;
}
.twoColFixLtHdr #footer p a, a:active, a:link, a:visited {color:#bd4f30;text-decoration:none; outline:none;}
.twoColFixLtHdr #footer p a:hover {color:#1d5b8b;}


/* 
////////////////////////////// FOOTER2 */
.twoColFixLtHdr #footer2 { 
	padding:0; 
	background:none; 
} 
.twoColFixLtHdr #footer2 p {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size:10px;
	color:#1d5b8b;
	line-height:14px;
	text-align:justify;
}

.twoColFixLtHdr #footer2 p a, a:active, a:link, a:visited {color:#1d5b8b;text-decoration:none; outline:none;}
.twoColFixLtHdr #footer2 p a:hover {color:#bd4f30;}


/* 
////////////////////////////// FLOAT */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
