
body{
	background:#1d1d1d;
	color:white;
}
h2{
	color:white;
}
.blocklessons{
	position:relative;
	float:left;
	border-bottom:dotted 1px white;
	width:99%;
	display:none;
}

.titlelessons{
	float:left;
	width:85%;
	max-width:750px;
	padding:1%;
	color:white;
	font-size : 16px;
}

.detailslessons{
	float:left;
	width:85%;
	max-width:750px;
	padding:2%;
	padding-top:1%;
	color:white;
	font-size : 18px;

}

.notelessons{
	float:left;
	width:20%;
	font-size : 18px;
	border:dotted 0px yellow;
	text-align:center;
}

.datelessons{
	float:left;
	width:50%;
	font-size : 18px;
	border:dotted 0px green;
	text-align:center;
}

.rimg{
	margin-top:1%;
	margin-right:1%;
	float:right;
	width:10%;
}

.blockcourbe{
	float:left;
	border : solid 5px gray;
	width:95%;
	height:150px;
	margin:1%;
	padding:1%;
	color:white;
}
.tableaustats{
	width:100%;
	height:100%;
}
.tableaustats td{
	text-align:center;
}

.statscercle{
	position:relative;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	overflow:hidden;
}

.decocercle{
	position:absolute;
	left:0px;
	top:0px;
}

.jaugecercle{
	position:absolute;
	left:0px;
	bottom:0px;
	width:99px;
	height:70px;
}

input{
	border: 1px dotted #353535;
    outline: 0 none;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
	background-color: #008287;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Segoe UI','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 32px;
    min-width: 90px;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
    width: auto;
}

