*{
	font-family:verdana;
	padding:0px;
	margin:0px;
}
#title a:hover,#title  a:visited,#title  a:link,#title  a:active
{
	color:white;
    text-decoration: none;
}

#title{
	background-color:#003322;
	color:white;
	width:100%;
	padding:10pt;
	box-sizing:border-box;
}
#title h1{
	font-size:30pt;
	font-weight:bold;
}

#title h2{
	font-size:14pt;
	font-style:italic;
}

#logo img{
	width:100%;
	max-height:40vh;
}
#subtitle{
	width:100%;
	padding:10pt;
	background-color:#003322;
	color:white;
	box-sizing:border-box;
}
#subtitle p{
	margin-bottom:12pt;
}

.register_link{
	color:red;
	font-size:14pt;
	font-weight:bold;
}


#proposition{
	width:100%;
	padding:10pt;
	background-color:#003322;
	color:white;
	box-sizing:border-box;
}

#proposition p{
	margin-bottom:12pt;
}


#subtitle table{
	color:white;
	font-size:12pt;
}

#registered_members{
	width:100%;
	padding:10pt;
	box-sizing:border-box;
}

#calendar{
	width:100%;
	padding:10pt;
	box-sizing:border-box;
	display:table;
	text-align:center;
}
#calendar table{
	width:90%;
	margin:auto;
	border-collapse: collapse;
	margin-bottom:6pt;
}
#calendar tr{
	border: 1px solid black;
	
}
#calendar td{
	padding:2pt;
}

#calendar .note{	
	font-style:italic;
	font-size:10pt;
}

.error {
	background-color:red;
	padding:3pt;
}