body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;

}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: rgb(226,0,43);
	font-size: 0.8em;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(226,0,43);
	margin: 0px;
	margin-top: 50px;
	padding-bottom: 2px;
	font-weight: normal;
}

h2 {
	font-size: 1.65em;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
}

p {
	line-height: 1.4;
}

a, a:visited {
	color: rgb(226,0,43);
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 1.4;
}
ul li {
	list-style: none;
}
ul li:before {
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -20px;
	content: "\2022";
	color: rgb(226,0,43);
}

ol {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

dd {
	margin-bottom: 10px;
}

dd a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

table {
	margin-top: 10px;
	border-collapse: collapse;
}
td {
	border-bottom: 1px solid #CCC;
	width: 170px;
}
th {
	text-align: left;
	padding-bottom: 10px;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}
blockquote:before {
	content: "\00AB\20";
}
blockquote:after {
	content: "\20\00BB";
}

form {
	margin-top: 10px;
}

input {
	border: none;
	border-bottom: 1px solid rgb(226,0,43);
	margin-bottom: 10px;
}
input[type=file] {
	border-bottom: none;
}
a.button-link,
input[type=submit] {
	border: 1px solid white;
	background-color: rgb(226,0,43);
	color: white;
	cursor: pointer;
	margin: 0px;
	border-radius: 5px;
	font-size: 0.7rem;
	padding: 0.2rem 0.4rem;
	text-decoration: none;
}

a.button-link:active,
input[type=submit]:active {
	border: 1px solid rgb(226,0,43);
	background-color: white;
	color: rgb(226,0,43);
}

input[name=title], input[name=name]{
	width: 100%;
	font-size: 15px;
}
input[name=url] {
	width: 470px;
	font-size: 1em;
}
input[name=place] {
	width: 100%;
}

textarea {
	border: 1px solid rgb(226,0,43);
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
textarea[name=body] {
	height: 150px;
}

#contactForm label {
	width: 49%;
	display: inline-block;
}
#contactForm input[name=nom], #contactForm input[name=prenom] {
	width: 49%;
}
#contactForm textarea, #contactForm input[type=email] {
	width: 100%;
}
#contactForm input {
	border: 1px solid rgb(226,0,43);
	box-sizing: border-box;
}

.twint-banner {
	width: 100%;
}

#logo {
	display: block;
	width: 100%;
	height: 90px;
	margin-top: 30px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position-x: 20px;
}

#adminPanel {
	position: fixed;
	top: 5px;
	right: 5px;
	font-size: 0.8em;
	margin: auto;
	text-align: right;
}
#adminMenuTitle {
	padding: 2px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
#adminMenuTitle:hover {
	color: rgb(226,0,43);
}
#adminMenu {
	color: #999;
	text-align: left;
	margin-top: 0px;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 5px #888888;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;

}
#adminMenu li {
	padding: 4px 10px;
}
#adminMenu li:before {
	position: inherit;
	content: "";
}
#adminMenu a {
	display: list-item;
	text-decoration: none;
	color: #000;
	padding: 4px 10px;
}
#adminMenu a:hover {
	color: white;
	background-color: rgb(226,0,43);
}

#menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	max-width: 510px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: -15px;
	margin-bottom: 0px;
	padding: 0px 20px;
}
#menu li {
	display: inline;
	padding-right: 0;
}
#menu li:before {
	display: none;
}
#menu li:after {
	content: "/\00a0\00a0";
	margin-left: 10px;
	color: black;
	position: inherit;
}
#menu li:last-child:after {
	content: none;
}
#menu li a{
	color: black;
	text-decoration: none;
	transition: color .4s;
}
#menu li a:hover, #menu .selected {
	color: rgb(226,0,43);
}

#content {
	max-width: 510px;
	margin: auto;
	margin-top: 50px;
	padding: 0px 20px;
}

#content p:first-child, #content h1:first-child {
	margin-top: 0px;
}

#footer {
	max-width: 510px;
	margin: auto;
	font-size: 0.8em;
	color: #666;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px 20px;
}

.error, .info, .success {
	padding: 5px;
	border: 1px solid;
	padding: 5px;
}

.error {
	color: #bb0000;
	border-color: #bb0000;
	background-color: #ffdddd;
}

.error a {
	color: black;
}

.info {
	color: #996600;
	border-color: #996600;
	background-color: #ffffbb;
}

.success {
	color: #006600;
	border-color: #006600;
	background-color: #77ee77;
}

.separator:before {
	content: "|";
	color: rgb(226,0,43);
}

.hidden {
	background-color: rgba(0,0,0,0.2);
}

ul.barreBBCode{
	border: 1px solid rgb(226,0,43);
	border-bottom: none;
	margin: 0px;
	padding: 1px 0px 0px 2px;
	width: 100%;
	height: 19px;
	box-sizing: border-box;
}

.barreBBCode li{
	display: inline-block;
	padding: 1px 4px 0px 1px;
	cursor: pointer;
}
.barreBBCode li:before {
	display: block;
	position: inherit;
	content: "";
}
.barreBBCode li.separation{
	border-right: 1px solid rgb(226,0,43);
}

.event {
	border-bottom: 1px solid rgb(226,0,43);
	padding-top: 10px;
}
.editLink {
	font-family: Times, serif;
	color: #666;
	font-size: 0.8em;
	margin-bottom: 4px;
}

.downloads {
	width: 220px;
	min-height: 32px;
	padding-left: 35px;
	margin-bottom: 15px;
	background-image: url("images/download_icon.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.downloads .download, .downloads p {
	color: #999;
	font-size: 0.75em;
	border-bottom: 1px solid #999;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.downloads .download a{
	text-decoration: none;
	color: #999;
}
.downloads .download a:hover {
	color: #666;
}
.downloads .download a.editLink {
	text-decoration: underline;
	color: rgb(226,0,43);
	font-size: 1em;
}
.downloads p {
	height: 12px;
}

#pageSelector {
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
}
#pageSelector a {
	text-decoration: none;
}
#pageSelector span:before {
	content: "\00B7";
}
#pageSelector span:first-child:before {
	content: none;
}

.introduction {
	color: rgb(226,0,43);
}

.exergue {
	font-size: 1.65em;
	font-family: 'Open Sans', sans-serif;
	color: rgb(226,0,43);
}

ul#boardMembers {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 10px;
}

ul#boardMembers li:before {
	display: inherit;
	content: "";
}

.event {
	min-height: 75px;
}
.event .date {
	margin-top: 3px;
	color: #666;
	font-size: 0.8em;
}
.event .date:first-letter {
	text-transform: uppercase;
}

#linksOrder {
	font-size: 0.8em;
}

#memberEdit input[type=text] {
	width: 165px;
}

table#filesList {
	width : 100%;
}

table#filesList td {
	padding: 2px;
}

table#filesList td.icon {
	width: 20px;
}



#ZoomCapDiv table td {
	border: none;
}

/* For retina images */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
	#logo {
		background-image: url('images/logo@2x.png');
		background-size: 204px;
	}
}

@media (max-width: 970px) {
	#menu {
	 margin-top: 30px;
	}
}