@import "fonts.css";
@charset "utf-8";
/* CSS Document */

body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

input, textarea, select {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	outline: none;
}

input, textarea {
	border: 2px solid rgba(0, 0, 0, 0.3) !important;
	padding: 3px 5px 3px 5px;
	box-sizing: border-box;
	margin: 0px;
}

input:focus, textarea:focus {
	background: yellow;
}

input[type="submit"], input[type="button"] {
	margin: 0px 2px 0px 2px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.7);
}

input[type="submit"]:hover, input[type="button"]:hover {
	cursor: pointer;
	background: white;
}

input[type="submit"]:active, input[type="button"]:active {
	background: pink;
}

input[type="submit"][disabled], input[type="submit"][disabled]:focus:active:hover,
input[type="button"][disabled], input[type="button"][disabled]:focus:active:hover {
	background: rgba(0, 0, 0, 0.1);
	cursor: default;
	border: 1px dotted rgba(0, 0, 0, 0.3);
}

h1 {
	font-size: 1.5em;	
}

h2 {
	font-size: 1.3em;	
}

h3 {
	font-size: 1.2em;	
}

.schedule {
	font-size: 11px;
}

.schedule td {
	padding-left: 5px;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
}

.schedule td:last-child {
	border-right: none;
}

.schedule tr.single td {
	border-top: 1px solid black;
}

.schedule tr.single.columns td {
	font-weight: 600;
}

.schedule tr.grouped td {
	border-top: 1px solid transparent;
}

.schedule tr.grouped td:first-child {
	padding-left: 12px;
}

.schedule tr:last-child td {
	border-bottom: 1px solid black;
}

.schedule tr.header td {
	font-size: 1.4em;
	border-left: none;
	border-right: none;
	padding-top: 35px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

.schedule tr.header:first-child td {
	border-top: 1px solid transparent;
}

.schedule tr.group td {
	border-top: 1px solid black;
	border-bottom: 1px solid #DDDDDD;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.text {
	font-size:12px;
}
.textbold {
    font-weight:bold;
}
.text10 {
	font-size:10px;
}
.text10b {
	font-size:10px;
	color:#FFF;
}
.text10r {
	font-size:10px;
	color:#22367b;
}
.text12 {
	font-size:12px;
}
.text12b {
	font-size:12px;
	color:#FFF;
}
.text12r {
	font-size:12px;
	color:#22367b;
}

.text14 {
	font-size:14px;
}
.text14b {
	font-size:14px;
	color:#FFF;
}
.text14r {
	font-size:12px;
	color:#22367b;
}
.text16 {
	font-size:16px;
}
.text16b {
	font-size:16px;
	color:#FFF;
}
.text16r {
	font-size:16px;
	color:#22367b;
}
.text24r { 
	font-size:48px;
	color:#22367b;
}
.texttt {
    font-family:courier;
}

.deny{
	background-color:#CCC;
}

.menu14b{
	font-size:14px;
	color:#FFFFFF;
}
.menu14b:hover{
	cursor:pointer;
 color:#FFF000;
}

.lien12r{
	font-size:12px;
	color:#22367b;
}
.lien12r:hover{
	text-decoration:underline;
}
.text20 {
	font-size:20px;
}
.text20b {
	font-size:20px;
	font-weight:bold;
}
.textwhite {
	color: #FFF;
}
.bggray {
	background-color: #ECECEC;
}
