
.page {
	min-width: 800px;
	max-width: 1024px;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}

.page .partie {
	margin: 20px 60px;
	padding: 5px;
	border-left: 5px solid  #800000;
}
.page .partie h3{
	color: #800000;
	text-align: left;
}
.page table {
	padding: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	margin: 5px auto;
	background: #FFF8DC;
}
.page table tr td, .page table tr th{
	border: 2px solid #FFDEAD;
	background: white;
	padding: 3px;
}
.page table tr th{
	background: #FFEFD5;
}
.photos{

}
.photos ul li {
	list-style: none;
	display: inline;
	vertical-align: top;
}
.photos ul li a {
	display: inline-block;
	width: 170px;
}
.background-article{
	background-color: white;
}
.background-page{
	background-color: #FFF8DC;
}
.background-body{
	background-color: #FFEFD5;
}




