* {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-image: url(../images/bg_top.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
}
img {
	border: 0;
}
#manege {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	min-height: 100%;
}
* html #manege {
	height: 100%;
}
#enchante {

}
#cheval {
	margin-left: 20px;
}
#logo {
	position: absolute;
	top: 30px;
	right: 20px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 40px;
	color: #f90;
	width: 400px;
	height: 52px;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1em;
	cursor: pointer;
}
#logo img {
	border: 0;
}
#equestre {
	position: absolute;
	top: 90px;
	right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
}
/* menu */
#menu1 {
	font-size: 16px;
	clear: left;
	height: 28px;
}
#menu1 ul {
	list-style: none;
}
#menu1 li {
	float: left;
	line-height: 19px;
}
#menu1 li a:link, #menu1 li a:visited {
	color: #fff;
	display: block;
	padding: 6px 5px 2px 5px;
	margin-right: 5px;
	border-bottom: 2px solid #f90;
	text-decoration: none;
}
#menu1 li.current a:link, #menu1 li.current a:visited {
	color: #000;
	background-color: #ddd;
	border-bottom: 2px solid #699;
}
#menu1 li a:hover {
	color: #366;
	/* border-bottom: 2px solid #699; */
}
#menu2 {
	clear: left;
	height: 21px;
	color: #666;
	font-size: 14px;
}
#menu2 ul {
	margin-top: 3px;
}
#menu2 li {
	float: left;
	line-height: 17px;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	background-image: url(../images/li_no.png);
	background-position: left;
	background-repeat: no-repeat;
}
#menu2 li.current {
	background-image: url(../images/li_yes.png);
}
#menu2 li a:link, #menu2 li a:visited {
	dispaly: block;
	margin: 0;
	padding: 0 0 2px 0;
	color: #666;
	font-size: small;
	text-decoration: none;
}
#menu2 li a:hover {
	color: #366;
}
#menu2 li.current a:link, #menu2 li.current a:visited {
	color: #000;
}
/* content */
#content {
	font-size: 14px;
	color: #333;
	padding: 10px 0 150px 0;
}
#content h1 {
	color: #366;
	font-size: 24px;
	margin: 18px 0 9px 0;
}
#content h2 {
	color: #333;
	font-size: 18px;
	margin: 18px 0 6px 0;
}
#content h3 {
	color: #366;
	font-size: 14px;
	margin: 9px 0 6px 0;
}
#content ul, #content ol {
	margin: 0 0 12px 20px;
}
#content li {
	line-height: 18px;
}
#content p {
	margin: 6px 0 9px 0;
	line-height: 18px;
}
#content a:link, #content a:visited {
	color: #c60;
}
#content a:hover {
	color: #366;
}
/* printable */
table#form2print, table.lined {
	border-collapse: collapse;
	border: 1px solid #000;
}
table#form2print td, table.lined td {
	padding: 2px;
	border: 1px solid #333;
}
/* form */
input.tznFormDate {
	width: 80px;
}
input.xxs {
	width: 50px;
}
input.xs {
	width: 80px;
}
input.sm, select.sm, textarea.sm {
	width: 120px;
}
input.md, select.md, textarea.md {
	width: 250px;
}
input.lg, select.lg, textarea.lg {
	width: 400px;
}
input.xl, select.xl, textarea.xl {
	width: 99%;
}
input.rgt, select.rgt {
	text-align: right;
}
textarea.hs {
	height: 50px;
}
textarea.hm {
	height: 100px;
}
textarea.hl {
	height: 200px;
}
textarea.hx {
	height: 400px;
}
/* footer */
#footer {
	position: relative;
	height: 136px;
	margin-top: -136px;
	background-image: url(../images/bg_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#adresse {
	position: relative;
	left: 50%;
	margin-left: -370px;
	width: 740px;
}
#canasson {
	float: right;
}
#bieuzy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 10px;
}
#tirzen {
	margin-top: 10px;
	color: #8bb;
}
#tirzen a:link, #tirzen a:visited {
	color: #9cc;
	text-decoration: none;
}
#tirzen a:hover {
	color: #cff;
}
