body{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	background-image:url("pics/background.png");
	background-repeat:repeat-x;
	background-color:#5e5e5e;
}

#marge_dessus{
	width:64px;
	height:20px;
}

#header{
	position:relative;
	width:1024px;
	height:350px;
	margin:0px auto;
	background-color:#ffffff;
}

#cont_diapo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

#angle_gauche{
	position:absolute;
	top:0px;
	left:0px;
	width:19px;
	height:19px;
	background:url("pics/angle_gauche.png");
	z-index:6;
}

#angle_droit{
	position:absolute;
	top:0px;
	left:1005px;
	width:19px;
	height:19px;
	background:url("pics/angle_droit.png");
	z-index:6;
}

#logo{
	width:209px;
	height:81px;
	background:url("pics/bussang.png");
	position:absolute;
	top:10px;
	left:30px;
	z-index:6;
}

#cont_menu{
	width:1024px;
	height:60px;
	position:absolute;
	top:250px;
	left:0px;
	z-index:6;
}

#menu_elem_0{
	float:left;
	width:54px;
	height:60px;
	background:url("pics/menu_h_off_01.png");
}

#menu_elem_1{
	display:block;
	float:left;
	background:url("pics/menu_h_2.png");
	width:112px;
	height:60px;
}
#menu_elem_1:hover{
	background-position:100% 0%;
}

#menu_elem_2{
	display:block;
	float:left;
	background:url("pics/menu_h_3.png");
	width:93px;
	height:60px;
}
#menu_elem_2:hover{
	background-position:100% 0%;
}

#menu_elem_3{
	display:block;
	float:left;
	background:url("pics/menu_h_4.png");
	width:113px;
	height:60px;
}
#menu_elem_3:hover{
	background-position:100% 0%;
}

#menu_elem_4{
	display:block;
	float:left;
	background:url("pics/menu_h_5.png");
	width:106px;
	height:60px;
}
#menu_elem_4:hover{
	background-position:100% 0%;
}

#menu_elem_5{
	display:block;
	float:left;
	background:url("pics/menu_h_6.png");
	width:120px;
	height:60px;
}
#menu_elem_5:hover{
	background-position:100% 0%;
}

#menu_elem_6{
	display:block;
	float:left;
	background:url("pics/menu_h_7.png");
	width:109px;
	height:60px;
}
#menu_elem_6:hover{
	background-position:100% 0%;
}

#menu_elem_7{
	display:block;
	float:left;
	background:url("pics/menu_h_8.png");
	width:131px;
	height:60px;
}
#menu_elem_7:hover{
	background-position:100% 0%;
}

#menu_elem_8{
	display:block;
	float:left;
	background:url("pics/menu_h_9.png");
	width:118px;
	height:60px;
}
#menu_elem_8:hover{
	background-position:100% 0%;
}

#menu_elem_9{
	float:left;
	width:68px;
	height:60px;
	background:url("pics/menu_h_off_10.png");
}

#arrondi_header{
	position:absolute;
	width:1024px;
	height:30px;
	top:320px;
	left:0px;
	z-index:6;
	background-image:url("pics/arrondi_header.png");
}

#menu_2{
	background:#ffffff;
	width:1024px;
	margin:0px auto;
	text-align:center;
}

#menu_2 .bt:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#bt_accueil{
	background-image:url("pics/bt_accueil.png");
	width:155px;
	height:28px;
	display:inline-block;
}
#bt_decouvrir{
	background:url("pics/bt_decouvrir.png");
	width:155px;
	height:28px;
	display:inline-block;
}
#bt_localiser{
	background:url("pics/bt_localiser.png");
	width:155px;
	height:28px;
	display:inline-block;
}
#bt_contact{
	background:url("pics/bt_contact.png");
	width:155px;
	height:28px;
	display:inline-block;
}
#bt_coeur{
	background:url("pics/bt_coeur.png");
	width:155px;
	height:28px;
	display:inline-block;
}

a{
	outline:none;
}

.spacer{
	clear:both;
}

#page{
	width:1024px;
	margin:0px auto;
	background:#ffffff;
}

#page .in{
	padding:10px;
}

#footer{
	width:1024px;
	height:100px;
	background:url("pics/footer.png");
	margin:0px auto;
}

#footer .in{
	padding:5px 15px;
}

#page .gauche{
	width:754px;
	float:left;
}

#page .droite{
	width:250px;
	float:left;
}

#page .droite .pub a img{
	border:none;
}



#liste_brute  h1{
	font-size:14px;
	padding:0px;
}

#liste_brute  .item{
	border:solid 1px #999999;
	padding:5px;
	width:70%;
	margin:0px auto;
	margin-bottom:10px;	
}

#liste_brute  .item .item_droite{
	float:right;
	width:110px;
}

#liste_brute  .item .item_gauche{
	float:left;
}

.membre{
	width:80%;
	height:183px;
	background-image:url("pics/fond_liste_membres.png");
	background-repeat:repeat-x;
	margin:0px auto;
}

.membre h2{
	color:#4f9900;
	font-size:18px;
	margin:0px;
	text-decoration:underline;
	margin-bottom:10px;
}

.mbr_in{
	padding:10px;
}

.membre .lst_gauche{
	float:left;
	margin-right:10px;
}

.membre .mini{
	border:solid 2px #83fe00;
	margin-right:2px;
}


.membre .lst_centre{
	float:left;
}

.membre .lst_droite{
	float:right;
}

.membre .lst_droite .bt{
	width:106px;
	height:71px;
	background-image:url("pics/voir_la_fiche.png");
	display:block;
}

.membre .lst_centre p{
	color:#585858;
	margin:0px;
}

.mbr_in_dessus{
	height:100px;
}

#fader{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000000;
	display:none;
	opacity:0.8;
	filter:alpha(opacity:80);
	z-index:30000;
}

#photo{
	border:solid 4px #ffffff;
}

.f_gauche{
	width:640px;
	font-size:11px;
	color:#ffffff;
	float:left;
}

.f_gauche a{
	display:inline-block;
	width:200px;
	color:#ffffff;
	text-decoration:none;
}


.f_gauche .fgin{
	padding-top:20px;
	padding-left:20px;
}	



.f_droite{
	float:left;
	font-size:10px;
	padding-top:60px;
}

.f_droite a{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}


