/*
Theme Name: SlickPress - Author: WP Theme Designer - Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}

.pastop
{
	margin-top: 30px;
	white-space: no-wrap;
}
.ie .pastop
{
	margin: 0;
}

body {
	text-align: center;	font: 12px Verdana;	color: #333333;
	background: #FFFFFF url(images/bghead.gif) repeat-x 0 0;;
}

a {
text-decoration: none;color: #7b3e29;
}



img {
	border: 0;
}

.break {
	font-size: 0;width: 0; height: 0;clear: both;
}

.alignleft {
	float: left;margin: 4px 10px 5px 0;
}

.alignright {
float: right;
margin: 4px 0 5px 10px;

}

.hidden {
	display: none;
}

.noimage img {
	display: none;
}


#wrapper {

	text-align: left;
	width: 990px;
	margin: 0 auto 0 auto;

}




/** BEGIN header **/

#header {
	height: 180px;
}

	#header ol {
		list-style-type: none;
		padding-bottom: 55px;
	}

		#header ol li {
			font-size: 0.9em;
			text-transform: uppercase;
			float: left;
			padding: 10px;
		}

		#header ol li.f {
			background: none;padding-left: 0;
		}

	#header h1 {
		font-size: 0;
		float:left;
	}

		#header h1 a {
			margin-top: 5px;
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.jpg) no-repeat 0 0;
			width: 128px; height: 130px;
			float: left;
		}

#header #menu{
	width: 855px;
	float:left;
	bottom: 15px;
}
	#header ul {
		list-style-type: none;
		height: 27px;
		margin-top : 15px;
		
	}

		#header ul li {
			float: left;
			font-size: 0.8em;
			text-transform: uppercase;
		}

		#header ul li a {
			color: #FFFFFF;
			display: block;
			padding: 5px 7px 5px 20px;
			background: url('images/carremenu.gif') 4px center no-repeat;
		}

		#header ul li a:hover {
			background: url('images/carremenu_on.gif') 4px center no-repeat;
			color: #ffffff;
		
		}
		
		

	#header ul li.current_page_item a{
			background: url('images/carremenu_on.gif') 4px center no-repeat #7B3E29;
			color: #ffffff;
		}
		
		#header ul li.current_page_inverse a{
				background: url('images/carremenu.gif') 4px center no-repeat #BDC083;
				color: #000000;
			}
		

/** END header **/
/** BEGIN content **/

#content {
	font-size: 13px;
	clear: both;
	float: left;
/*	border-right: 1px solid #CCCCCC;*/
	width: 720px;
	padding: 0 11px 10px 0;
}

#content .single h3 {

	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
		margin-top:8px;
	}

#content .latest a{
			text-decoration: underline;
		}


#content a.title_link {

	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	margin-top:8px;
	text-decoration: none;
	
	}
	
.pdf_link {

	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
		margin-top:8px;
		text-decoration: none;
	}

.page_title{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	margin-right: 15px;

	
}

	#content .latest {
