@charset "utf-8";
/* Print.css // CSS Document */

*{
	padding:0px;
	margin:0px;
	text-align:left;
	line-height:auto;
}


html { font-size: 62.5%; }

body {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	background-repeat: repeat-y, no-repeat;
	overflow-x: hidden;
	line-height: 130%;
	font-size: 14px;

}

#page{
    border:1px dotted #84583B;
	padding: 10px;
	width: 600px;
	margin:0 auto;
}

img {border: 0px; max-width:100%; height: auto;}

h1, h2, h3, h4, h5, h6 {
    font-family: "Goudy Old Style", Arial, Times, serif;
    margin: 5px 0px 10px 0px;
    line-height: normal;
    font-weight: normal;
    color: black;
}

#header .on_print{
	background:transparent url(../images/charte-graphique/logo-le-meurice-dorchester-collection-print.png) no-repeat 0 0;
    padding: 20px 0 20px 200px;
}

a, a:link, a:hover, a:visited, a:active {
    font-weight: bold;
    color: #84583B;
}

#main{min-height:100px !important;}

.accessibility,
#breadcrumb,
#logo,
#slogan,
#leftbar, 
#rightbar, 
#banner, 
#footer, 
#accessibility, 
.print-breadcrumb, 
#signature,
.print-footer,
#zone-commentaire,
#block-block-1,
#block-block-2,
.pager,
#pager,
iframe{ display:none; } 

pre { overflow: visible; }

hr{border:0px; border-bottom: 2px dotted #84583B;}

.no_print{display:none;}


.clear {
	visibility: hidden;
	padding: 0px;
	border: 0px;
	margin: 0px;
	float: none;
	clear: both;
	height: 0px;
	width: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	line-height: 28px;
	margin: 15px 0px;
	font-size: 24px;
}

h1 { margin-top: 0px; }

h1, h2, h3 { color: #84583b; }

h4, h5, h6 { color: #717d67; }

h1 a, 
h1 a:link, 
h1 a:visited, 
h2 a, 
h2 a:link, 
h2 a:visited, 
h3 a, 
h3 a:link, 
h3 a:visited, 
h4 a, 
h4 a:link, 
h4 a:visited, 
h5 a, 
h5 a:link, 
h5 a:visited, 
h6 a, 
h6 a:link, 
h6 a:visited {
	text-decoration: none;
}

a, 
a:link, 
a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, 
a:active {
	text-decoration: underline;
	color: #84583b;
}

strong a, 
strong a:link,
strong a:visited {
	text-transform: uppercase;
}

strong a:before {
	font-size: 1.4em;
	content: "» ";
}