body {
        /*font-family:verdana;*/
        /*font-size:12;*/
		font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
		/*color: #5e5d52;*/
		/*background-color: #F3F3F3;*/
		/*max-width: 1920px;*/
		margin: auto;
		text-align: center;
		margin-top: 10px;
		/*overflow-x: hidden;*/
}
/*
H1{
    position:relative;
    text-align:center;
	color:white;
}
H1 span{
    background:#4295D1;
    padding:4px 8px;
}
*/

H2 {
    position:relative;
    text-align:center;
	/*color:black;*/
	font-weight:normal;
	font-size:1.8em;
	font-style:italic;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

H3 {
    position:relative;
    text-align:center;
	color:white;
	font-weight:normal;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	padding:5px;	
	margin:0px;		
	background-color:#03498F;
}

input[type=submit] {
	background:#4295D1;
	color:white;
	min-height: 3rem;
	font-weight: bold;
}

input[type=button] {
	min-height: 2rem;
	font-weight: bold;
}

.adherent {
	font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin: 20px 0;
	display: table;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.adherent th {
	background-color:#DDDDDD;	
}
.adherent tr:nth-child(even){background-color: #f2f2f2;}

.courses {
	font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 20px 0;
	display: table;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.courses th {
	background-color:#DDDDDD;	
}

.courses-in tr:hover {background-color: #A8D2FD !important;}
.courses-in tr:nth-child(even){background-color: #f2f2f2;}

.tabmessage {
	 width: 100%;
	 /* height:100%;	 */
	 display: table;
	 border-spacing:0;
}
.tabmessage th {
	 border: 1px solid white;
	 border-collapse: collapse;
	 /*border-padding:5;*/
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height:1;
}
.tabmessage tr {
	 border: 1px solid white;
	 border-collapse: collapse;
	 /*border-padding:5;*/
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height:1;
}
.tabmessage td {
	 border: 1px solid white;
	 border-collapse: collapse;
	 /*border-padding:5;*/
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 12px;
}
.blink {
	animation: blinker 1.5s linear infinite;
	color: red;
	font-family: sans-serif;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}