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

body {
	background:#f1f8e1 url(../images/accueil/home.jpg) repeat-x top center;
}
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#ombre {
	background:url(../images/accueil/ombre.gif) no-repeat top center;
	height:10px;
}
div#menu {
	position:relative;
	width:805px;
	height:30px;
	margin:25px auto 0 auto;
}
div#ff_contenu {
	background:#bbda6f url(../images/structure/fond-contenu2.gif) repeat-x bottom;
}
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:#a8a8a8;
	text-align:center;
	padding:15px 0 0 0;
}
div#pied a {
	color:#a8a8a8;
	text-decoration:none;
}
div#pied a:hover {
	text-decoration:underline;
}

/** MENU **/
#menu a {
	display:block;
	float:left;
	height:21px;
	margin:5px 0 0 0;
	background-position:0 0;
	overflow:hidden;
}
#menu a.qui {
	width:149px;
	background-image:url(../images/accueil_/qui.gif);
}
#menu a.savoirs {
	width:147px;
	background-image:url(../images/accueil_/savoirs.gif);
}
#menu div.concepts {
	float:left;
	width:127px;
	height:30px;
	background-image:url(../images/accueil_/concepts_on.gif);
}
#menu div.concepts span {
	display:none;
}
#menu a.services {
	width:120px;
	background-image:url(../images/accueil_/services.gif);
}
#menu a.investisseurs {
	width:117px;
	background-image:url(../images/accueil_/investisseurs.gif);
}
#menu a.contact {
	width:145px;
	background-image:url(../images/accueil_/contact.gif);
}
#menu a:hover, #menu a.selected {
	background-position:0 21px;
}
#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:102px;
	height:105px;
	background-position:0 0;
	text-decoration:none;
	overflow:hidden;
}
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-hebergement.gif) no-repeat;
	overflow:hidden;
}
#concept_village {
	float:right;
	width:282px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-village.gif) 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_autre {
	float:left;
	width:495px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-autres.gif) no-repeat;
	overflow:hidden;
}
#concept_hotels {
	float:right;
	width:282px;
	height:129px;
	padding:12px 0 0 16px;
	margin:10px 0 15px 0;
	background:url(../images/accueil_/fond-concepts-hotels.gif) no-repeat;
	overflow:hidden;
}