/* Article -------------------------- */
article {
	min-height: 900px;
	margin-bottom: 90px;
	font-size: 14pt;
	text-align: justify;
}
article.container {
	position: relative;
	top: 52px;
}
ul > li::marker {
	font-size: small;
}

p.illustration {
	text-align: center;
	font-size: 10pt;
	font-weight: 700;
	margin-top: 32px;
	margin-bottom: 4px;
}
img.illustration {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 32px;
	border: 1px solid #CCC;
}
div.illustration {
	display: block;
	margin: 4px auto 32px auto;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	width: 700px;
	height: 674px;
	text-align: left;
	font-size: 14px;
}
div.illustration>img {
	float: left;
	margin-right: 32px;
}
div.illustration>p {
	margin: 20px 20px 5px 40px;
}
@media (max-width: 767px) {
	img.illustration {
		width:100%;
	}
}


/* MISCELLIANOUS ----------- */
.sponsor {
	max-height: 48px;
	height: 36px;
}
.comment {
	color: #808080;
	font-style: italic;
	width: auto;
	margin-left: 25px;
}
.bold {
	font-weight: 700;
}
p.emphase {
	margin-top: 24px;
	margin-bottom: 9px;
	font-size: 24px;
	font-weight: 600;
}
cite {
	font-style: italic;
	color: #999;
}

/* Formulaires -------------------------- */
fieldset {
	background-color: #F8F8F8;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 0px 25px 10px 25px;
	margin-top: 50px;
}
legend {
	width: auto;
	padding: 5px 20px;
	background-color: #F0F0F0;
	border-radius: 4px;
	border: 1px solid #CCC;
}
.btn-dark {
	color: #CCC;
	background-color: #333;
}
.btn-dark:hover {
	color: #FFF;
}
button span.glyphicon {
	margin-right: 20px;
}

/* Captcha ---------------------------- */
div#captchadiv {
	display: table-cell;
}
img#captchaimg {
	border-radius: 4px;
	border: 1px solid #CCC;
	height: 80px;
}
 button#captchabut {
	float: right;
	width: auto;
	position: absolute;
	font-size: 24px;
	height: 80px;
}

/* Contact ---------------------------- */
textarea#field-msg {
	min-height: 200px;
}

/* Eau -------------------------------- */
div#table-eau {
	margin: 64px auto;
	width: 840px;
}
div#table-eau img.table-eau {
	width: 300px;
	padding: 0 24px;
	margin: 0 auto;
	float: left;
}
div#table-eau table.table-eau {
	font-size: 18px;
}
div#table-eau table.table-eau th{
	padding: 30px 8px 0 8px;
	font-size: 12px;
}
div#table-eau table.table-eau tr.nondispo {
	background-color: #FCC;
}
div#table-eau table.table-eau tr.ouidispo {
	background-color: #CCF;
}
div#table-eau table.table-eau td {
	padding: 0 8px;
}
div#table-eau table.table-eau td b {
	color: red;
	font-weight: 700;
}
div#table-eau table.table-eau td:last-child {
	text-align: center;
	padding: 0;
}
@media (max-width: 840px) {
	div#table-eau {
		width: 100%;
	    position: relative;
	}
	div#table-eau img.table-eau {
		margin: 0 50%;
		left: -150px;
		position: relative;
		
	}
	div#table-eau table.table-eau {
		margin: 0 auto;
	}
}

/* Role -------------------------------- */
td.medium {
	width: 25%;
}
td.large {
	width: 50%;
}