@charset "UTF-8";
/* CSS Document */

/* COULEURS 

Bleu Foncé = #0367A6 
Bleu clair = #5CAEE6
Sable = #FFEAD9
Gris beige = #C6B4B2
Sable sombre = #E6BA9F
Texte noir = #333

Vert Olive = #555022
Vert clair = #B7C746

*/

/****************************************/
/* BLOCS */
/****************************************/

body, html { height: 100% }
#container { min-height: 100% }

body {
	background-color: #555022;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #FFEAD9;
	}
div#container{ 
	background-color: #555022; /**/
	background-image: url(/images/Hotel-Les-Paletuviers-Kaloa-2.gif); /**/
	background-repeat: no-repeat;
	background-position: 180px 10px;
	width: 1000px;
	margin: -10px auto 0 auto;
	position: relative;
	}
div#header {
	}
div#wrapper {
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 240px;
	color: #333;
	}
div#content {
	width: 736px; /* IMPORTANT : Pour regler bug IE */
	margin: 0 0 0 180px;
	padding: 32px;
	background-color: #FFEAD9;
	text-align: left;
	}
div#navigation {
	position: absolute;
	top: 250px;
	left: 0;
	}
div#extra {
	margin: 0 20px 0 180px;
	}
div#extra p {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFEAD9;
	}
div#footer {
	clear: both;
	padding: 0 20px 50px 180px;
	}

/****************************************/
/* TYPO */
/****************************************/

h1 {    
	text-align: center;
	font-family: Georgia,Times,serif;
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;
	color: #0367A6;
	padding: 0 0 10px 0;
	}
h2 {
	font-family: Georgia,Times,serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding-top: 1em;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 1em;
	line-height: 1.3em;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 1em;
	line-height: 1.3em;
	}
p {
	padding-top: 1em;
	line-height: 1.3em;
	}
a {
	color: #FFEAD9;
	}
a:hover {
	color: #FFEAD9;
	}
#wrapper a {
	color: #333;
	}
#wrapper a:hover {
	color: #EB3E2F;
	}
strong {
	font-weight: bold;
	}

/****************************************/
/* TYPO SPECIFIQUE */
/****************************************/

h1 span {
	font-size: 24px;
	line-height: 1em;
	}
#content ul {
	padding-top: 1em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 2em;
	list-style-type: disc;
	}
li {
	line-height: 1.3em;
	}
div.bulle p { /* GOOGLE MAPS */
	padding-top: 0.5em;
	}
img.left {
	float: left;
	margin-right: 20px;
	}
img.right {
	float: right;
	margin-left: 10px;
	}
div#carreImg img.left,
div#carreImg img.right {
	margin: 0;
	}
ul.left {
	float: left;
	}
.both {
	clear: both;
	}
hr.both {
	height: 1px;
	color: #FFEAD9;
	background-color: #FFEAD9;
	border: 0;
	}
	
/****************************************/
/* TABLEAU TARIF */
/****************************************/

table.tarif {
	width: 100%;
	margin-top: 1em;
	}
table.tarif td {
	padding: 6px 10px;
	}
table.tarif td.centre {
	text-align: center;
	width: 20%;
	}
table.tarif tr.ligne0 td {
	background-color: #80694d;
	color: #fff;
	font-weight: bold;
	}
table.tarif tr.ligne1 td {
	background-color: #efecd2;
	}
table.tarif tr.ligne2 td {
	background-color: #FFFCDF;
	}
table.tarif td.col1 {
	width: 300px;
	}
table.tarif td.col2 {
	width: 205px;
	}
	
/****************************************/
/* MENU */
/****************************************/

ul.menu {
	text-align: right;
	font-size: 11px;
	font-family: arial, sans-serif;
	margin: 0;
	width: 200px;
	}
ul.menu li {
	float: left;
	width: 200px;
	margin: 0;
	}
ul.menu li a {
	display: block;
	text-decoration: none;
	padding: 6px;
	margin: 6px 0;
	background-color: #5CAEE6;
	color: #333;
	font-size: 12px;
	}
ul.menu li a:hover {
	background-color: #333;
	color: #E6BA9F;
	}
ul.menu li a.selected,
ul.menu li a.selected:hover {
	background-color: #B7C746;
	color: #333;
	} 
	
/* Langues */

ul.langues {
	position: absolute;
	top: 0;
	left: 880px;
	height: 16px;
	width: 100px;
	overflow: hidden; /* important pour affichage IE6 */
	}
ul.langues li {
	height: 16px;
	width: 25px;
	float: left; 
	margin-right: 4px;
	}
ul.langues li a {
	height: 16px;
	display: block; 
	text-indent: -99999px; 
	}
ul.langues li#langueFR a {
	background-image: url(/images-cap-skirring/drapeau_FR.gif);
	}
ul.langues li#langueEN a {
	background-image: url(/images-cap-skirring/drapeau_EN.gif);
	}
ul.langues li#langueES a {
	background-image: url(/images-cap-skirring/drapeau_ES.gif);
	}
ul.langues li a:hover {
	background-position: 0 16px;
	}
ul.langues li a span {
	text-indent: -99999px; 
	}

/****************************************/
/* FORMULAIRE */
/****************************************/

form#contact fieldset {
	border: 1px solid #0367A6;
	margin: 10px 0 0;
	padding: 10px;
	}
form#contact legend {
	padding: 0 10px;
	font-weight: bold;
	color: #0367A6;
	}
form#contact label {
	float: left;
	width: 250px;
	text-align: right;
	}
form#contact input {
	margin-left: 10px;
	width: 300px;
	}
form#contact p.col1 input {
	width: 1em;
	}
form#contact p.col1 input.col1 {
	margin-left: 260px;
	}
form#contact textarea#message {
	margin-left: 80px;
	width: 550px;
	height: 100px;
	}
form#contact #piedForm {
	margin-top: 10px;
	text-align: center;
	}
form#contact #piedForm input {
	width: auto;
	}
p.alerte {
	text-align: center;
	background-color: #EB3E2F;
	color: #FFEAD9;
	margin-top: 10px;
	padding-bottom: 10px;
	}

/****************************************/
/* TABLEAU PARTENAIRES */
/****************************************/

table#partenaires {
	text-align: left;
	background-color: #FFF;
	width: 100%;
	margin: 10px auto;
	}
table#partenaires td {
	padding: 10px;
	vertical-align: middle;
	}
table#partenaires td.adresse {
	text-align: right;
	background-color: #B7C746;
	}

/****************************************/
/* GOOGLE MAP */
/****************************************/

div#map {
	width: 700px;
	height: 450px;
	margin-top: 10px;
	}

/****************************************/
/* DIAPORAMA */
/****************************************/

div#blocDiapo {
	margin-top: 12px;
	width: 370px;
	height: 350px;
	float: right;
	position: relative;
	}
p#diapo {
	margin: 0;
	padding: 0;
	}
p#diapo img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 10px;
	}
p#menuDiapo {
	margin-top: 280px;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	}
p#diapo img#imgDiapo {
	/*margin-top: -350px;*/
	opacity: 0;
	MozOpacity: 0;
	filter: alpha(opacity=0);
	}
p#menuDiapo a {
	font-weight: bold;
	color: #333;
	font-size: 10px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #5CAEE6;
	}
p#menuDiapo a:hover {
	background-color: #80694D;
	color: #FBEF8C;
	}
p#menuDiapo a.actif {
	background-color: #B7C746;
	color: #333;
	}





