body {
	overflow-x: hidden;
	margin: 0;
	background-color: #F7F7F7;
	font-family: verdana;
}

/*#site {
	width: 1000px;
	margin: auto;
	background-color: lightblue;
}*/

#contenuprincipal {
	display: block;
	position: relative;
	top: 20px;
	padding-top: 15px;
	width: 800px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	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;
	box-shadow: 8px 8px 12px #aaa;
	padding-left: 2%;
}
#couplejpg{
	position: relative;
	top: 20px;
	box-shadow: 8px 8px 12px #aaa;
}

#img {
	height: 100px;
	width: 100px;
}

#tabu p{
	margin-left: 12%;
}

@media(min-width: 320px) and (max-width: 1300px)

{ 

	#contenuprincipal {
		z-index: -5;
	display: block;
	position: relative;
	top: 20px;
	padding-top: 15px;
	width: auto;
	max-width: 70%;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#psychojpg{
	position: relative;
	left: 5%;
	box-shadow: 8px 8px 12px #aaa;
	height: 100%;
	width: auto;
}

#guidancejpg{
	top: 20%;
	position: relative;
	box-shadow: 8px 8px 12px #aaa;
	padding-left: 0%;
	height: 25%;
	width: 100%;
}
#couplejpg{
	position: relative;
	top: 20px;
	box-shadow: 8px 8px 12px #aaa;
	height: 100%;
	width: auto;

}


}