@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Florence
Theme URI: http://www.hotelflorence.ma
Description: Theme officiel du site hotelflorence.ma par ADK Media
Author: ADK media
Author URI: http://www.adk-media.com
Version: 1.0
*/
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image:url(images/arp.jpg);
	background-repeat:repeat-x;
}
p { margin:0; }
.alignleft {
	float:left;
	margin: 0 10px 10px 0;
}
.alignright {
	float:right;
	margin: 0 0 10px 10px;
}
.noborder { border: 0px }
/* --------- Extras --------------------------------------------------- */
.textegris {
	font-size: 0.9em;
	color:#999999;
	margin:5px 0;
}
/* --------- Post / Article --------------------------------------------------- */
#post { padding:10px; clear: both; text-align:justify }
#post blockquote { 
	border-left: 5px solid #84c6e9;
	padding-left: 10px;
	margin: 0 0 10px 0;
	color: #666666;
	font-style:italic;
}
#post a:active, 
#post a:link, 
#post a:visited {
	color: #0066CC;
	text-decoration:none
}
#post a:hover {
	color: #FF6633;
	text-decoration:none
}
#post p { margin:5px 0; }
#post h1 {
	clear: both;
	font-size: 1.7em;
	color: #336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	padding: 8px 0 35px 0;
	background:url(images/arp-titre.jpg) no-repeat;
}
#post h1 a:link, #post h1 a:active, #post h1 a:visited{
	color: #fff;
}
#post h2 {
	font-size: 1.3em;
	color: #336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 10px 0;
}
#post h3 {
	font-size: 1.2em;
	color: #000;
	font-style:normal;
	font-weight:bold;
	margin: 0;
	padding: 10px 0;
}
#post div ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}
#post div li{
	list-style-image:url(images/puce_bleu.jpg);
	margin:0;
	padding:0;
}
/* --- Menu --- */
.sidebarmenu {
	background:url(images/arp-menu.jpg) no-repeat;
}
.sidebarmenu ul {
	list-style: none;
	padding: 25px 30px;
	margin: 0px;
	text-align: left;
}
.sidebarmenu li {
	padding: 0px;
	margin: 0px;
}
.sidebarmenu a:link,
.sidebarmenu a:active,
.sidebarmenu a:visited {
	display: block;
	color: #09889f;
	text-decoration: none;
	padding: 5px;
	border-bottom:1px #09889f dotted;
	margin: 0px;
}
.sidebarmenu a:hover {
	background-color:#e4f1f6;
	color: #09889f;
	text-decoration: none;
}

/* --- Menu de langues --- */
.lang{
	margin: 5px 20px;
	text-align:right;
}
.lang ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.lang li {
	padding: 0;
	margin: 0;
	display:inline;
}
.lang a img{
	border:0;
}
.lang a:link,
.lang a:active,
.lang a:visited {
	color: #666;
	text-decoration: underline;
	padding: 0 5px;
	margin: 0px;
}
.lang a:hover {
	color: #000;
	text-decoration: underline;
}

/* --------- Footer --------------------------------------------------- */
#footer {
	background-image: url(images/arp-footer.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:147px;
	padding:20px 0;
	color:#666;
}
#footer  a:link,
#footer  a:active,
#footer  a:visited {
	color: #333;
	text-decoration: underline;
}
#footer  a:hover {
	color: #000;
	text-decoration: underline;
}


