@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center 300px;
	background-color: #0f0902;
}
.tdcentertop {
	background-repeat: no-repeat;
	background-position: center top;
}
.tdLeftRepeatY {
	background-repeat: repeat-y;
	background-position: left;
}
.tdRight {
	background-repeat: no-repeat;
	background-position: right;
}

.photo {
	border: 1px dashed #764E35;
}
.tdlignegauche {
	background-repeat: repeat-y;
	background-position: 13px;
}
.tdlignedroite {
	background-repeat: repeat-y;
	background-position: 39px;
}
/*hide or not*/
.hidden {
	display:none;
}
.show {
	display:block;
}
.facebook {
	float: left;
	width: 79px;
	text-align: center;
}
.instructions {
	width: 382px;
	float: right;
}
.oneCol {
	width: 408px;
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.instructions ol {
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
}

