body {
	width: auto;
	margin: 0;
	font-family: serif;
	font-size: 12pt;
	font-family: Georgia, serif;
	line-height: 1.5;
	color: #000000 !important;
	/* background-color: #ffffff !important;*/
}

/* Reset général */
* {
	display: revert;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}

/* Espacements typographiques (15pt = 20px) */
p,
blockquote,
label,
ul,
p:last-child {
	margin-bottom: 0;
}

/* Classes dédiées print / no-print */
.print {
	display: revert;
}
.no-print {
	display: none;
}

/* Pas de veuves ou orphelines (3 lignes minimum) */
p,
blockquote {
	orphans: 3;
	widows: 3;
}

/* Pas de saut de page au sein de ces éléments */
blockquote,
ul,
ol,
figure,
table {
	page-break-inside: avoid;
}

/* Pas de saut de page après ces éléments */
h1,
h2,
h3,
h4,
caption {
	page-break-after: avoid;
}

/* On masque les vidéos */
video,
object,
iframe {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.demijournee {
	background-color: #FFFFFF;
}
.douce{
	background-color: #54a7dd;
}
.journee{
	background-color: #a4ac86;
}
.populaire{
	background-color: #a68a64;
}
.octobrerose{
	background-color: #ffc0cb;
}

#menu {
	display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

div#content {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
}

div#mast {
	margin-bottom: -8px;
}

div#mast img {
	vertical-align: bottom;
}

a:link {
	background: transparent;
	font-weight: normal;
	outline: none;
	text-decoration: none;
	color: #000000;
}