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

/* COULEURS 

Typo = #666
Rouge = #91161A
Orange = #EF8659

*/

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

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

body {
	background-color: #FFF;
	background-image: url(/images/fond-lucotel-Lanvollon.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	}
div#container{ 
	width: 970px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image: url(/images/logo-lucotel-Lanvollon.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	}
div#header {
	}
div#wrapper {
	float: left;
	width: 100%;
	text-align: left;
	}
div#content {
	margin-left: 195px;
	margin-right: 315px;
	margin-top: 70px;
	}
div#content.extra {
	margin-right: 75px;
	}
div#navigation {
	float: left;
	margin-left: -959px;
	width: 150px; 
	font-size: 10px;
	margin-top: 240px;
	}
div#extra {
	float: left; 
	width: 300px;
	margin-left: -300px; 
	}
div#footer {
	clear: both;
	width: 970px;
	padding: 20px 0 20px 195px;
	text-align: left;
	}

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

h1 {    
	font-family: Georgia,Times,serif;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: normal;
	color: #91161A;
	padding-bottom: 10px;
	}
h2 {
	font-family: Georgia,Times,serif;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: normal;
	color: #EF8659;
	padding-top: 1em;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 1em;
	line-height: 1.3em;
	}
p {
	padding-top: 1em;
	line-height: 1.3em;
	}
a {
	color: #666;
	}
a:hover {
	color: #DF1000;
	}
strong {
	font-weight: bold;
	}
#content ul {
	padding-top: 0.5em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 5em;
	list-style-type: disc;
	}
li {
	line-height: 1.3em;
	}
blockquote {
	padding-left: 5em;
	}
	
/****************************************/
/* FORMULAIRE */
/****************************************/

form#contact fieldset {
	border: 1px solid #91161A;
	margin-top: 10px;
	padding: 10px;
	}
form#contact legend {
	padding: 0 10px;
	font-weight: bold;
	color: #000;
	}
form#contact label {
	float: left;
	width: 160px;
	text-align: right;
	}
form#contact input {
	margin-left: 10px;
	width: 250px;
	}
form#contact p.col1 input {
	width: 1em;
	}
form#contact p.col1 input.col1 {
	margin-left: 170px;
	}
form#contact #blocMessage {
	text-align: center;
	}
form#contact #message {
	width: 410px;
	height: 100px;
	}
form#contact #piedForm {
	margin-top: 10px;
	text-align: center;
	}
form#contact #piedForm input {
	width: auto;
	}
p.alerte {
	font-weight: bold;
	text-align: center;
	background-color: #91161A;
	color: #FFF;
	margin-top: 10px;
	padding: 10px;
	}
	
/****************************************/
/* MENU */
/****************************************/

div#navigation ul {
	text-align: left;
	border-top: solid 1px #91161A;
	}
div#navigation li {
	display: inline; /* pour bug affichage IE6 */
	}
div#navigation li a {
	display: block;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0;
	border-bottom: solid 1px #91161A;
	}
div#navigation li a:hover {
	background-color: #EF8659;
	color: #FFF;
	}
div#navigation li a.selected,
div#navigation li a.selected:hover {
	background-color: #91161A;
	color: #FFF;
	} 

/*langues*/

div#navigation ul.langues {
	position: absolute;
	top: 20px;
	left: 190px;
	border-top: none;
	}
div#navigation ul.langues li a {
	padding: 0 5px;
	border-bottom: none;
	display: inline;
	}
div#navigation ul.langues li.selected a,
div#navigation ul.langues li a.selected:hover {
	font-weight: bold;
	} 

/****************************************/
/* PANO */
/****************************************/
	
#krpanoDIV {
	width: 700px;
	height: 480px;
	margin-top: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #666;
	z-index: 10;
	position: relative; /* pour le z-index */
	}

/****************************************/
/* CARTE */
/****************************************/
	
#map {
	width: 700px;
	height: 480px;
	margin-top: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #666;
	z-index: 10;
	position: relative; /* pour le z-index */
	}

/****************************************/
/* PROMO */
/****************************************/

div.alerte {
	position: absolute;
	top: 35px;
	left: 670px;
	width: 260px;
	text-align: center;
	background-color: #91161A;
	color: #FFF;
	margin-left: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	}
div.alerte span.max {
	font-size: 24px;
	line-height: 1.3em;
	}
div.alerte img {
	position: absolute;
	top: -30px;
	left: -135px;
	}
	
/****************************************/
/* VIDEO */
/****************************************/

#blocVideo {
	margin-top: 10px;
	position: relative;
	}
#video {
	position: absolute;
	top: -1px;
	left: 170px;
	}