.bleu {
	color: #FFF;
	font-weight: bold;
}

.titre {
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
body {
	background-color: #999;
	height: auto;
	width: auto;
	top: auto;
	bottom: auto;
	
}


h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}


#Date1 {
	font-size: 20px;
	color: #0F0;
	background-color: #000;
	text-align: center;
}
#HeureRdv {
	font-size: 20px;
	color: #0F0;
	background-color: #000;
	text-align: center;
}
