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

* {
	margin: 0px;
	padding: 0px;
}
a{
	color:#000000;
}
img{
	border:0;
}

body {
	font-size: 15px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#4b2f08 ;
	/*background: url('img/bg4.jpg');*/
	background: url(img/grit.png);
	background-color:#e0c9a3;
}
#wrapper{
	/*background: url('img/design4.png');
	background-repeat: no-repeat;
    background-attachment: absolute;
    background-position: 0 -50px; 
	z-index: 1000;*/
}
#frame {
	margin:0 auto;
	width:950px;
	position: relative;
	/* background-color:#ffffff; */
}

#page {
	margin:0 auto 25px auto;
	width:950px;
}
.header {
	position:relative;
	background: url(img/grit.png);

}
.header img{
	width:950px;
	height:300px;
}
.header img#bookingaward{
	width:154px;
	height:130px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.header img#cdtripadvisor{
	width:154px;
	height:130px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.rating_of_anysite .rating_widget {
    border: 0px solid #ffffff;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.rating_of_anysite .rating_widget .rating_widget_inner {
    border: 2px solid #fff;
    background: url(https://bitbucket.org/albertohotcom/horeqa-italy/downloads/Badge_chiaro.png) left top no-repeat;
    min-height: 163px;
    width: 154px;
    height: 130px;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes clignote {
	0%{background-color: #c60b1e; color:#ffffff}
	50%{background-color: #4cbeff; color:#000000}
	100%{background-color: #c60b1e; color:#ffffff}
}
@-moz-keyframes clignote {
	0%{background-color: #c60b1e; color:#ffffff}
	50%{background-color: #4cbeff; color:#000000}
	100%{background-color: #c60b1e; color:#ffffff}
}
@keyframes clignote {
	0%{background-color: #c60b1e; color:#ffffff}
	50%{background-color: #4cbeff; color:#000000}
	100%{background-color: #c60b1e; color:#ffffff}
}
#booknow{
	width:500px;
	margin: -30px auto 0;
	padding: 22px 20px;
	text-align: center;
}
.header #booknow a{
	display: block;
	width: 210px;
	float: left;
	padding: 10px;
	margin: 0 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	-webkit-animation-name: clignote; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
	-moz-animation-name: clignote; /*on affecte l'animation clignote à notre bouton*/
	-moz-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-moz-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
	animation-name: clignote; /*on affecte l'animation clignote à notre bouton*/
	animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}
.header #booknow a:hover{
	background: #4cbeff
}
.header #booknow p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #c60b1e;
}




#adresse{
	width:550px;
	float:left;
/* 	background:#000000;*/	
	padding:0 10px;
}

ul{
	list-style: none;
}


.menu{
	border:none;
	border:0px;
	padding:0px;
	font-weight:bold;
	color:#000000;
	font-style:normal;
	width:950px;
	height: 53px;
	background:#c4934a;
	clear: both;
	}
.menu ul{
	background:#c4934a;
	height:33px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 5px 0px 0px;
		}
	.menu li a{
		color:#ffffff;
		display:block;
		font-weight:bold;
		line-height:33px;
		padding:10px 8px;
		text-align:center;
		text-decoration:none;
	    font-style:normal;
		font-family: 'Lobster', Arial, sans-serif;
		font-size: 13px;

		}
		.menu li a:hover{
			background:#771d3c;
			text-decoration:none;
			color:#cfa83e;
			}
#current{
	background:#e0c9a3;
	text-decoration:none;
	color:#cfa83e;
}
#contenu{
	width:100%;
	height:auto;
	padding-bottom: 70px;
	background: url('img/arabic4.png') no-repeat bottom left;
}
#act{
	color: #000000;
	font-size: 14px;
	text-align: justify;
}
#act h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
#act p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#act li{
	list-style-type: square;
	list-style-position: inside
}

ul#excursions {
  list-style-type: none;
}
#excursions li {
	margin-bottom: 10px;
	overflow: auto;
	list-style-type: none;
	background: rgba(255,255,255,0.5);
	padding-right: 15px;
}
#excursions h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}
#excursions li img {
  width: 270px;
  height: 163px;
  float: left;
  margin: 0 15px 0 0;
}
#excursions li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
  	visibility: hidden;

}


