body{
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	font-family: arial;
}
#block_principal{
	width:100%;
}
.rtsm_1{
	background-image: url("Radiomic.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: auto;
}
/*Disposition du corps et le logo*/
#corps_principal, .logo_principal{
	display: inline-block;
}
/*Alignement du corps du site et le logo*/
#corps_principal{
	width:85%;
}
/*Travail sur le logo a droit de l4ecran*/
.logo_principal{
	width:15%;
	position:fixed;
	height:80em;
	background-color:rgb(47, 85, 127);
}
.logo_principal img{
	width:100%;
	opacity:100%;
}
.logo_principal p{
	text-align:center;
}
.container{
	width:70em;
	margin:0 auto;
}
.img-responsive {max-width:100%; }
.clear{clear:both;}
audio{
	width:70%;
	height:40px;
}
/*Travail sur les div du corps et le pied*/
.rtsm_1, .pied_de_page{
	padding-top: 50px;
	padding-bottom: 50px;
}
.rtsm_1{
	min-height: 500px;
	opacity: 0.5;
}
.pied_de_page{
	background-color: #1D5924;
}
p{
	padding-left: 30px;
	font-size: 1.5em;
}
h1{
	padding-left: 100px;
	font-size: 3em;
}
.facebookr, .youtuber{
	text-decoration: none;
}
.adress1; .facebookr, .youtuber{
	width: 33%;
	display: inline-block;
}
a{
	text-decoration: none;
	color: white;
}
footer{
	font-size: 1em;
}
.adresse, .reseaux_sociaux, .contact1{
	font-size: 0.6em;
	display: inline-block;
	vertical-align: middle;
}
.adresse, .reseaux_sociaux{
	margin-right: 100px;
}
/*****************SMART PHONE************************/
@media (max-width: 40em){
	#corps_principal, .logo_principal{display:inline-block;}
	#corps_principal{width:80%;}
	.logo_principal{width:20%;}
}