body {
	background-color: #f1d4af;
}

a {
	color: #112c42;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E13E00;
}

input {
	background-color: #A3A3A3;
	border-style: double;
	color: Black;
	font-family: Fixedsys;
	font-size: 12px;
}

textarea {
	background-color: #A3A3A3;
	border-style: double;
	color: Black;
	font-family: Fixedsys;
	font-size: 12px;
}

select {
	background-color: #A3A3A3;
	border-style: double;
	color: Black;
	font-family: Fixedsys;
	font-size: 12px;
}

.boite {
	background-color: transparent;
	background-position: ;
	margin-left: 30%;
	width: 40%;
}

.boite_popup {
	background-color: transparent;
	background-position: ;
	margin-left: 10%;
	width: 80%;
}

.titre {
	background-color: transparent;
	background-position: center;
	color: #774f38;
	font-stretch: unchanged;
	font-variant: small-caps;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

.corps {
	background-color: transparent;
	background-position: center;
	color: #774f38;
}

.date {
	background-color: transparent;
	background-position: center;
	color: #774f38;
	font-style: oblique;
	text-align: right;
}

.tag {
	background-color: transparent;
	background-position: center;
	color: #774f38;
	text-align: right;
}
.twit {
	background-color: transparent;
	background-position: center;
	color: #774f38;
	text-align: right;
}

.commentaire {
	background-color: transparent;
	background-position: center;
	color: #774f38;
	text-align: right;
}

.separation {
	background-color: transparent;
	background-position: center;
}

.boite_box {
	background-color: #ece5ce;
	background-repeat: no-repeat;
}

.boite_top div {
	font-size: 1px;
	height: 30px;
	width: 100%;
	background-image: url(./images/coin_tl.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 30px;
	width: 100%;
}

.boite_top {
	background-color: transparent;
	background-image: url(./images/coin_tr.png);
	background-position: right;
	background-repeat: no-repeat;
}

.boite_bottom div {
	background-image: url(./images/coin_bl.png);
	background-position: left;
	background-repeat: no-repeat;
}

.boite_bottom {
	background-color: transparent;
	background-image: url(./images/coin_br.png);
	background-position: right;
	background-repeat: no-repeat;
}

.boite_top div, .boite_top,.boite_bottom div, .boite_bottom {
	font-size: 1px;
	height: 30px;
	width: 100%;
}

.boite_content {
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0;
}


