@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;
}
