/* CSS Document */

/*Normalizes margin, padding*/
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5
{ font-size: 100%; }

/*Removes list-style from lists*/
ul { list-style: none; }
table { border: none; }

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, em, strong, th { font-style: normal; font-weight: normal; }

/*Removes borders from fieldset and img*/
fieldset, img { border: 0; }

/*Left-align text in caption and th*/
caption, th { text-align: left; }


html {
	 background-color: #CDBC9E;
	 text-align: center;
}

body {
	position: relative;
	width: 770px;
	margin: 0 auto;	
	text-align: left;
	font: 88%/1.5 Arial, "Lucida Sans Console", sans-serif;
	background: #FFF  url(../imgs/jpgs/texture2.gif) top center;
	
}

/*TYPOGRAPHY*/

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	color: #598659;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #598659;
}

p { 
	font-family: Arial, "Lucida sans Console", sans-serif;
	font-size: 14px;
	color: #598659;
	
}	

strong {
	color: #AD9161;
	font-weight: 400;
}

a:link, a:visited, a:active {
	color: #598659;
	text-decoration: none;
}	
a:hover {
	color: #598659;
	text-decoration: underline;	  
}
a.current  {
	color: #AD9161;
}	
			
/* CONTENT */

#content {
	position: relative;
	clear: left;
	width: 100%;
}

#banner {
	position: relative;
	width: 613px;
	height: 404px;
	top: 1em;
	left: 85px;
	background: url(../imgs/jpgs/gallery.jpg) no-repeat;
	z-index: 1;
	
}	

#slideshow{
	position: absolute;
	width: 556px;
	height: 356px;
	left: 28px;
	top: 23px;
}
	 	
#mainContent {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0.5em;
	padding: 1em 3em 3em 3em;
	
}

#mainContent p {
	margin-right: 4.5em;
	padding-right: 170px;
	
}

#mainContent p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 115%;
	color: #598659;
	padding: 0.5em 2em 1em 0;
	
}
	
#mainContent img {
	position: absolute;
	width: 153px;
	height: 186px;
	top: 570px;
	margin-left: 38em;
}	
		
#secondaryContent {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 3.5em 0 3em; 
}

#secondaryContent p {
	padding: 0.5em 1em 0 0;
	
}

#secondaryContent img {
	padding-top: 0.5em;
}

p.description {
    text-align: left;
	font-family: Arial, "Lucida sans Console", sans-serif;
	font-size: 0.9em;
	line-height: 115%;
	color: #598659;
	
}



p.location {
	font-size: 0.8em;
	font-weight: bold;
	
}	
.lead {
	font-size: 0.9em;
	color: #AD9161;
	float: right;
}

.lead a:link {
	color: #AD9161;
	text-decoration: none;
}

.lead a:visited {
	color: #999966;
}
.lead a:hover {
	color: #598659;
	text-decoration: none;
}
.lead a:active {
	color: #598659;
}

#secondaryContent1 {
	float: left;
	width: 45% ;
}
body.deutsch #secondaryContent1 p.description {
	padding-bottom: 1.2em;
}		
#secondary Content2 {
	float: right;
	width: 45%;
}

#secondaryContent2 p {
	padding-right: 6em;
}

#separation {
    clear: both;
	position: relative;
	padding: 0 8em 0 8em;
	
}
	
#separation img {
  width: 115px;
  height: 16px;
  padding-left: 40%;
  padding-bottom: 0.8em;
  padding-top: 0.8em;

}

#sslec {
	margin-left: 3em;
}	
h2#sslec {
	text-indent: -5000px;
	background: url(../imgs/jpgs/sslec_h2.jpg) no-repeat;
	width: 202px;
	height: 40px;

}

#secfor {
	margin-left: 23em;
}

h2#secfor {
	text-indent: -3000px;
	background: url(../imgs/jpgs/secfor_h2.jpg) no-repeat;
	width: 202px;
	height: 40px;

}
		

#karibou {
	clear: left;
	position: relative;
	height: 160px;
	padding: 0 3em 0 2em;
	margin: 0 3em 0 3em;
	border: 2px solid #AD9161;
}

#karibou img {
	float: left;
	width: 287px;
	height: 134px;
	padding-top: 1em;
}

#karibou h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #598659;
	padding: 0.5em 0 0.5em 0;
	margin-left: 335px; 
}
#karibou p {
	margin-right: 0;
	margin-left: 335px;
	padding: 0 0.5em 0.2em 0;
	
}
	
