/* CSS Document */
body#consultations a#consul_nav {
	color: #99cc33;
}
body#services a#services_nav {
	color: #92bbd6;;
}
.tt span {
	color:  #92bbd6;
}
section#box1 {
	background-image: url('../images/osteopathy_consul.jpg');
	background-position: left center;
}
@media only screen and (min-width : 1400px) {
	section#box1 {
	background-position: center top;
	background-image:url(../images/osteopathy_consul_3600.jpg);
}
}
@media only screen and (max-width : 970px) {
	section#box1 {
	background-position: left center;
}
}