/* Mise en forme du site spa-bike.com */

/* Fonts */
@font-face {
	font-family: "neo";
	font-weight: bold;
	src: url("../fonts/neosansstd_bold-webfont.ttf");
}

/* Balises XHTML */
html{
	height:100%;
}
body{
	background:#0c72ba url(../images/fond_page.jpg) no-repeat top center;
	font-family: arial,sans-serif,sans;
	font-size:13px;
	margin:0;
	padding:0;
	color:#fff;
	height:100%;
}
a{
	color:#09c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#639;
	font-size: 28px;
	font-weight:normal;
}
h2{
	color:#639;
	font-size:24px;
	border-bottom:1px solid #639;
}
h3{
	color:#000;
	font-family: "neo";
	font-size:18px;
}
h1 a,h2 a,h3 a{
	color:inherit;
	text-decoration:none!important;
}
p{
	line-height: 20px;
}

/* Page */
#page{
	margin:0 auto;
	min-height:100%;
	width:960px;
	background:#fff;
	color:#373737;
}

/* Menus (header et footer) */
ul.menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li{
	display:inline;
	line-height:40px;
}
ul.menu li a{
	padding:0 10px;
	color: #fff;
}
ul.menu li a:hover{
	color: #09c;
}

/* Header */
#header{
	background:#8c51a5 url(../images/fond_entete.jpg) repeat-x;
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	display:block;
	width:390px;
	height:120px;
	background:url(../images/logo.png) no-repeat;
}
#header h1 a span{
	display:none;
}
#header a.dynamika{
	float:right;
	display:block;
}
#header a.dynamika span.text{
	display:block;
	width:200px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:right;
	font-family:"neo";
	font-weight:bold;
}
#header a.dynamika span.logo{
	display:block;
	width:200px;
	height:64px;
	background:url(../images/logo_dynamika.png) no-repeat;
}
#header .wrapper{
	background:#000;
}
#header ul.menu{
	float: left;
}
#header ul.menu li{
	display: block;
	float: left;
}
#header ul.menu li a{
	display: block;
	padding: 0 20px;
	color: #fff;
}
#header ul.menu li a:hover{
	color: #09c;
	text-decoration:none;
}
#header ul.menu li a:active,
#header ul.menu li.active a{
	color: #09c;
	background:#373737;
}
#header ul#langues{
	float: right;
}
#header ul#langues li a{
	border: none;
}

/* Content */
#content{
	clear:both;
}
.container_12 .grid_4{
	margin:0;
	width:310px;
}
.grid_4 .content{
	padding:20px 50px;
	width:210px;
}
.grid_4 .content p{
	line-height:25px;
}
.grid_4 p a span{
	background: url(../images/fleche.png) 100% 60% no-repeat;
	padding-right: 12px;
}
.grid_8 h1,
.grid_8 h2,
.grid_8 h3{
	clear: both;
}
.grid_8 ul{
	list-style-position: inside;
	padding: 0;
}
.grid_8 p a{
	background:url(../images/fleche_bleu.png) 100% 100% no-repeat;
	padding-right: 18px;
	margin-right: 5px;
}
.grid_8 p a:hover{
	text-decoration: underline;
}
.image{
	float:right;
}

/* Gallery */
.gallery{
	float: left;
}
.gallery a img{
	border: 1px solid #373737;
}
.gallery a:hover img{
	border-color:#09c;
}
.gallery.full{
	float:none;
}
.gallery.slide{
	float:none;
	margin-left:-10px;
}
.gallery.slide .csc-textpic{
	position:relative;
	width:650px;
	height:353px;
	overflow:hidden;
	background:#373737;
}
.gallery.slide .csc-textpic-imagewrap{
}
.gallery.slide .csc-textpic-imagerow{
}
.gallery.slide .csc-textpic-image{
	background:#373737;
	position:absolute;
	top:0;
	left:0;
	width:650px!important;
	height:353px;
	text-align:center!important;
}
/*div.csc-textpic-center{
	text-align: left;
}*/

/* Button */
.button,
.csc-mailform-submit{
	background: url(../images/bouton.png)!important;
	color: #fff;
	display: block;
	height: 42px;
	line-height: 33px;
	text-align: center;
	padding-right: 5px;
	width: 125px;
	clear:left;
	border:none!important;
	cursor:pointer;
}

/* Footer */
#footer{
	clear:both;
	text-align:center;
}
#footer ul.menu{
}
#footer ul.menu li{
}
#footer ul.menu li.first{
}
#footer ul.menu li a{
	color:#09c;
}
#footer ul.menu li a:hover{
	text-decoration:underline;
}
#footer address{
	font-style:normal;
	font-size: 11px;
	padding: 5px 0;
	color:#fff;
	background:#632480;
}
#footer address a{
	color:#fff;
}

/* Slimbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

/* Form */
fieldset{
	border:none;
	padding:0;
	margin:0;
}
fieldset p{
	clear:left;
	padding:2px 0 0 0;
}
fieldset label{
	display:block;
	float:left;
	width:40%;
}
.csc-mailform-field{
	margin: 10px 0;
}
.required{
	color:red;
	margin:0;
	display:inline;
}
input,
textarea,
select{
	border:1px solid #373737;
	width:50%;
}
input:focus,
textarea:focus,
select:focus{
	background-color:#f8f3e5;
}
#mailformnom,
#mailformtelephone,
#mailformmessage,
#mailformemail{
	background:#fff3e5;
}

/* Accueil */
#body_113 .grid_4 #c422{
	height:313px;
	background:#373737;
	color:#fff;
}

/* Spa Bike */
#body_115 .grid_4 #c478{
	height:313px;
	background:#373737;
	color:#fff;
}
#body_115 .grid_8 #c442 img{
	width:630px;
	height:auto;
	background:#8c51a5;
}

