body{
	color:#000000;
	font-family: 'PT Sans', sans-serif;
}

#header{
	width: 100%;
	margin:0;
	padding:0;
	position:relative;
}

#header img{
	background:url(../images/logo_header.jpg) top left no-repeat;
	width: 100%;
	max-width:740px;
	height:auto;
	margin:0;
	padding:0;
}

#header .btn{
	background-color:#E22935;
	color:#FFFFFF;	
	-webkit-border-radius: 3px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 3px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position:absolute;
	top:0;
	right:0;
}

/*
#header .btn.soins{
	right:0;
}

#header .btn.map{
	right:64px;
}

#header .btn.phone{
	background-color:#E6E6E6;
	color:#000000;
	cursor:default;
	right:173px;
}
*/

#header .btn.rdv{
	background-color:#B3D654;
	color:#000000;		
	right:0;
}

#header .btn.connexion{
	background-color:#B3D654;
	color:#000000;		
	right:125px;
}

#header .btn.soins{
	right:105px;
}

#header .btn.map{
	right:167px;
}

#header .btn.accueil{
	background-color:#E6E6E6;
	color:#000000;
	
	right:33px;
}

#header .btn.phone{
	background-color:#E6E6E6;
	color:#000000;
	cursor:default;
	right:160px;
}
#header .btn.phone2{
	background-color:#E6E6E6;
	color:#000000;
	cursor:default;
	right:125px;
}

#header .btn.phone3{
	background-color:#E6E6E6;
	color:#000000;
	cursor:default;
	right:220px;
}

a#contact{
	
}

#diapo{
	background:url(../images/contemporary_china_2.png) top left repeat #E6E6E6;
	margin-bottom:40px;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
}

#slider{
	box-shadow: 0 -5px 10px -5px #999;
}

.carousel-caption {
	font-family: 'Lato', sans-serif;
	bottom:30%;
	font-size:20px;
	color:#B4D654;
}

.carousel-caption h1{
	font-size:100px;
}

.carousel-caption h2{
	font-size:50px;
	font-weight:normal;
}

#soins{
	margin-bottom:40px;	
}

#soins img{
	width:90%;
	max-width:300px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#soins .list{
	text-align:left;
	margin-bottom:40px;	
/*	width:300px;
	height:300px;
*/}

#soins h3{
	background:url(../images/bg_titre1.jpg) top left no-repeat;
	height:100px;
	margin:0;
	padding:40px 0 0 50px;
	color:#E22935;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}

#soins ul{
	list-style:none;
	margin:0;
	padding:0 0 0 50px;
	font-size:18px;
	font-weight:bold;
}

#explication{
	margin:40px auto;
	padding:10px 20px;
	background-color:#B4D654;
	border:5px solid #E6E6E6;
	font-size:18px;
	color:#E22935;
	width:100%;
-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-radius: 5px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

#note{
	font-size:12px;
}

#map{
	box-shadow: 0 -5px 10px -5px #999;
	min-height:500px;
}

.popup{
	width:400px;
	height:220px;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	text-align:center;
	padding-top:20px;
	background:url(../images/porte_rouge.jpg) 50% 0 no-repeat;
	margin: 30px auto;
}

footer{
	background:url(../images/bg_footer.jpg) top center no-repeat #e32936;
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	text-align:center;
	padding:40px 0 0 0;
	height:200px;
}

footer a{
	color:#FFF;
	text-decoration:underline;
}

footer a:hover{
	color:#FFF;
	text-decoration:none;
}

@media (max-width: 767px) {
	#header{
		padding-top:20px;
	}
	#header .btn{
		font-size:12px;
	}
	.carousel-caption {
		bottom:0px;
	}
	.carousel-caption h1{
		font-size:32px;
		margin:0 0 10px 0;
	}
	
	.carousel-caption h2{
		font-size:20px;
		font-weight:normal;
		margin:0 0 10px 0;
	}
	
	.carousel-caption div{
		font-size:14px;
		line-height:14px;
	}

	#header{
		padding-top:20px;
	}
	#soins img{
		width:80%;
	}
	#soins .list{
		text-align:center;
	}

	#soins ul{
		padding:0;
	}

	.popup{
		width:240px;
		height:220px;
		font-size:14px;
		background:url(../images/porte_rouge_2.jpg) 50% 0 no-repeat;
	}
	.popup h3{
		font-size:18px;
	}

}

