/* @override http://dessinemoiuneyourte.com/style.css */


/* @group Global */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}

a img {
	border: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: normal 80%/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #a69477 url(ima/page-background.gif) repeat-y center;
}

body, a {
	color: #333;
}

h1, h2, h3, h4 {
	line-height: 1em;
	padding-bottom: .3em;
	letter-spacing: -1px;
}

sup {
	vertical-align: 0.4em;
	font-size: 0.9em;
	line-height: 0.1em;
}

strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

small {
	font-size: 75%;
}

.clear {
	clear: both;
}

/* @end */

/* @group Général */

a.active {
	cursor: default;
}

#content a,
.col a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#content a:link,
.col a:link {
	color: #2474b8;
/

*border-bottom-style: dashed;
	border-bottom-width: 1px;*/
}

#content a:focus,
#content a:active,
#content a:hover,
.col a:focus,
.col a:active,
.col a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content a:visited,
.col a:visited {
	color: #8d2f32;
}

.warning {
	font-weight: bold;
	color: red;
}

/* @end */

/* @group Structure */

#header {
	height: 170px;
	background: #b19d80  url(ima/header-1.jpg) no-repeat;
	overflow: hidden;
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 img {
	display: block;
}

#page {
	width: 1000px;
	background-color: wheat;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}

#nav {
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 10px;
}

#navleft {
	float: left;
	position: relative;
	width: 190px;
	margin-left: 10px;
}

#main {
	margin-left: 203px;
}

#content {
	position: relative;
	width: 500px;
	float: left;
	border: 1px solid #933;
	padding: 15px 40px 30px;
	background: white url(ima/background-tipi.jpg) no-repeat -215px -68px;
}

#navright {
	float: right;
	width: 200px;
	margin-right: 10px;
}

#footer {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	line-height: 1.5em;
	width: 1020px;
	margin: 0 auto;
	background: #a69477 url(ima/footer-background.gif) no-repeat center top;
	padding-top: 2px;
}

#footer,
#footer a {
	color: #484848;
	
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}

/* @end */

/* @group menu */

#menu {
	position: relative;
	border: 1px solid #933;
	padding: 15px;
	margin-bottom: 30px;
	background: #f7d6c5 url(ima/background-tipi.jpg) no-repeat -508px -202px;
	
/*
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
*/
}

#menu a {
	display: block;
	border-bottom-style: inset;
	border-top-style: inset;
	border-top-width: 1px;
	border-bottom-width: 1px;
	line-height: 2em;
	font-weight: bold;
	padding-left: 10px;
	font-size: 110%;
	border-color: #ffece7;
	color: #ae2124;
}

#menu .active a,
#menu a:hover,
#menu ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-top-style: outset;
	border-color: #ffece7;
	color: #e22f34;
}

#nav li {
	display: inline;
}

#nav img {
	vertical-align: middle;
	border: 2px solid #f5deb3;
}

#nav a.active img,
#nav a:active img,
#nav a:focus img {
	border-color: #a69477;
}

/* @end */

/* @group corners */

.corner {
	position: absolute;
	z-index: 10;
}

.tl {
	left: -1px;
	top: -1px;
}

.tr {
	right: -1px;
	top: -1px;
}

.bl {
	left: -1px;
	bottom: -1px;
}

.br {
	right: -1px;
	bottom: -1px;
}

#menu .corner {
	background: url(ima/corner-10.gif) no-repeat;
	width: 10px;
	height: 10px;
}

#menu .corner.bl {
	background-position: 0 -10px;
}

#menu .corner.tl {
	background-position: 0 0;
}

#content .corner {
	background: url(ima/corner-40.gif) no-repeat;
	width: 40px;
	height: 40px;
}

#content .corner.tr {
	background-position: -40px 0;
}

#content .corner.br {
	background-position: -40px -40px;
}

#content .corner.bl {
	background-position: 0 -40px;
}

/* @end */

/* @group contact */

form.contact {
	float: right;
	margin-right: -30px;
}

form.contact fieldset {
	padding: 5px;
	border: 1px solid #933;
}

form.contact legend {
	color: black;
	font-weight: bold;
}