.block_left {
	float:left;
	width:580px;
	margin-top:30px;
	margin-bottom:25px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}
.block_left h3{
	margin-top: 10px;
}
.block_left p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.block_left li{
	list-style-type: square;
	list-style-position: inside
}
.block_left  .clts{
	margin-top:10px;
	margin-left:10px;
	/* float:left; */
	text-align:right;
	font-size:12px;
}
/* .block_left  h5{
	margin-right:10px;
	margin-top:10px;
	float:right; 
	text-align:center;
} */
.block_left  .avis{
	font-size:14px;
	font-style:italic;
	padding:10px;
	color:#222222;
	background: transparent;
	border:1px #ffffff solid;
	margin:0 0 10px 0;
}
.clic{
	width:210px;
	margin:5px auto;
	margin-top:10px;
	font-weight:bold;
}

.block_right {
	float:right;
	width:330px;
	margin-top:10px;
	margin-bottom:15px;
	/* background:#771d3c; */
}
/*.block_right a{
	display: block;
	float: left;
	font-size: 20px;
    background: #F15A23;
    padding: 20px;
	margin: 0 auto 10px;
    text-align: center;
    color: white;
    font-weight: bold;
	text-decoration: none;
}
.block_right a:hover{
	font-size: 26px;
    background: #771d3c;
}*/
.block_right img.galerie  {
	width: 160px;
	height: 100px;
	float:left;
	margin:5px 0 5px 5px;
}
#reservation{
	margin-bottom:25px;
}

.block_right .note{
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 20px;
	color: #555;
}
.block_right .note h4{
	color: #000;
	margin-bottom: 5px;
}
.block_right .note ul li{
	list-style: circle;
	margin-left: 20px;
}
.block_right .note p{
	margin-bottom: 5px;
}

#pied{
	width:100%;
}
.clear{clear:both;}
#photomarquee{
	height: 120px;
}
.img_footer {
	width: 100%;
	margin-bottom:20px;
	margin-top:5px;
	}
.img_footer img {
	float: left;
	margin: 10px;
	cursor: url(http://www.riad-tafilag.com/images/zoomin.cur), pointer;
}
.tripadvisor {
    background: #771D3C;
    border: 1px dashed #FFFFFF;
    float: left;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 5px;
    width: 324px;
}
#tripadvisor {
	margin: 20px 0;
}
#tripadvisor div{
	width: 150px;
    float: left;
	margin-right: 10px;
}
.hreview{
	margin-left: 20px;
}
#meteo{
	width:150px;
	float:left;
}

#meteo #TA_certificateOfExcellence345.TA_certificateOfExcellence{
	margin: 0;
	margin-left: -10px;
}
.diyweather{
	margin-left : 10px;
}
#pub{
	width:100%;
	height:80px;
	float:left;
	background:#c4934a;
	border-top:1px #000000 solid;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	-moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; border-radius:10px 10px 0 0;
}
#pub ul{
	list-style:none;
	margin:0;
	padding:0;
}
#pub li{
	float:left;
	margin:5px;
	line-height:100px;
}

#footer {
	clear:both;
	margin-top:10px;
	background: #C4934A none repeat scroll 0% 0%;	
	padding:20px;
	text-align: center;
	color:#FFFFFF;
}
.bas_menu {
	color:#FFFFFF;
}
.bas_menu ul{
	height:33px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.bas_menu  li{
		float:left;
		padding:0px 5px 0px 0px;
		}
	.bas_menu  li a{
		color:#ffffff;
		display:block;
		font-weight:bold;
		line-height:33px;
		font-size: 12px;
		padding:4px;
		text-align:center;
		text-decoration:none;
	    font-style:normal;
		}
		.bas_menu  li a:hover{
			color:#771d3c;
			text-decoration:none;
			}	
			
#flags_site {
	width: 350px;
	margin: 10px auto;
}
.flag_1 {
	float:left;
	margin:0 10px;
	color:#ffffff;
}
.flag_1 img{
	
}

