/** 
use http://kuler.adobe.com/ to create your colors
base color #0477BF

0631D6
6D54CC
0477BF
10B1AD
09CC71
*/
body {
	background-color: #EFEFEF;
	min-height: 480px;
}

.carousel-caption {
	background: black;
	color: green;
}


p {
	margin: 5px;
}

p+p {
	text-indent: 0;
	margin-top: 0;
}

table {
	margin-bottom: 0;
	padding: 0;
	border-collapse: collapse;
}

table thead th {
	background: none;
}

tbody tr:nth-child(even) td,tbody tr.even td {
	background: none;
}

pre {
	border: 1px solid grey;
}

div pre {
	background: white;
}
label {
	font-weight: normal;
}
th {
font-weight: normal;
}

.container, .tooltip {
	background: white;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 0 6px #C6C6C6;
	-webkit-box-shadow: 0 0 6px #C6C6C6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 3px 7px gray;
}

/** icons */
p.tip,span.tip {
	background-image: url(/images/tip.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-top: 10px;
	min-height: 25px;
}

p.important, span.important {
	background-image: url(/images/important.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-top: 10px;
	min-height: 25px;
}

/** header */
h1#logo {
	margin: 0;
}

/** menu see http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ */
ul#menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans",
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #0477BF;
	background: #0477BF;
	height: 33px;
	border: 1px solid lightgray;
	border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-borderradius: 4px;
}

ul#menu li.first-line {
	line-height: 33px;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	border-right: 1px dotted lightgray;
	padding-left: 22px;
	padding-right: 22px;
}

ul#menu  a {
	float: none;
	display: block;
	text-decoration: none;
	color: white;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
}

ul#menu  a:hover {
	text-shadow: grey 1px 2px;
}

ul#menu li .sub {
	position: absolute;
	left: 0;
	font-size: 10px;
	float: left;
	display: none;
	background: #0477BF;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

ul#menu li .row {
	clear: both;
	float: left;
	width: 100%;
}

ul#menu li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}

ul#menu .sub ul li {
	width: 100%;
	font-size: 12px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	border-right: 0px;
	border-left: 0px;
	background-image: none;
}

ul#menu .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 17px;
}

/** feature comparisons */
table#features-comparison {
	background: white;
	border: 1px #508616 solid;
}

table#features-comparison tbody th,table#features-comparison tbody td {
	border: 1px #508616 dotted;
}

table#features-comparison thead tr th,table#features-comparison tfoot tr th
	{
	border: 1px #508616 solid;
}

table#features-comparison thead tr td,table#features-comparison tfoot tr td
	{
	text-align: center;
	border: 1px #508616 solid;
}

table#features-comparison tbody tr td.checked {
	background-image: url(/images/green-check.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/** main */
#main h1 {
	font-size: 25px;
	padding-top: 10px;
	color: #0477BF;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans",
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	text-shadow: rgba(160, 160, 160, 0.5) 1px 1px 1px;
	font-style: normal;
}

#main h2 {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #0477BF;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans",
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	font-style: normal;
}

#main h3 {
	padding-top: 0px;
	padding-left: 30px;
	font-size: 13px;
	color: #0477BF;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans",
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	font-style: normal;
}

#main a,#footer a {
	color: #0477BF;
	text-decoration: none;
}

#main a:hover,#main a:focus {
	text-shadow: lightgrey 1px 1px 1px;
}

#footer a:hover,#footer a:focus {
	text-shadow: blackw 1px 1px 1px;
}

#main ul li {
	margin-left: 40px;
	padding: 0;
	list-style: circle;
	text-align: justify;
}

#screen {
	padding: 0 20px 20px 20px;
}

#screen img {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0 5px 0 0;
}

.float-left {
	float: left;
}

/** disqus */
div#disqus_thread ul li {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	text-align: none;
}

#google_maps {
	width: 60;
	border: 1px solid #585858;
	padding: 10px;
	text-align: center;
}

/** tarifs */
table.tarifs thead tr th {
	background: #878787;
	width: 10px;
}

table.tarifs thead tr td {
	background: #b7b7b7;
	width: 120px;
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans",
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	text-shadow: rgba(160, 160, 160, 0.5) 2px 2px 2px;
	font-style: normal;
	font-size: 20px;
}

table.tarifs tbody tr.haute-saison th {
	background: #FE9A2E;
	text-align: left;
}

table.tarifs .haute-saison td,table.tarifs td.haute-saison {
	background: #F7BE81;
	text-align: center;
}

table.tarifs .pleine-saison th,table.tarifs th.pleine-saison {
	background: #93bb88;
	text-align: left;
}

table.tarifs .pleine-saison td,table.tarifs td.pleine-saison {
	background: #ccfabe;
	text-align: center;
}

table.tarifs .moyenne-saison th {
	background: #6896ca;
	text-align: left;
}

table.tarifs .moyenne-saison td,table.tarifs td.moyenne-saison {
	background: #a3bedc;
	text-align: center;
}

table.tarifs .basse-saison th {
	background: #df4f4f;
	text-align: left;
}

table.tarifs .basse-saison td,table.tarifs td.basse-saison {
	background: #f5b8b8;
	text-align: center;
}

table.tarifs td.reserve {
	background: red;
	text-align: center;
}

/** tarifs */
table.tarifs {
	border: 1px solid grey;
}

/** footer */
#footer {
	color: #0477BF;
	background-color: white;
	border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-borderradius: 4px;
	border: 1px solid lightgray;
	text-align: center;
}