/*		border-bottom: 5px solid #202014;*/
		padding: 0 0 10px;
		margin-bottom: 10px;
	}

		#content .latest img {
			float: left;
			margin: 0 1px 5px 0;
		}


		#content .latest h2 {
			font-size: 1.5em;
			padding-right: 90px;
		}

		#content .latest p {
			font-size: 0.9em;
			margin-top: 4px;
			line-height: 1.4em;
		}
		

	#content .l {
		width: 301px;
		float: left;
		padding: 0 10px 10px 0;
		border-right: 1px solid #FFFFFF;
	}

		#content .l .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}

		#content .l .post h2 {
			font-size: 0.9em;
			color: #BDC083;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}

		#content .l .post h2 a {
			color: #7b3e29;
		}

		#content .l .post h3 {
			clear: both;
			font-size: 1em;
			width: 100%;
			padding: 10px 0;
		}

		#content .l .post img {
			float: left;
			margin: 0 10px 5px 0;
			}

		#content .l .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}

	#content .r {
		width: 299px;
		float: right;
		padding-left: 10px;
		border-left: 1px solid #ffffff;
		margin-left: -1px;
	}

		#content .r .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}

		#content .r .post h2 {
			font-size: 0.9em;
			color: #7b3e29;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}

		#content .r .post h2 a {
			color: #7b3e29;
		}

		#content .r .post h3 {
			clear: both;
			font-size: 1em;
			width: 100%;
			padding: 10px 0;
		}


		#content .r .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}


		#content .r .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}



	#content .postnav {
		padding: 20px 0;
		clear: both;
	}



	#content .postnav ul {
		list-style-type: none;
		border: 0;
	}



		#content .postnav ul li {
			float: left;
			border: 1px solid #cccccc;
			margin: 2px;
			font-size: 0.9em;
		}



		#content .postnav ul li a {
			display: block;
			border: 0 !important;
			padding: 5px;
		}



		#content .postnav ul li a:hover {
			background-color: #007AAA;
			color: #ffffff;
		}



		#content li.page_info {
			padding: 5px !important;
		}
		
			#evene-clic {
				clear: both;text-align:center;float:left;
			
		      	width:720px;
			}

			#evene-clic a{
				width: 146px;
				display: inline-block;
			    text-align:center;
				background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btnevent.gif') no-repeat;
				color:#BDC083;
				padding:5px 6px 6px 6px;

			}
			
			#evene-clic a:hover{
				background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btnevent-a.gif') no-repeat;
				color:#fff;
			}
			
			#evene-clic .top a{
			    text-align:center;
				background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btneventop.gif') no-repeat;
				color:#fff;
				width:140px;
				height:40px;
				padding:5px 0px 8px 0px;

			}
			
			#evene-clic .top a:hover{
				background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btneventop-a.gif') no-repeat;
				color:#000;
			}
			
			.ie #evene-clic{
				width: 720px;
				height: 70px;
				padding: 60px 0 20px 0;
				float: left;
				text-indent:0px;
				margin-right: 150px;
			}
			
			.ie #evene-clic a{
		      	 text-align:center;
					background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btnevent.gif') no-repeat;
					color:#BDC083;
					padding:5px 7px 8px 6px;
				}
				
			.ie #evene-clic a:hover{
			  		background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btnevent-a.gif') no-repeat;
					color:#fff;
			    }
				
					.ie #evene-clic .top a{
					    text-align:center;
						background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btneventop.gif') no-repeat;
						color:#fff;
						width:140px;
						height:40px;
						padding:5px 0px 8px 0px;

					}

					.ie #evene-clic .top a:hover{
						background:url('http://bel-ami-hotel.com/fr/wp-content/uploads/2009/08/btneventop-a.gif') no-repeat;
						color:#000;
					}
		
		
		
/** END content **/
/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 250px;
}

#sidebar h3{
	text-align:center;text-transform: uppercase;margin-bottom:8px;
}

	#sidebar .l {
		width: 250px;
		float: right;
	}



		#sidebar .l h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 15px 0 5px;
			color: #7b3e29;
		}



		#sidebar .l ul {
			list-style-type: none;
			margin-bottom: 20px;
			float:left;
			width: 100%;
			height: auto;
		}


		#sidebar .l ul li {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding: 6px 0;
		}



		#sidebar .l ul li a {
			color: #363636;
		}



		#sidebar .l ul li a:hover {	

		}	

		#sidebar .logo{
	width:247px; 
	height:40px;
	width:100%;
	margin:auto;
	padding :10px 0 10px 0;
}
/** END sidebar **/
/** BEGIN footer **/
#footer {
	width: 100%;
	margin: auto;
	clear: both;
	font-size: 12px;
	padding: 5px 0 40px;
}

#footer a{
	color: #7B3E29;
	font-size: 13px;
}

#footer a:hover{
	color: #000000;	
}

#footer #links a{
font-size:15px;	
}

/** END footer **/
/** BEGIN miscellaneous **/

#content .single ul {
	margin: 0 0 10px 18px;
}

#content .single ol {
	margin: 0 0 10px 20px;
}

	#content .single li {
		padding: 2px 0;line-height: 1.4em;

	}

	




	#content .single blockquote {
		padding: 20px 20px 10px;
		margin: 10px 0;
		background-color: #f3f3f3;
		border-width: 1px 0;
		border-color: #dddddd;
		border-style: solid;
		color: #9e9e9e;
		line-height: 1.4em;
	}
	.single .details {
		padding: 20px 0;
	}
    
    .single .details p {
		margin-bottom: 5px !important;
	}


