/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site CHAMBRES D'HOTES L'ESTIVE ------------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

/* CSS Document */
/* Mise en forme du site L'Estive */
/* www.iris-interactive.fr */

* {
	padding:0;
	margin:0;
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	background:#2e4360 url(../images/background.jpg) repeat-x left top;
	text-align:center;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables au header, menu et tools */
/* -------------------------------------------------------------------------------------------- */
#header {
	width:760px;
	border-top:11px solid #6d798c;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}	


#menu {
	height:40px;
	padding:0 9px;
	border-top:1px solid #252f3c;
	border-bottom:1px solid #bfc3bb;
	background-color:#3a4148;
	color:#FFFFFF;
}
#menu ul {
	margin:0;
	padding:0; 
	list-style:none;
}
#menu li {
	display:none;
	float:left;
	margin:12px 9px;
	list-style:none;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	display:none;
	padding:1px;
}
#menu a:hover {
text-decoration:underline;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables aux sous menus */
/* -------------------------------------------------------------------------------------------- */

#menu li ul { 
	position:absolute;
	background-color:#c34a17;
	width:110px;
	left:-999em; 
	text-align:center;
	padding:0;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 0;
}

#menu li:hover ul, #menu li.sfhover ul { 
	left:auto;
	display:none;
}
#menu li:hover a, #menu li.sfhover a { 
	text-decoration:underline;
}
#menu li ul li {
	background-image:none;
	width:110px;
	padding:0;
	margin:0;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0 0 1px;
	text-align:center;
}
#menu li ul li a {
	width:110px;
	padding:5px;
	color:#FFFFFF;
	border:none !important;
	display:block;
}
html>body #menu li ul li a {
	width:100px;
}
#menu li ul li a:hover {
	background-color:#aa4014;
	color:#FFFFFF;
}

#header ul#tools {
	width:135px;
	height:70px;
	position:absolute;
	top:-12px;
	right:7px;
	background:url(../images/navigation.gif) no-repeat center top;
	padding-top:10px;
}
#header ul#tools li {
	color:#3a4148;
	font-family:"Trebuchet MS";
	float:left;
	font-size:11px;
	text-align:left;
	width:125px;
	margin:1px 0 2px 10px;
}

#header ul#tools li a {
	float:left;
	padding-left:24px;
	color:#FFFFFF;
}

	#header ul#tools li a.contact {
		background:url(../images/ico-contact.gif) no-repeat left center;
	}
	#header ul#tools li a.sendafriend {
		background:url(../images/ico-sendafriend.gif) no-repeat left center;
	}
	#header ul#tools li a.print {
		background:url(../images/ico-print.gif) no-repeat left center;
	}
#header ul#tools li a:hover {
	text-decoration:underline;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables au chemin de navigation */
/* -------------------------------------------------------------------------------------------- */

#toolbox {
	width:732px;
	height:21px;
	float:left;
	margin:0 14px;
	padding-top:5px;
}
#toolbox #wire {
	float:left;
	margin-left:0 !important;
	padding-left:0 !important;
}
#toolbox #wire li {
	float:left;
	background:url(../images/bg-li.gif) no-repeat left;
	padding-left:12px;
	margin-right:7px;
	margin-left:0;
	display:inline;
}
#toolbox #wire a {
	color:#660404;
	font-size:11px;
	text-decoration:none;
}
#toolbox #wire a:hover {
	text-decoration:underline;
}
#lang a span {
	border:none;
	position:absolute;
	left:-999em;
	padding:3px;
	background-color:#c1430f;
	color:#ffffff;
	margin:25px 0 0 -10px;
	white-space:nowrap;
}
html* #lang a span {
	left:auto;
	display:none;
}
#lang a:hover span {
	left:auto;
}
	html* #lang a:hover span {
		display:block;
	}

#toolbox #lang {
	list-style:none;
}
#toolbox #lang li {
	width:14px;
	float:right;
	margin-left:5px;
}
#toolbox #lang li a {
	display:block;
	width:14px;
	height:21px;
}
#toolbox #lang a.fr {
	background:url(../images/fr.jpg) no-repeat left center !important;
}
#toolbox #lang a.gb {
	background:url(../images/gb.jpg) no-repeat left center !important;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#page {
	width:760px;
	margin:0 auto;
	border:1px solid #ffffff;
	border-top:1px solid #cbd0d7;
	border-bottom:0;
	background:#FFFFFF url(../images/bg-content.gif) repeat-y center top;
	text-align:justify;
}
.googlemap {
	height:420px;
	border:1px solid #FEFEFE;
}
.col1 {
	width:450px;
}
.col2 {
	width:214px;
}
.col1,
.col2 {
	padding:10px 24px;
	float:left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#c1430f;
	text-align:left;
	font-weight:bold;
	padding-bottom:4px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#c1430f;
	text-align:left;
	font-weight:bold;
	margin:15px auto 0 auto;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#2e4360;
	text-align:left;
}
h1,
h3{
	margin:5px auto;
}
h1 {
	background:url(../images/h1.gif) repeat-x left bottom;
}
p {
	text-align:justify;
	padding:5px 0;
}

	p.chapeau {
		background-color:#f9f9f9;
		padding:5px;
	}
	p.hdp {
		clear:both;
		padding:10px 10px 10px 5px;
		text-align:right;
	}
	p.hdp a {
		background:transparent url(../images/hdp.gif) no-repeat scroll left center;
		padding-left:10px;
	}
	a.pdf {
		background:transparent url(../images/pdf.gif) no-repeat scroll left top;
		padding-left:24px;
	}
	a.pdf:hover {
		background:transparent url(../images/pdf_hover.gif) no-repeat scroll left top;
	}
a {
	color:#bd2b13;
	text-decoration:underline;
	outline: none;
}
:focus {
	-moz-outline-style: none;
} 

a:hover {
	text-decoration:none;
}
a img  {
	border:0;
}
.img_left {
	float:left;
	padding:5px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#footer {
	margin:0 auto;
	background:url(../images/signature.jpg) no-repeat center top;
	height:67px;
	width:762px;
	padding-top:12px;
	color:#ffffff;
	font-size:9px;
}
#footer p {
	text-align:center;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.logo {
	float:left;
	text-align:center;
	padding-bottom:30px;
	margin-left:1px;
	margin-top:5px;
}
.logo1 {
	float:left;
	text-align:center;
	padding-bottom:30px;
	margin-left:20px;
}
.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.col1 ul,
.col2 ul {
	list-style:none;
}
.col1 ul li,
.col2 ul li {
	padding-left:15px;
	text-align:left;
	background:url(../images/bg-li.gif) no-repeat left 6px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables aux formulaires */
/* -------------------------------------------------------------------------------------------- */
.content form {
	text-align:left;
}
.content legend {
	color:#2e4360;
}
.content fieldset {
	border:0;
	padding:5px;
	margin-bottom:5px;
	clear:both;
	width:428px;
}
.content fieldset.small {
	width:203px;
	margin-right:10px;
	clear:none;
	float:left;
}
.content fieldset input, 
.content fieldset textarea {
	width:92%;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2e4360;
}
.content input.submit {
	padding:5px;
	border:0;
	background:none;
	width:88px;
	height:32px;
	color:#333333;
	font-weight:bold;
	background:url(../images/button-submit.gif) no-repeat center;
	cursor:pointer;
}
.content input:hover.submit,
.content input.submit:hover {
	background:url(../images/button-submit-hover.gif) no-repeat center;
}
