body {
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
}

.headzone {
	text-align:center;
}

.headzone table {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}


.headzone table td#current {
	background-color: #e0e0e0;
}

.headzone table td {
	padding:2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
}

.headzone table td:hover {
	background-color: #ddd;
}

.headzone img {
	height: 106px;
}

.content {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	font-size: 13px;
}

.share {
	text-align:center;
	font-size:11px; 
	font-style:italic;
}


a {
	color: #900;
	text-decoration: none;
}

a {
	text-decoration: none;
}


div.header {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
}

.accroche {
	text-align: center;
	font-style: italic;
}

.count {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding:10px;
}


div.introduction {
	text-align: justify;
}

div.conclusion {
	border-top: 1px solid #bbb;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

div.signataires {
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 14px;
}

div.section {
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: justify;
}

div.section div.title {
	font-weight: bold;
	color: #800;
}

.invert {
	background-color: #800;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}


div.section p {
}

div.section ul li {
	margin-bottom: 15px;
}



div.name {
	font-size: 24px;
}

div.date {
	font-size: 11px;
	text-align: right;
}

div.pdf {
	font-size: 10px;
	float: left;
}

dd {
	margin-left: 10px;
}

dt {
	padding-right: 5px;
	float: left;
	font-weight: bold;
	font-variant: normal;
}


