body {
	overflow-x: hidden;
	margin: 0;
	background-color: #F7F7F7;
	font-family: verdana;
}

/*#site {
	width: 1000px;
	margin: auto;
	background-color: lightblue;
}*/

#contenuprincipal {
	display: inline-block;
	position: relative;
	top: 20px;
	padding-top: 15px;
	width: 800px;
	margin: auto;
	left: 25%;
	background-color: white;
}

#contenuprincipal p {
	color: black;
	font-family: verdana;
	font-weight: normal;
	position: relative;
	text-align: justify;
	line-height: 28px;
}

#psychojpg{
	position: relative;
	left: 20px;
	box-shadow: 8px 8px 12px #aaa;
}

#guidancejpg{
	position: relative;
	left: 20px;
	box-shadow: 8px 8px 12px #aaa;
}
#couplejpg{
	position: relative;
	top: 20px;
	box-shadow: 8px 8px 12px #aaa;
}

#img {
	height: 100px;
	width: 100px;
}

#liens{
	text-decoration: none;
	transition: 0.1s;
	color: black;
}

#liens:hover{
	opacity: 50%;
}

audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

audio{
	height: 3%;
	width: 50%;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	-moz-border-radius:7px 7px 7px 7px ;
	-webkit-border-radius:7px 7px 7px 7px ;
	border-radius:7px 7px 7px 7px ;
}

@media(min-width: 320px) and (max-width: 1300px)

{ 
	#contenuprincipal {
	z-index: 0;
	display: inline-block;
	position: relative;
	top: 20px;
	padding-top: 15px;
	width: auto;
	max-width: 80%;
	margin: auto;
	left: 5%;
	background-color: white;
}

#contenuprincipal p {
	color: black;
	font-family: verdana;
	font-weight: normal;
	position: relative;
	text-align: justify;
	line-height: 28px;
}

#psychojpg{
	position: relative;
	left: 20px;
	box-shadow: 8px 8px 12px #aaa;
}

#guidancejpg{
	position: relative;
	left: 20px;
	box-shadow: 8px 8px 12px #aaa;
	bottom: 10%;
}
#couplejpg{
	position: relative;
	top: 20px;
	height:  133px;
	width : 200px;
	box-shadow: 8px 8px 12px #aaa;
}

#img {
	height: 100px;
	width: 100px;
}

audio{
	height: 10%;
	width: 100%;
}

audio:hover, audio:focus, audio:active
{
	
}



}