#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
}

	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
	}

	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}

	#comments form {
		padding-top: 20px;
	}

	#comments form p {
		margin-bottom: 5px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		color: #9e9e9e;
		font-weight: bold;
	}

	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}

	.required {
		color: #ff0000;
	}

	#respond {
		padding-top: 20px;
	}

	.comment1 {
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.commentdetails {
		float: left;
	}

	.gravatar {
		float: right;
	}

	h2.title {
		padding: 20px 10px 20px;
		font-size: 0.8em;
		font-weight: normal;text-transform: uppercase;
		color: #909090;
	}

.archive {
	clear: both;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 0 0 10px 10px;
}

	.archive h2 {
		font-size: 1.6em;font-weight: normal;padding-bottom: 10px;
	}

	.archive h2 a {
	}

	.archive img {float: left;height: 100px;margin: 5px 10px 5px 0;	}

	.archive p {margin-bottom: 10px;line-height: 1.5em;}

#specialoffer{
	float:left;
	/*border: 2px solid #000000;*/
	margin-bottom:10px;
	width:246px;
	background-color:#915D45;
	color:#fff;
	border: 3px solid #000000;
	}

.contentdiv{
	float:left;
	width: 240px;
	padding: 5px;

}

.offercontent{
	width:240px;
	float:left;
	
}

.offercontent a{
color:#BDC083;
	
}


.offerprice{
	width: 95px;
	float:left;
	text-align: center;
	color:#BDC083;
}

.pagination{
	float:left;
	clear:both;
	width: 240px;
	text-align: center;
	padding: 3px;
	background-color:#fff;
}

.price{
	padding-top: 20px;
  font-size: 14px;
	font-weight: bold;
		color:#BDC083;
}

.contentdiv h3{
	text-align: center;
	border-bottom: solid 1px black;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color:#000;
	font-size:18px;
}

.pdf_icon{
	background: url('images/pdf_icon.png') top left no-repeat;
	padding-left: 50px
}

#reserver
{
	/*color:#FFFFFF;
	width: auto;
	height:auto;
	float:right;
	width: 419px;
	height: 100px;
	text-align: right;
	padding-right: 13px;
	padding-top: 39px;
	padding-left: 15px;
	margin-top: 0; */
	color:#FFFFFF;
	width: auto;
	height:auto;
	float:right;
	width: 419px;
	height: 88px;
	text-align: right;
	padding-right: 13px;
	padding-top: 30px;
	padding-left: 15px;
	margin-top: 0;
}

.ie #reserver{
	color:#FFFFFF;
	width: auto;
	height:auto;
	float:right;
	width: 419px;
	height: 90px;
	padding-top: 43px;
	padding-left: 14px;
	margin-top: 15px;
}

.ie8 #reserver{
  margin-top: -10px;
}

.ie7 #reserver{
	color:#FFFFFF;
	width: auto;
	height:auto;
	float:right;
	width: 419px;
	height: 88px;
	padding-top: 38px;
	padding-left: 14px;
	/*margin-top: 45px;*/
	position: relative;
	top: 18px;
}

#reserver form select.reservation-select{
  width: 35px;
}

#belamiheader{
	width:370px;
	height:62px;
	font-size: 1.2em;
	font-family: Arial;
	color: #BDC083;
	float:left;
	font-weight: lighter;
	margin: 25px 0 0 20px;

}

.ie6 #spotlight{
	background: url('images/lights-Bel-Ami.png')  748px 0px no-repeat;
}

.ie6 #sidebar{
	padding: 0;
}

.ie6 .contentdiv h3{
	font-size: 1.1em;
}

.ie6 #header ul{
	margin-top: 0px;
}

.ie6 #reserver{
	color:#FFFFFF;
	width: auto;
	height:auto;
	float:right;
	width: 358px;
	height: 45px;
	padding-top: 45px;
	padding-left: 12px;
	margin-top: 15px;

}

.ie7 #reserver{
  margin-top: -10px;
  margin-right: -120px;
}

ul h2{
	color: #7b3e29;
}

.ie6 #header #menu{
	width: 750px;
}

.ie6 #header ul{
	margin-left: 70px;
}

.ie7 #content{
	margin-top: 10px;
}