form.contact p {
	width: 300px;
	margin-right: 5px;
	text-align: left!important;
}

form.contact input.text,
form.contact textarea {
	width: 100%;
	display: block;
	color: #333;
	background-color: #ffdfd1;
	padding: 2px;
	font: italic 12px/15px Arial, Helvetica, Geneva, sans-serif;
	border: 1px dotted #ff7f7f;
}

form.contact .text {
	height: 15px;	
}

form.contact input:focus.text,
form.contact textarea:focus {
	border-style: solid;
	outline: none;
	background-color: #f3eae7;
	color: black;
}

form.contact .btns {
	text-align: right;
}
form.contact .btns input {
	display: inline;
}

/* @end */

h1 {
	font-size: 240%;
	color: #933;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-shadow: #a69477 2px 3px 3px;
}

h2 {
	font-size: 180%;
	font-weight: bold;
	color: #933;
	margin: 20px 0 6px;
}

h3 {
	margin: 12px 0 6px;
	font-size: 150%;
	color: #933;
}

h4 {
	margin: 10px 0 6px;
	font-size: 120%;
	line-height: 1.4em;
	font-style: italic;
	color: #933;
}

p {
	margin: 3px 0 6px;
}

#content p {
	text-align: justify;
}

img.photo {
	border: 1px solid black;
	display: block;
	margin: 30px auto;
	width: 400px;
}

#content blockquote {
	padding-left: 2em;
}

table.prices {
	margin: 0 auto 10px auto;
}

table.prices th {
	color: black;
	padding: 2px;
	font-size: 110%;
	line-height: 1em;
	border: 2px solid white;
	background-color: #f9ddcf;
}

table.prices tr:hover {
	background-color: #eee;
	cursor: default;
}

table.prices td {
	text-align: center;
	padding: 2px 10px;
	border-bottom: 1px solid #dca187;
	line-height: 2em;
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: black;
	white-space: nowrap;
}

.smaller {
	font-size: 75%;
}

.smaller th {
	font-weight: normal;
}

.total, th.total {
	font-weight: bold;
}

.notva {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-align: right!important;
}

.col {
	color: #574d3f;
}

.col img {
	display: block;
	margin: 20px auto;
	width: 160px;
	border: 1px solid #82755f;
}

.col p {
	margin: 7px auto 10px;
	line-height: 1.6em;
	width: 150px;
	font-size: 90%;
}

.col table.hire {
	width: 160px;
	margin: 10px auto;
}

.col .hire td {
	text-align: center;
	font-family: "Courier New", Courier, mono;
	white-space: nowrap;
}

.col .hire th {
	
}

#content ul {
	padding-left: 4em;
	margin: .5em 0 1em;
}

#content li {
	margin: .5em 0;
	list-style-position: outside;
	list-style-type: disc;
}

#navright ul {
	width: 150px;
	margin: 10px auto;
	font-size: 90%;
}

#navright li {
	line-height: 1.6em;
	margin: .5em 0;
	list-style-position: outside;
	list-style-type: disc;
}

.col h4 {
	width: 160px;
	margin: 12px auto 4px;
}

body.photos #content {
	line-height: 100px;
}

body.photos #content a {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	border: none!important;
	margin: 12px;
}



body.photos #content a img {
	vertical-align: middle;
	border: 1px solid gray;
}

body.photos #content a:focus {
	outline: none;
}

body.photos #content a:hover img,
body.photos #content a:focus img {
	border-color: #000;
}


* html #navleft,
* html #navright,
* html #menu li,
* html form.contact fieldset {
	display: inline; /* fix of double margin bug of stupid ie6 */
}

* html .corner.tl,
* html .corner.bl,
* html .corner.br {
	display: none;
}

/* guess who needs a fix again ;) */
* html img,
* html div { behavior: url(iepngfix.htc) }


ul.links,
.links li {
	width: 170px!important;
	list-style: none!important;
}

.links a img {
	border: none;
}

.links a {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	padding: 1ex 0;
}

#navright .links a:hover {
	border-bottom-style: solid;
	border-top-style: solid;
	color: #e22f34;
}
