/* Mise en forme du site spa-bike.com */

/* Balises XHTML */
html{
	height:100%;
}
body{
	background:url(../images/fond_page.jpg) no-repeat #13539d;
	font-family: arial,sans-serif,sans;
	font-size:13px;
	margin:0;
	padding:0;
	color:#fff;
	height:100%;
}
a{
	color:#009EDE;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
h1{
	color:#fff;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 30px 0;
}
h2{
	color:#009ede;
	font-weight: normal;
	margin: 40px 0 10px 0;
}
p{
	line-height: 20px;
}
p.slogan{
	font-size: 12px;
	margin-bottom: 0;
}

/* Conteneur de la page */
#page{
	margin:0 auto;
	min-height:100%;
}

/* Menus (haut et bas de page) */
ul.menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li{
	display:inline;
	line-height:40px;
}
ul.menu li a{
	border-right: 1px solid #08284c;
	padding:0 10px;
	color: #fff;
}
ul.menu li a:hover{
	color: #009EDE;
}


/* Haut de page */
#haut{
}
#haut #subheader{
	background:#233950;
	height: 40px;
	margin: 0 auto;
	opacity:0.8;
	width: 980px;
}
#haut .menu{
	float: left;
}
#haut .menu li{
	display: block;
	float: left;
}
#haut .menu li a{
	display: block;
	padding: 0 20px;
}
#haut ul#langues{
	float: right;
}
#haut ul#langues li a{
	border: none;
}
#haut a.dynamika{
	float:right;
	display:block;
	padding: 0 20px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:url(../images/bandeau.png);
	text-align:center;
}
#haut a.dynamika span{
	background: url(../images/fleche.png) 100% 60% no-repeat;
	padding-right: 12px;
}
#haut a.dynamika:hover{
}
#haut #cont_titre{
	background:url(../images/bandeau.png);
	clear: left;
}
#haut h1{
	background: url(../images/logo_dynamika.png) 760px 50% no-repeat ;
	opacity:0.8;
	height:110px;
	margin:0 auto;
	padding:0;
	width:980px;
}
#haut h1 a{
	float:left;
	display:block;
	width:627px;
	height:65px;
	margin:23px 0 22px 20px;
	background:url(../images/logo_entete.png) no-repeat;
}
#haut h1 a span{
	display:none;
}
#haut div.bandeau{
	height:110px;
}

/* Contenu de la page */
#cont_contenu{
	clear:both;
	margin: 0 auto;
	width: 980px;
}
#cont_contenu #contenu{
	background:#233950;
	float: left;
	opacity:0.8;
}

/* Colonnes */
.colonne{
	float:left;
	margin-left:20px;
	padding: 20px 20px 0 20px;
}
.colonne.first{
	margin-left:0;
	clear:both;
}
.colonne.unquart{
	background:url(../images/pedalier.png) no-repeat;
	min-height: 236px;
	padding-top: 220px;
	width:236px;
}
.colonne.troisquart{
	width:644px;
}

.colonne.unquart h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.colonne.unquart h2 a{
	color: #fff;
}
.colonne.unquart img{
	float: left;
	margin: 10px 10px 0 0;
}
.colonne.unquart p a{
	background: url(../images/bouton.png);
	color: #fff;
	display: block;
	height: 42px;
	line-height: 33px;
	text-align: center;
	padding-right: 5px;
	width: 125px;
}
.colonne.unquart p a span{
	background: url(../images/fleche.png) 100% 60% no-repeat;
	padding-right: 12px;
}
.colonne.troisquart h2{
	border-bottom: 1px solid #009ede;
	clear: both;
}
.colonne.troisquart ul{
	list-style-position: inside;
	padding: 0;
}
.colonne.troisquart p a{
	background:url(../images/fleche_bleu.png) 100% 100% no-repeat;
	padding-right: 18px;
	margin-right: 5px;
	text-decoration: underline;
}
.colonne.troisquart p a:hover{
	background:url(../images/fleche_bleu_roll.png) 100% 100% no-repeat;
}

.illustration{
	position: absolute;
	margin: -40px 0 0 150px;
}
.gallery{
	float: right;
	text-align: right;
}
.gallery p{
	text-align: right;
}
.gallery p a{
	margin-right: 0!important;
}
.gallery dl a{
	background: none!important;
	margin: 0;
	paddgin: 0;
}
.gallery a img{
	border: 1px solid #009ede;
}
.gallery a:hover img{
	border: 1px solid #fff;
}
.gallery.full{
	float: none;
	text-align: left;
}

/* Bas de page */
#bas{
	clear:both;
	text-align:center;
}
#bas .menu{
	background:#233950;
	margin: 0 auto;
	opacity:0.8;
	width: 980px;
}
#bas .menu li{
	border-left: 1px solid #98cbff;
}
#bas .menu li.first{
	border: none;
}
#bas .menu li a{
	border: none;
}
#bas #cont_adresse{
	background:url(../images/bandeau.png);
}
#bas #cont_adresse address{
	font-style:normal;
	font-size: 11px;
	margin: 0 auto;
	opacity:0.8;
	padding: 15px;
	width: 960px;
}

/* 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;
}

/* Formulaire */
fieldset{
	border:none;
	padding:0;
	margin:0;
}
fieldset p{
	clear:left;
	padding:2px 0 0 0;
}
fieldset label{
	display:block;
	float:left;
	width:300px;
}
.csc-mailform-field{
	margin: 10px 0;
}
.required{
	color:red;
	margin:0;
	display:inline;
}
input:focus,textarea:focus,select:focus{
	background-color:#f8f3e5;
}
#mailformnom,
#mailformtelephone,
#mailformmessage,
#mailformemail{
	background:#fff3e5;
}