@import url('./base.css') ;
@import url('./utils.css') ;

body {
	background:#ddd9c3;
}
a.lien_s {
	color:#000;
	text-decoration:underline;
}
a.lien_s:hover {
	text-decoration:none;
}

div#acc_top {
	position:relative;
	width:950px;
	height:150px;
	padding:30px 0 0 0;
	margin:0 auto;
}

div#acc_top a.inves{display:block;position:absolute;width:280px;height:150px;right:0px;bottom:0px;background:url('../images/accueil/inves.gif') no-repeat;}

div#ombre {
	/*background:url(../images/accueil/ombre.gif) no-repeat top center;*/
	height:10px;
}
div#menu {
	position:relative;
	width:870px;
	height:30px;
	margin:25px auto 0 auto;
}
div#ff_contenu {
	background:#585858;
}
div#f_contenu {
	/*background:url(../images/structure/fd-contenu.gif) repeat-x top center;*/
	padding:10px 0 0 0;
	height:327px;
}
div#f_contenu  .contenu {
	background:#000;
}
div#contenu {
	position:relative;
	width:880px;
	margin:0 auto;
}
div#f_pied {
	/*background:url(../images/structure/fd-pied.png) repeat-x top center;*/
}
div#pied {
	position:relative;
	width:950px;
	height:24px;
	margin:0 auto;
	font-size:10px;
	color:#585858;
	text-align:center;
	padding:15px 0 0 0;
}
div#pied a {
	color:#585858;
	text-decoration:none;
}
div#pied a:hover {
	text-decoration:underline;
}

/** MENU **/
#menu a {
	display:block;
	float:left;
	height:36px;
	padding:2px 10px;
	color:#585858;
	text-transform:uppercase;
	text-decoration:none;
}
#menu a:hover, #menu a.selected {
	background:#585858;
	color:#fff;
}
#menu a span {
	display:none;
}

.cpc {
	width:700px;
	padding:0 0 0 150px;
}
a.btn_concept {
	display:block;
	float:left;
	margin:10px 20px 0 0;
	width:100px;
	height:103px;
	background-position:0 0;
	text-decoration:none;
	overflow:hidden;
	border:#fff 1px solid;
}
a.btn_concept:hover {
	background-position:0 105px;
}
a.btn_concept span {
	display:none;
}

#concept_hebergement {
	float:left;
	width:495px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-autres.png) no-repeat;
	overflow:hidden;
}
#concept_lodges {
	float:right;
	width:282px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-lodges.png) no-repeat;
	overflow:hidden;
}
/*#concept_autre {
	clear:both;
	width:934px;
	height:130px;
	padding:12px 0 0 16px;
	background:url(../images/accueil_/fond-concepts-autres.gif) no-repeat;
	overflow:hidden;
}*/
#concept_chambres {
	float:left;
	width:495px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-chambres.png) no-repeat;
	overflow:hidden;
}
#concept_equipements {
	float:right;
	width:282px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-equipements.png) no-repeat;
	overflow:hidden;
}
