


@charset "utf-8";
body {
	background: #48025c url(../img/bg_main.jpg) no-repeat center top;
	padding: 0px;
	margin: 0px;
	color: #48025c;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#langwrap {
	position: absolute;
	padding: 0;
	width: 96px;
    height: 32px;
	margin: -36px auto 0 612px;
}

#langwrap a span {
	display: none;
}

#langwrap a {
	display: block;
    width: 96px;
    height: 32px;
	background-image: url(../img/lang_select_en.gif);
    
}

#langwrap a:hover{
	background-position: center -32px;
}




#wrapper {
	padding: 0;
	width: 714px;
	margin: 36px auto 0 auto;
}

#cont_cont {
	background: url(../img/bg_container.png) repeat-y center top;
	width: 714px;
	padding: 0;
	margin: 0;
}

#head {
	padding: 0;
	margin: 0 auto;
	width: 708px;
	height: 169px;
}

ul {
	margin: 10px 35px;
    list-style-image: url(../img/bullet.gif)
}
ul li {
	margin: 5px 0;
}

#menu {
	background-color: #edebde;
	padding: 0;
	margin: 0 auto;
	width: 708px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
}


#menu ul{
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	float: left;
	width: 100%;
	display: inline;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
	margin: 0;
}

#menu ul li a{
	float: left;
	margin: 0;
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
}

#menu ul li a:hover{
	background-position: center -35px;
}

#menu ul li a.current{
	background-position: center -35px;
}
#menu ul li a span{
	display: none;
}

#menu ul li#acceuil a{
	width: 101px;
	background-image: url(../img/menu_acceuil_en.gif);
}

#menu ul li#lauberge a{
	width: 103px;
	background-image: url(../img/menu_lauberge_en.gif);
}

#menu ul li#activites a{
	width: 102px;
	background-image: url(../img/menu_activites_en.gif);
}

#menu ul li#photos a{
	width: 103px;
	background-image: url(../img/menu_photos_en.gif);
}

#menu ul li#tarifs a{
	width: 102px;
	background-image: url(../img/menu_tarifs_en.gif);
}

#menu ul li#reservation a{
	width: 103px;
	background-image: url(../img/menu_reservation_en.gif);
}

#menu ul li#carte a{
	width: 94px;
	background-image: url(../img/menu_carte_en.gif);
}

#menu ul li a:hover{
	color: black;
}

#content {
	background: #edebde url(../img/bg_content.png) no-repeat center top;
	padding: 15px 0;
	margin: 0 auto;
	width: 708px;
	text-align: left;
}
#content_foot {
	background: url(../img/bg_content_foot.png) no-repeat center top;
	padding: 10px 0 0;
	margin: 0;
	width: 714px;
	height: 45px;
	color: #edebde;
	font-size: 13px;
	text-align: center;
}

#content_foot a {
	color: #edebde;
	font-weight: bold;
	text-decoration: none;
}
#content_foot a:hover {
	color: #ffffff;
}

#content h3 {
	font-size: 14px;
	margin-left: 60px;
}

#content p {
	padding: 0;
	margin: 0 60px 0 60px;
	text-align:justify;
	line-height: 150%;
}

.index_logos {
	position: relative;
	float:left;
	padding: 0;
	margin: 0;
	width: 293px;
    text-align: center;
}
#content .index_logos h3, #content .index_logos img {
	margin: 10px 0;
}

.thumb_block{
	margin: 0px 52px;;
	text-align: center;
}

.thumb_cont{
	float: left;
	margin: 3px;
}

.thumb_cont a{
	display: block;
	width: 75px;
	height: 75px;
	margin: 4px;
    border: 3px solid #dcdbce;
}

.thumb_cont a:hover{
    border: 3px solid #9870a4;
}

/* HEADERS */

h1 {
	position: relative;
	width: 400px;
    height: 50px;
    margin: 0 auto 5px 25px;
	background: url(../img/h1_photos_en.gif) no-repeat left top;
    
}

h1 span {
	display:none;
}
