/*
+----------------------------------------------------------------+
|								 |
|	Webdesign and coding:					 |
|	Com&Cie communication interactive 			 |
|	24 rue de la Serre, CH-2300 La Chaux-de-Fonds	         |
|	http://www.comeandsee.ch				 |
|							         |
|							         |
+----------------------------------------------------------------+
*/


#home {
	background: url(/fileadmin/templates/images/home_bkg_gen.jpg) repeat-x left top;
}
#conteneur_gen_home {
	margin: 0 auto;
	width: 967px;
	height: 100%;
}
#zone_contenu_home {
	margin: 26px 10px 0px 0px;
	padding: 0;
}
#zone_contenu_home h1 {
	margin: 55px 0 10px 0;
	padding: 0px;
}
.container {
	width: 940px;
	height: 391px;
	overflow:hidden;
	position: relative;
}
#loopedSlider {
	position: relative;
}
ul.slides {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
}
ul.slides li {
	position: absolute;
	width: 940px;
	height: 389px;
	display: none;
	background: url(none);
}
.image_home {
	margin: 0px 30px 0px -30px;
	padding: 0px;
	float: left;
	width: 526px;
}
.txt_home {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 370px;
}
.pagination {
	position: absolute;
	top: 284px;
	left: 530px;
	z-index: 20;
	width: 370px;
}
ul.pagination {
	margin: 0px 0px 0px 22px;
}
ul.pagination li {
	display: block;
	height: 41px;
	width: 167px;

}
.txt_bleu_grand_bold {
	font-size: 1.3em;
	font-weight: bold;
	color: #3256A3;
	position:absolute;
	top: 250px;
	left: 553px;
}
.profil {
	font-size: 1em;
	font-weight: bold;
	position:absolute;
	top: 227px;
	left: 552px;
}
.home_btn {
}
.home_btn a {
	display:block;
	text-decoration:none;
	height: 41px;
	width: 167px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 9px 9px 0px;
}
.home_btn a:hover {
	background-position: 0px -41px;
}
.home_btn {
	margin: 0px;
	padding: 0px;
}
.entreprises a {
	background-position: 0px 0px;
	background-image:url(../templates/images/home_btn_entreprises.jpg);
}
.particuliers a {
	background-position: 0px 0px;
	background-image:url(../templates/images/home_btn_particuliers.jpg);
	margin: 0 0 0 196px;
}

