

/*
 * Mise en page des textes (bordures...)
 */

#centrer {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	bottom: auto;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.structure {
	display: none;
}

.cadregeneral {
	text-align: center;
	display: inline;

}
.cadregeneral .cadrechaqueimage {
	float: left;
	text-align: center;
	display: block;
	width: 160px;
	height: 185px;
	border: 2px solid #000000;
}

.cadregeneral .cadrechaqueimage .cadreimg {
	display: block;
	border: 0px solid #000000;
	height: 160px;
}
.cadregeneral .cadrechaqueimage .cadretexte {
	margin-top: 2px;
	display: block;
}
#cadregeneralpostale {
	width: 640px;	
}
.cartepostale {
	padding-top: 40px;
	width:95%;
	background-color: #FFFFFF;
	color:#003300;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: justify;
	height: 410px;
	overflow: auto;
	font-weight: bold;
	font-size: 70%;
	border: 6px solid #000000;
	border-style: outset;
}

.timbre {
	float: right;
	margin-right: 3px;
	position: relative;
	background-color: #ffffff;
	background-image: url(./IMG/carte/timbre.gif);
	border: 0px solid #FFFFFF;
}

.imagecarte {
	float: left;
	height: 205px;
	width: 230px;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 40px;
	display: block;
	border-right: dashed 1px #000000;
}
.texteimagecarte {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: normal;
}
.signature {
	margin-right: 3px;
	position: relative;
	background-color: #ffffff;
	text-align: right;
	top: 10px;
	float: right;
	margin-top: 20px;
}
.espace20 {
	margin-bottom: 20px;
	padding: 20px;
	display: block;
	clear:both;
}
.espace {
	display: block;
	 white-space: pre;
}