.ie7 #belamiheader{
	width:370px;
	height:17px;
	font-size: 1.2em;
	font-family: Arial;
	color: #BDC083;
	float:left;
	font-weight: lighter;
	margin: 0 0 0 130px;

}




.ie6 #reserver{
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.ie6 #header ul li.current_page_inverse a{
			background: url('images/carremenu.gif') 4px center no-repeat #BDC083;
			color: #000000;
		}

.ie7 #sidebar{
	
margin-top: 24px;
	

}
/* css de pour les page du concierge  visites guidÃ©es*/
.vg-offres{
	float:left;
	clear: both;
	width: 700px;
	margin-top: 25px;
}

.vg-titre{
	float: left;
	clear: left;
	font-size: 24px;	
	color: #99CC00;
	font-family: Arial, Helvetica, sans-serif;
}

.vg-tarif{
	float: right;
	clear: right;
	font-weight: bold;
	color: #804000;
	font-family:Arial, Helvetica, sans-serif;
}
.vg-personne{	
	float: right;
	clear: right;
	color: #804000;
}
.ie7 .vg-personne{
	display:block;
	height: 25px;
	}

.vg-content img{
	float: left;
	padding: 0 10px 10px 0;
	display:block;
	margin-top:15px
}
.ie7 .vg-content img{	
	margin-top:15px
}

.vg-txt-offre{
	clear:right;
	float:left;
	font-size: 14px;
	color: #804000;
	text-align: justify;		
}

.vg-txt-duree{
	display:block;
	margin-top: 20px;
	color: #804000;	
}
#vg-img-pdf-icon{
	display:block;
	float:left;
	clear:left;
}
/* css de pour les page du concierge  visites guidÃ©es tour minibus */
.vg-tm-img {
	float:left;
	padding:0 10px 5px 0;
}
.vg-tm-content{
	color:#804000;
	float:left;
	text-align:justify;
}
.vg-tm-td-content{
	padding-top:15px;
	padding-bottom:35px;
}

.vg-tm-tarif{
	color:#804000;
	text-align:right;
	font-weight: bold;	
}
.vg-tm-titre{
	color:#99CC00;
	font-weight: bold;
	font-size:1.2em;
}

#language-box{
  float:right;
  margin-top: 3px;
  margin-right: 5px;
  width : 255px;
}

#language-box a{
      color: #FFFFFF;
			display: block;
			padding: 5px 7px 5px 20px;
			background: url('images/carremenu.gif') 4px center no-repeat;
			
}

#language-box a:hover {
			background: url('images/carremenu_on.gif') 4px center no-repeat;
			color: #ffffff;
		}
		
		

#language-box a.current_page_inverse{
			
			color: white;                                                      
		}
		
#language-menu {
	position:absolute;
	display:none; /* On fait disparaître le <div> */
	top:45px;
	width:150px;
	height:auto;
	font-family:Arial, Verdana;
	background-color:black;
	color:white;
	border: 1px grey solid; 
	float : left;
}

#language-title{
	color: white; 
	font-family: Verdana; 
	font-size: 10px; 
	text-align: center; 
	float: left;
}

#image-monde{
	float: left;
	width : 70px;
}

/* Important */ 
#zone-selection:hover+#language-menu, #zone-selection+#language-menu:hover{display:block}

#reservation{
	float:right;
	height: 88px;
	text-align: right;
}

#reservation a{
		width:70px;
		float : right;
    color: #FFFFFF;
		display: block;
		padding: 5px 7px 5px 20px;
		background: url('images/carremenu.gif') 4px center no-repeat;
			
}

#reservation a:hover {
		background: url('images/carremenu_on.gif') 4px center no-repeat;
		color: #ffffff;
}
		
		

#reservation a.current_page_inverse{
		background:#915D45 url(images/carremenu_on.gif) no-repeat scroll 4px center;
		color:white;
		font-size:13px;
		font-weight:bold;
		text-decoration:underline;                                                      
}

.ie7 #zone-selection{
	width : 20px;
}

.ie7 #reservation{
	height : 50px;
}

.offers_block{
	width: 100%; 
	height: 110px;
}

.offers_image{
	width: 30%; 
	float: left;
}

.offers_text{
	width: 60%; 
	float: left;
}

.offers_resa{
	width: 9%; 
	float: right; 
	text-align: right;
}