#footer span{
	display:block;
	width:500px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:230px;
}	
.ref {
	width:880px;
	height:0;
	margin:0 auto 0 auto;
	text-align:center;
}



/*.contact {
	float:left;
	width:960px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:70px;
	text-align:center;
}
.contact form{
	float:left;
	margin-top:20px;
}*/
#photos{
	width:120px;
	height:500px;
	float:left;
}
#trip{
	width:260px;
	height:400px;
	float:right;
}
#TA_selfserveprop672{
	float:right;
}
.info_riad {
	width:600px;
	height:130px;
	line-height:15px;
	margin:10px 0;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.info_riad  .coord{
	float:left;
	width:210px;
	margin-bottom:10px;
	background:#771D3C;
	padding:5px 10px;
}
.info_riad .infos{
	float:left;
	width:330px;
	margin-bottom:10px;
	background:#c4934a;
	padding:5px 10px;
}


table.rooms{
	width: 100%;
	text-align: center;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px dashed #ddd ;
}

table.rooms tr{
	border: 1px #000 solid;
}

table.rooms tr h4 span{
	color: #7e1b37;
}

table.rooms tr p{
	line-height: 11px;
	text-align: justify;
	padding: 0 10px 5px 10px;
}

table.rooms tr:nth-child(even) {background: #ccb998}
table.rooms tr:nth-child(odd) {background: #ae9f87}

table.rooms tr th{
	border: 1px #000 solid;
}

table.rooms tr td{
	border: 1px #000 solid;
}

table.rooms img{
	width: 100px;
	height: 90px;
}

/*** Partenaires ***/
table#partenaires{
	border-collapse: collapse;
	border: 1px solid #e0c9a3 ;
}

table#partenaires td{
	padding: 10px 5px;
	border-bottom: 1px solid #4b2f08;
}

table#partenaires td img{
	width: 200px;
	height: 100px;
}

/**Services***/
#services{
	width: 100%;
	height: auto;
}
.service{
	width: 180px;
	height: 140px;
	margin: 0 10px 5px 0;
	float: left;
	/*background-color: #f00;*/
	text-align: center;
	font-weight: bold;
}

/*** Chambre ***/
table#chambres{
	width: 550px;
}
#chambres img{
	width: 250px;
	height: 200px;
}
#chambres td{
	width: 275px;
}

.chambre{
	width: 270px;
	height: 380px;
	float: left;
	margin: 5px 10px 5px 0;
	font-size: 0.8em;
	text-align: center;
	/*color: #ffffff;
	background-color: #694230;*/
	background: url('img/bg4.jpg');
	color: #000;
	position: relative;
}
.chambre h2{
	background-color: #771d3c;
	color: #fff;
	padding: 10px 0;
	/*background:#771d3c;
			text-decoration:none;
			color:#cfa83e;*/
}
.chambre p:nth-of-type(2){
	padding: 10px;
	text-align: justify;
}
.chambre p.prix {
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 0;
	color: #fff;
	background-color: #cfa83e;
	position: absolute;
	bottom: 0;
}
.chambre img{
	width: 270px;
	height: 200px;
}

#TA_cdsscrollingravenarrow309 {
	width: 330px;
	height: 50px;
	margin-left: 25px;
}
#CDSSCROLLINGRAVE.narrow {
    width: 330px;
}

hr {
    display: block;
    clear: both;
    height: 0;
    margin: 50px 0;
    padding: 0;
    border: 0;
    font-family: arial;
    text-align: center;
    font-size: 40px;
    line-height: 1;
}
hr:after {
    content: "\273D \273D \273D";
    height: 0;			
    letter-spacing: 1em;
    color: #000;
}

#exc img{
	display: block;
	width: 460px;
	height: 550px;
	float: left;
	margin: 5px;
}










/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 420px;
	height: 520px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}