#myBody{
	font-family: calibri;
}
#description{
	background: #ddd;
	color: black;
	width: 1320px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#description p{
	margin: 30px;
	font-size: 1.3em;
	line-height: 30px;
	text-align: left;
}

#live{
	width: 820px;
	text-align: center;
	min-height:500px;
	display: inline-block;
	vertical-align: top;
}

 #infosLive{
	width: 800px;
	background: rgb(227,35,132);
	color: white;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

iframe#livePlayer{
	width: 820px;
	height: 460px;
    border: 0px;
	margin: 0px;
	margin-top: -1px;
}

#agendaBuild{
	width: 495px;
	display: inline-block;
	vertical-align: top;
}

#agendaBuild h2{
	width: 100%;
	line-height: 50px;
	background: rgb(100,35,104);
	color: white;
	font-size: 1.5em;
	margin: 0px;
}

#listeEvenements{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: rgb(100,35,104);
}

.evenement{
	background: rgb(131,67,126);
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	width: 100%;
	height: 80px;
	
}

.evenement ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
}

.dateLieu{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 50px;
	background: white;
	color: rgb(227,35,132);
	line-height: 25px;
	font-weight: bold;
	margin-left: 10px;
}

.separateur{
	width: 1px;
	height: 70px;
	background: white;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}

.description{
	display: inline-block;
	vertical-align: middle;
	height: 80px;
	width: 340px;
	color: white;
	line-height: 40px;
	text-align: left;
	font-size: 1.1em;
}

.inscription{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	display: block;
}

#myBody a{
	text-decoration: none;
}

.button{
	color: white;
	margin-top: 10px;
	text-decoration: none;
	display: inline-block;
	margin: 5px;
}

.buttonCTA{
	background: rgb(131,67,126);
	width: 180px;
	text-align: center;
	line-height: 20px;
}

.buttonRejoindre{
	width: 100px;
	background: rgb(131,67,126);
	line-height: 30px;
}

.button:hover{
background: rgb(100,35,104);
}