@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 30px;
	font-weight: bold;
}
.brand {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	clear: both;
}
.titre-doc {
	font-size: 18px;
	font-weight: bold;
	overflow: auto;
	padding-bottom: 10px;
}
.titre-doc-left {
	float: left;
	width: 400px;
}
.titre-doc-right {
	float: right;
	width: 400px;
	text-align: right;
}
.text {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 600px;
	clear: both;
}
.text-right {
	float: right;
	width: 290px;
	text-align: right;
}
.text-centre {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
.text-ptt {
	font-size: 12px;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 600px;
	clear: both;	
}
.cadastr {
float:right; text-align:right;
width:180px;
}
.ligne-titres-right {
	text-align: right;
	float: right;
	width: 460px;
	clear: right;
}
.ligne-titres-left {
	float: left;
	width: 460px;
	text-align: left;
}
.ligne-mark-right {
	float:right;
	text-align:center;
	width: 120px;
}

