
*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #464646;
}

body
{
	/*background: #113130 url(../images/bg-body.jpg) 0 0 repeat-x;*/
	background-color:#6A8278;
}


h1 /* Logo */
{
	height: 71px;
	width: 360px;
	background: url(../images/hotel-florus.jpg) 0 0 no-repeat;
	text-indent: -999px; /* cacher le texte */
	float: left;
}

h1 img
{
	display: none; 
}

h2,
h3
{
	font-size: 22px;
	margin: 0 0 15px 0;
}

h2
{
	color: #6A8278;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}

h3{

	color: #6A8278;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;


}

a:link,
a:visited
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ae0a0e;
	color: #ae0a0e;
}

a:hover,
a:active
{
	color: #464646;
	border-bottom: 1px dotted #464646;
}

br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 0;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

.header-img
{
	margin: 0 0 20px 0;
}



.clear-all
{
	clear: both
}

.readmore
{
	padding: 10px 0 0 0;
	margin: 0;
}



#wrapper
{
	width: 740px;
	margin: 0 auto;
}

#header
{
	margin: 0px 0 0 0;
	
}
#navigation{
	padding-top: 45px;

}

#header span
{
	float: left;
	margin: 5px 0 0 10px;
	color: #fff;
}

#header ul
{
	list-style: none;
}

#header ul li
{
	float: right;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #c6dddc;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	text-decoration: none;
	background: #fff;
	color: #113130;
	display: block;
	padding: 5px 10px 5px 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F4EA6F;
	border-right-color: #F4EA6F;
	border-left-color: #F4EA6F;
}


#content
{
	clear: both;
	background: #fff;
	padding: 20px 20px 10px 20px;
}

.content-double,
.content-left
{
	width: 420px;
	float: left;
	background: url(../images/bg-content.jpg) 100% 0 no-repeat;
	padding-right: 20px;
}

.content-single,
.content-right
{
	width: 230px;
	font-size: 11px;
	float: left;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

.margin-right
{
	margin: 0 20px 0 0;
}

.info-box
{
	float: right;
	background: #f7e6e6 url(../images/bg-info-box.jpg) 0 0 repeat-x;
	border: 1px solid #eabebf;
	padding: 8px;
	width: 30%;
	margin: 0 0 10px 10px
}

.info-box p,
.info-box h4
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}


.portfolio-item
{
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px 0;
}

ul.portfolio-items
{
	list-style: none;
	clear: both;
	display: block;
}

ul.portfolio-items li
{
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 1px;
}

ul.portfolio-items li img
{
	border: 6px solid #fff;
}



#footer
{
	clear: left;
	color: #c6dddc;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #c6dddc;
	border-bottom: 1px dotted #c6dddc;
}

#footer a:hover,
#footer a:active
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}