span {
	font-family: Georgia, "Times New Roman", serif;
	font-size : 1.2em;
	font-weight: bold;
}

span a:link {
	text-decoration: underline;
}
	
span a:visited {
	color: #999966; 
}

span a:hover {
	color: #AD9161;
	text-decoration: none;	
}

span a:active {
	color: #AD9161;
}		

/* MASTHEAD */

#masthead {
	position: relative;
	width: 100%;
}


#masthead h1 {
	position: absolute;
	top: -9999px;
}	
		
#languages {
	
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}	
#languages p {
	font-size:	0.8em;
	float: left;
	padding-left: 25px;
	padding-right: 1em;
	padding-bottom: 0.3em;
	background: url(../imgs/jpgs/sm_leaf.gif) no-repeat left center;
}

#logo img {	
    position: relative;
	width: 224px;
	height: 107px;
	top: 5px;
	left: 35%;
	padding-bottom: 5px;
}

.box {
	position: relative;
	float: right;
	width: 10em;
	height: 5em;
	margin-top: -5.5em;
	padding-right: 3em;
	background: url(../imgs/jpgs/bg_annonce2.jpg) no-repeat ;
}

.box p {
	font-size: 0.8em;
	text-align: center;
	line-height: normal;
	padding-top: 0.5em;
	padding-left: 0.4em;
	padding-right: 0;
	padding-bottom: 0.5em;
	

}

.box a {
	font-weight: bold;
}		
/* MAIN NAVIGATION */

#mainNav {
    clear: both;
	float: left;
	margin-left: 3em;
	margin-right: 3em;
	border: 1px solid #AD9161;
	width: 90%;
}

#mainNav li {
	display: inline;
	width: 3em;
	padding-left: 3.5em;
	text-align: center;
	list-style-type: none;
	color: #598659;
}
body.english #mainNav li {
	padding-left: 3.3em;
}
body.deutsch #mainNav li {
	padding-left: 3.2em;
}
#mainNav a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
}

#mainNav a:link, a:active {
	text-decoration: none;
}

#mainNav a:hover {
	text-decoration: none;
	color: #AD9161;
}			

#gites{
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
   background: url(../imgs/jpgs/arrow.gif) no-repeat 8em 70%;
}


body.deutsch #gites {
	background: url(../imgs/jpgs/arrow.gif) no-repeat 6em 70%; 
}	
#secondNav{
    clear: both;
	margin-left: 5.5em;
	margin-top: 0.5em;
	width: 80%;
}

#secondNav li {
	display: inline;
	width: 4em;
	padding-left: 0.5em;
	padding-right:0.5em;
	border-left: 1px solid #AD9161;
}

#secondNav a {
	font-family: Arial, "Lucida Sans", sans-serif;
	font-size: 0.9em;
	background: #EFEBE7;
}

.end {
	border-right: 1px solid #AD9161;
	padding-right: 0.8em;
}



/* FOOTER */		

#footer {
	position: relative;
	width: 100%;
	padding: 1em 3em 0.5em 3em;
}	
#left {
	float: left;
	width: 25%;
}

#gdf {
	width: 87px;
	height: 76px;
	padding: 1em 0 0 6em;
	position: relative;
}

	
#center {
	float: left;
	width: 40%;
}

#right {
	float: left;
	width: 35%;
	
	  	
}
#right p {
	font-family: Arial, "Lucida sans Console", sans-serif;
	font-size: 12px;
	color:#939393;
	padding: 1em 0 0 0;		
}

#flwd {
	width: 172px; 
	height: 76px;
	position: relative;
}
 
#siteInfos {
	clear: both;
	padding: 1em 6em 1em 0;
}
		
#siteInfos p {
	font-size: 10px;
	font-weight: bold;
	color: #939393;
}

p.copyright {
	float: left;
}	
	 		
p.validation {
	float: right;
}
address {
	font-family: Arial, "Lucida sans Console", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 112%;
	color: #598659;
	padding-top: 1.2em;
	
}

/*SUB NAVIGATION*/
#subnav {
	clear: both;
}	
#subnav ul {
	width: 100%;
	
} 	
#subnav li {
	display: inline;
	
}	
	
#subnav li a {
	font-size: 0.9em;
	padding-left: 0.7em;
	padding-right: 1em;
	text-decoration: none;
	color: #598659;
}

body.deutsch #subnav li a {
 	padding-right: 0.5em;
	padding-left: 0.5em
}	

#subnav li a:hover {
	text-decoration: underline;}
	
	
#subnav a.current  {
	color: #AD9161;
}
