@charset "UTF-8";

.clear {
	clear: both;
}

body {
	background-color: #000;
	}

#background-shiatsu {
	background-image: url(../img/shiatsu-background1.jpg);
	width:100%;
	height:100%;
	scale:100%;
	background-size: cover;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-repeat: no-repeat;
}

#background-praticien {
	background-image: url(../img/shiatsu-background2.jpg);
	width:100%;
	height:100%;
	scale:100%;
	background-size: cover;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-repeat: no-repeat;
}

#background-infos {
	background-image: url(../img/shiatsu-background3.jpg);
	width:100%;
	height:100%;
	scale:100%;
	background-size: cover;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-repeat: no-repeat;
}

#wrapper {
	font-family: 'Old Standard TT', 'serif';
	font-size: 15px;
	color: #FFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 580px;
	margin-top: 20px;
	margin-bottom: 10px;
}

a {
	color:#999;
	text-decoration:none;
	}
	
h1 {
	font-family: 'Voltaire', sans-serif;
	font-size: 30px;
	height:60px;
	padding-top:50px;
	vertical-align: middle;
	font-weight: normal;
}


.texte-gris{
	color:#939598;
	}
	
h2 {
	font-family: 'Voltaire', sans-serif;
	font-size: 18px;
	color: #faaf4c;
	padding-bottom:15px;
	font-weight: normal;
}

p {
	padding-bottom:10px;
}

figure {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
}

#menu {
	height: 35px;
	line-height: 35px;
	width: 580px;
	font-family: 'Voltaire', sans-serif;
	font-size: 18px;
}
	
#menu a {
	color:#fff;
	text-decoration:none;
	}

#menu a:hover {
	color:#faaf4c;
	}
		
#menu ul li {
	float: left;
	height: 30px;
	width: 193px;
	padding-top: 10px;
	text-align:center;
	border-top: 1px solid #faaf4c;
}

#actif {
	background-color: #faaf4c;
}

#actif a {
	color: #000;
}

#actif a:hover {
	color: #000;
}

.col580 {
	background-color: rgba(000, 0, 0, 0.6);
	height: 450px;
	width: 540px;
	margin-top:20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}

.texte {
	height: 450px;
	width: 540px;
}

.aside {
	float:left;
	width:355px;
	padding-left:10px;
}

.aside2 {
	float:left;
	width:265px;
	padding-left:10px;
}

footer {
	width: 580px;
	margin-top: 20px;
}

#nav-footer {
	width:580px;
	height:40px;
	font-family: 'Voltaire', sans-serif;
	font-size: 14px;
		}

#nav-footer a {
	color: #faaf4c;
	text-decoration:none;
	}

#nav-footer a:hover {
	color: #fff;
	}
		
#nav-footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
}

#nav-footer ul li.last{
	border-style: none;
}

.popup{
	font-family: 'Voltaire', serif;
	font-size: 14px;
	color: #FFF;
	width:540px;
	padding:20px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:100px;
	background-color: #000;
	border: thin solid #faaf4c;
	}