@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------------------- */
/* FREDERIC BRUNET */
/* ------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

img, a img {
	border: 0 none;
	display: block;
}

ul {
	list-style-type:none;
}

li {
	font-size: 1.1em;
	font-weight: bold;
}

body {
	font: normal 62.5% "Trebuchet MS", Tahoma, sans-serif;
	color: #985;
	background: #f1eee0 url(osteopathe/body-bg.png) 0 0 repeat-x;
}

a {
	text-decoration: none;
}

a:hover, a:focus { color: #a32; }
a.focus { color: #a32; }

p {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

body#index p { font-size: 1.4em; }
body#contact p { font-size: 1.6em; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight : bold;
}

h1 { 
	height: 318px;
	display: block;
	text-indent: -5000px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

h1 a {
	margin: 0 auto;
	display: block;
	width: 450px;
	height: 100px;
	position: relative;
	bottom:-180px; left:-280px;
}

h2 { 
	font-size: 2.4em ;
	color: #a00;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.4em ;
	color: #a00;
	margin-bottom: 0.2em;
}

div#head100 {
	height: 318px;
	margin-top: 55px;
	background: transparent url(osteopathe/header-bg-100.png) 0 34px repeat-x;
}

body#index h1 {
	background-image: url(osteopathe/header-bg-def.jpg);
}
body#index h1 div {
	width: 980px;
	margin:0 auto;
}
body#index h1 div object {
	margin-top: 37px;
}

body#osteopathie h1, 
body#informations h1,
body#seance h1{
	background-image: url(osteopathe/header-bg-gen.jpg);
}

body#contact h1 {
	background-image: url(osteopathe/header-bg-contact.jpg);
}

div#content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

ul#nav {
	width: 295px;
	height: 262px;
	padding-top: 40px;
	position:absolute;
	top:0; right:28px;
	background: transparent url(osteopathe/nav-ul-bg.png) 0 0 repeat-x;
}

ul#nav li a {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 13px;
	margin-bottom: 5px;
	background: transparent url(osteopathe/nav-a-bg.png) center -30px no-repeat;
	letter-spacing: 0.1em;
	color: #b86;
	font-size: 1.8em;
	text-transform: uppercase;
}

ul#nav li a:hover,
ul#nav li a.focus {
	background-position: center 22px;
}

div#text {
	padding-right: 330px;
}

div#text ul{
	background-color: #efecdc;
	padding: 1ex;
	margin-right: 310px;
}

div#text ul li {
	margin-bottom: 0.3em;
}
div#text img {
	float: right;
	margin-left: 1em;
	padding: 1px;
	border: 1px solid #e1ddc6;
}

div#footer100 {
	margin-top: 3em;
	border-top: 1px solid #c3ba8c;
	background: #e8e2c2 url(osteopathe/footer-bg.png) 0 0 repeat-x;
}
div#footer {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	padding: 1em;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a { color: #a00; }
div#footer ul li a:hover { color: #c00; }

address { 
	font-size: 1.2em;
	color: #764; 
	font-style: normal;
}

/* ------------------------------------------- */
/* REFERENCEMENT */
/* ------------------------------------------- */
div#ref {
	margin-top: 20px;
}
div#ref img { display: inline; }
div#ref a, div#ref a:link { color: #a32; }
/* ------------------------------------------- */
/* FORMULAIRE */
/* ------------------------------------------- */
form {
	width: 300px;
	float: right;
	padding-right: 1em;
	color: #a00;
}

form p {
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid #dbd1a6;
	padding: 1em;
}

legend {
	padding: 0.5em;
	margin-left: 0.4em;
	font-size: 1.6em;
	font-weight: bold;
	color: #a00;
}

input, textarea {
	border: 1px solid #ece7d4;
	padding: 0.2em;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #763;
}

label {
	width: 70px;
	text-align:right;
	padding-right: 0.5em;
	display: block;
	float: left;
}

input.submit {
	float: right;
	padding: 0.2em;
	background-color: #a00;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
}
/* ------------------------------------------- */
/* CLASSES GENERIQUES */
/* ------------------------------------------- */
.aligntext {
	position: relative;
	bottom: -5px;
}
.right { float: right; }
.left { float: left; }
.centerblock { display:block; margin: 0 auto; }
.aligncenter { text-align: center; }
.noborder { border: 0 none; }
.hide { display: none; }
.lineclear { 
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	font-size:0;
}
.confirm { color: #07c; font-weight: bold; }
body#contact p.error { color: #c60; font-weight: bold; font-size: 1.2em; }
body#contact p.success { color: #03c; font-weight: bold; font-size: 1.2em; }

div#ref {
	text-align: center;
	margin-top: 30px;
}
div#ref p {
	text-align: center;
}
div#ref a { 
	color: #fff; 
	text-transform: none;
	font: normal 1em Arial, Helvetica, sans-serif;
}
div#ref img {
	margin: 10px auto;
}