body {
	background-color: #F8F8F8;
}
.bouton {
	background: #F0C060;
	color: #000000;
	font-size:20px;
	text-decoration: none;
}
ul.lisa {
	font-weight: bold;
	margin: 5px
}
ul.lisb {
	list-style-type: none;
	font-weight: normal;
}
.intro {
	text-align: justify;
	font-family: Georgia, serif;
	font-size:18px;
	font-style: italic;
	width: 80%;
	margin: auto;
}
.section {
	margin-top: 60px;
	text-align: center;
	font-family: Times New Roman, serif;
	font-size: 30px;
	font-weight: bold;
}
.name {
	font-weight: bold;
}
.nametemp {
	font-style: italic;
}
.box-item {
	background-image: linear-gradient(to right, #E0E0E0, #F8F8F8);
	font-family: Arial, sans-serif;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.titre-item {
	margin-top: 60px;
	background-image: linear-gradient(to right, #F0E0C0, #F8F8F8);
	border-radius: 8px;
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: 12px;
}
.list-item {
	background-image: linear-gradient(to right, #E0E0E0, #F8F8F8);
	background-color: #C8F0C0;
	width: 80%;
	padding: 12px;
	margin: auto;
	font-family: Arial, sans-serif;
}
.line-item {
	margin-bottom: 8px;
}
.remark {
	width: 70%;
	padding: 12px;
	margin: auto;
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-style: italic;
	text-align: justify;
}
.comptext {
	font-family: Times New Roman, serif;
	font-size: 18px;
}
.complist {
	background-image: linear-gradient(to right, #E0E0E0, #F8F8F8);
	font-family: Arial, sans-serif;
}
.row-communi {
	width: 90%;
	margin: auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 36px;
}
.row-menu {
	width: 90%;
	margin: auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 36px;
}
.column-menu {
	background-color: #E0A040;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #808080;
	text-align: center;
	width: 20%;
	padding: 5px;
	margin: 10px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:20px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.row-communi {
	width: 90%;
	margin: auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 36px;
}
.column-communi {
	background-color: #F08020;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #808080;
	text-align: center;
	width: 40%;
	padding: 5px;
	margin: 10px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:20px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#selected {
	background-color: #FCD080;
}
@media only screen and (max-width: 768px) {
	[class="column-menu"] {
		width: 40%;
	}
}
@media only screen and (max-width: 384px) {
	[class="column-menu"] {
		width: 80%;
	}
}
.row-header {
	background-image: linear-gradient(to bottom, #E0D0C0, #E0E0E0, #C0E0C0);
	width: 100%;
	margin: auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding-top: 10px;
	padding-bottom:10px;
}
.column-header {
	width: 60%;
	padding: 1%;
	margin: auto;
	font-family: Arial, sans-serif;
}
.column-logo {
	width: 15%;
	margin: auto;
}
@media only screen and (max-width: 512px) {
	[class="column-header"] {
		width:100%;
	}
	[class="column-logo"] {
		width:30%;
	}
}

.header-title {
	font-size: 24px;
	font-weight: bold;
}
.header-sub {
	font-size: 18px;
	font-weight: normal;
}