@CHARSET "UTF-8";

body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #d5deee;
	color: #000;
	font-size: 10pt;
}

div#main-block {
	width: 760px;
	margin: 5px auto;
	padding: 0;
	background: url('images/fond.jpg') repeat-y;
}

div#header {
	background: url('images/header.jpg');
}

div#header object, div#header img {
	display: block;
	float: left;
}

div.clear {
	float: none;
	clear: both;
	visibility: hidden;
}

div#lang-nav {
	text-align: right;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 10px;
}

div#lang-nav a {
	color: #fff;
	text-decoration: none;
}

div#lang-nav a:hover {
	color: #dde9cd;
}

/* BEGIN LEFT SIDE */

div#left-nav {
	width: 222px;
	float: left;
}

div#left-nav a {
	padding-left: 11px;
	color: #304aad;
	text-decoration: none;
}

div#left-nav a:hover {
	color: #fff;
	font-weight: bold; 
}

div#left-nav img {
	display: block;
	margin: 10px auto;
	max-width: 220px;
}

div#info-kayak {
	max-width: 200px;
	margin: 5px auto;
	padding-top: 20px;
}

div.info-kayak-header {
	background: url("images/info-kayak-header.png");
	height: 50px;
}

div.info-kayak-content {
	background: url('images/info-kayak-fond.png') center top repeat-y;
}

div.info-kayak-content p{
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0 15px 0 15px;
}

div#info-kayak img {
	margin-left: 110px;
	margin-top: -22px;
}

span.info-kayak-footer {
	background: url('images/info-kayak-footer.png') center bottom no-repeat;
	display: block;
	height: 20px;
}

div#more-info-kayak{
	margin-top: -8px;
	margin-left: 28px;
	font-size: 9px;
	font-style: italic;
	margin-left: 25px;
}

div#more-info-kayak a{
	padding-left: 0px;
}

/* END LEFT SIDE */

/* BEGIN CONTENT */

h1 {
	margin: 0;
	font-size: 24px;
	color: #304aad;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 10px;
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-style: italic;
	color: #8bb555;
	font-family: Arial,Helvetica,sans-serif;
}

div#content {
	float: left;
	width: 532px;
	padding-top: 10px;
}

div#text {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

div#text img {
	padding: 8px;
}

div#text-photo {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 4px; 
}

div#text-photo img {
	border: none;
}

div#content a{
	color: #000;
	text-decoration: underline;
}

div#content a:hover{
	font-weight: bold;
}

div#box {
	padding-left: 15px;
	max-width: 500x;
	text-align: justify;
}

div.box-header {
	background: url('images/question-header.png') center top no-repeat;
	height: 50px;
	width: 500px;
}

div.box-header-faq {
	background: url('images/question-header.png') center top no-repeat;
	height: 50px;
	width: 500px;
}

div.box-header-faq-1ligne {
	background: url('images/question-header.png') center top no-repeat;
	height: 50px;
	width: 500px;
}

div.box-header-faq h1 {
	
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
	
}

div.box-header-faq-1ligne h1 {
	
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-top: 22px;
	
}

div.box-header h1 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	padding-top: 20px;
}

div.box-content {
	width: 500px;
	background: url('images/question-fond.png') center top repeat-y;
}

div.box-content p{
	padding-top: 10px;
	margin: 0 30px 0 30px;
}

span.box-footer {
	background: url('images/question-footer.png') center bottom no-repeat;
	display: block;
	height: 50px;
	width: 500px;
}

img.center { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

table#table-tarifs {
	border: medium solid #6495ED;
	border-collapse: collapse;
	text-align: center;
}

#th-tarifs {
	background-color: #D0E3FA;
	border: thin solid #6495ED;
	padding: 5px;
}

#td-tarifs {
	border: thin solid #6495ED;
	padding: 5px;
}

table#table-lien {
	border: medium solid #6495ED;
	border-collapse: collapse;
	text-align: center;
}

table#table-lien img {
	border: none;
}

table#table-lien a {
	color: #304aad;
}

table#table-lien a:hover {
	color: #8bb555;
}

#th-lien {
	background-color: #D0E3FA;
	border: thin solid #6495ED;
	padding: 5px;
}

#td-lien {
	border: thin solid #6495ED;
	padding: 3px;
}

img.leftimg {
	float:left;
	padding: 5px;
}

img.rightimg {
	float:right;
	padding: 5px 5px 30px 5px;
}

li {
	list-style-image: url("images/puce.gif");
	padding-bottom: 8px;
}

div.formlabel {
    clear: left;
    float: left;
    width: 120px;
    padding-right: 2px;
    text-align: right;
}

div.formligne {
	padding-bottom: 10px;		
}

div.formcaptcha {
	padding-bottom: 10px;	
	margin-left: 50px;
}

div.forminput {	
	margin-left: 130px;
}

div.forminput select {
    margin-top: 10px;
}

div.bouton-envoi {
	margin-left: 120px;
	margin-top: 25px;
}

div.error {
	margin-left: 300px;
	margin-top: -20px;
}

div#vie-privee {;
	font-size: 9px;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}

p#la-vanne-contact img {
	position: absolute;
	padding-top: 0px;
	padding-left: 3px;
}

p#email img {
	position: absolute;
	padding-top: 0px;
	padding-left: 1px;
}

div.error_message {
	color: red;
}

.color-red {
	color: #FF0000;
}

.color-green {
	color: #8ab852;
}

div.player {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

div.player-contact {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}

div#annonce-red {
	background: #a31721;
	padding: 10px;
	font-size: 10.5pt;
	line-height: 1.5;
	color: #fff;
	text-align: left;
}
div#annonce-green {
	background: #8bb555;
	padding: 10px;
	font-size: 18pt;
	font-weight: bolder;
	color: #fff;
	text-align: left;
}

/* END CONTENT */

/* BEGIN FOOTER */

div#footer {
	height: 40px;
	background: url('images/fond-footer.gif') no-repeat;
	text-align: center;
	color: #fff;
	font-size: 7pt;
	font-weight: bold;
}

div#footer span {
	display: block;
	padding: 8px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #dde9cd;
}

/* END FOOTER */
