*
{
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Arial;
}
html
{
	width: 100%;
	height: 100%;
}
body{
	background-color: #e4e4e4;
	text-align: center;
	width: 100%;
	height: 100%;
}
strong{
font-family:Arial;
font-weight:normal;
}
a, p{font-family: arial; font-size: 12px;color:#FFF;text-decoration:none;}
table{
clear:both;
}
.clear{
clear:both;
}
#page
{
	width: 932px;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}
#header
{
	position: relative;
	width: 100%;
	height: 167px;
	background-image: url(/_img/bkg_header.jpg);
	background-repeat: no-repeat;
}
#page_content
{
	position: relative;
	float: left;
	width: 100%;
	background-image: url(/_img/bkg_page.jpg);
	background-repeat: repeat-y;
}
#right_content
{
	position: relative;
	float: left;
	width: 743px;
	left: 7px;
}
#footer
{
	position: relative;
	float: left;
	width: 100%;
	height: 53px;
	background-image: url(/_img/bkg_footer.jpg);
	background-repeat: no-repeat;
}

/* css du header */
/*#logo
{
	position: absolute;
	left: 3px;
	top: 0;
	width: 349px;
	height: 167px;
	border: 0;
}
#baseline
{
	position: absolute;
	text-align: center;
	top: 75px;
	width: 415px;
	left: 370px;
	font-family: Georgia, Verdana;
	font-size: 21px;
	color: #FFF;
}

*/

#logo
{
	position: absolute;
	left: 3px;
	top: 0;
	width: 284px;
	height: 125px;
	border: 0;
	margin-top:5px;
}
#baseline
{
	position: absolute;
	text-align: center;
	top: 80px;
	width: 415px;
	left: 350px;
	font-family: Georgia, Verdana;
	font-size: 21px;
	color: #FFF;
}
#langue
{
	position: absolute;
	width: 85px;
	height: 25px;
	background-image: url(/_img/bkg_langue.jpg);
	background-repeat: no-repeat;
	top: 0;
	left: 686px;
}
#fr_flag
{
	position: absolute;
	width: 28px;
	height: 14px;
	top: 5px;
	left: 8px;
}
#en_flag
{
	position: absolute;
	width: 28px;
	height: 14px;
	top: 5px;
	left: 49px;
}
#acces_pro
{
	position: absolute;
	width: 129px;
	height: 19px;
	border: 0;
	top: 0;
	left: 792px;
}
/* style du menu */
#menu
{
	position: relative;
	float: left;
	width: 174px;
	background-image: url(/_img/bkg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 4px;
	display: block;
	top: 0;
	margin-bottom: 20px;
}
#pub
{
	position: absolute;
	float: left;
	width: 174px;
	left: 4px;
	display: block;
	top: 421px;
}
#menu_footer
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: url(/_img/bkg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu menu
{
	margin-top: 5px;
	margin-bottom: 55px;
	border-bottom: 1px #420910 solid;
	width: 100%;
}
#menu menu li
{
	height: 31px;
	line-height: 31px;
	border-top: 1px #420910 solid;
	border-bottom: 1px #783f46 solid;
	list-style-type: none;
	text-align: left;
	/*padding-left: 40px;*/
	padding-left: 20px;
}
#menu menu li#menu_first
{
	border-top: 0px;
}
#menu menu li a
{
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#menu menu li a:hover{
	color:#cc7b00;
}
.menu_selected a{
	color:#cc7b00;
}
#menu form#newsletter
{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#newsletter_title
{
	float: left;
	left: 5px;
	position: relative;
	background-image: url(/_img/nl_point.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}
#menu form#newsletter input
{
	float: left;
	width: 163px;
	height: 20px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 7px;
	text-align: left;
}
#menu form#newsletter input#nl_submit
{
	float: right;
	width: 69px;
	height: 18px;
	text-align: center;
	background-image: url(/_img/send_btn.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	padding: 0;
	margin-right: 5px;
}
/* style footer */
#copyright
{
	position: absolute;
	width: 100%;
	text-align: center;
	height: 23px;
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	line-height: 23px;
	top: 0;
	left: 0;
}
#realisation
{
	position: absolute;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	line-height: 23px;
	top: 0;
	right: 15px;
	height: 23px;
}
#realisation a
{
	color: #FFF;
	text-decoration: none;
}
/* style SearchBox */
#search_box
{
	float: left;
	position: relative;
	left: 6px;
	width: 730px;
	height: 138px;
	display: block;
	background-image: url(/_img/bkg_searchbox.jpg);
	background-repeat: no-repeat;
}
#objet_search
{
	position: absolute;
	width: 174px;
	height: 41px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(/_img/search_objet_btn_off.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	text-decoration: none;
	top: 4px;
	left: 28px;
}
#objet_search_on
{
	position: absolute;
	width: 174px;
	height: 41px;
	background-image: url(/_img/search_objet_btn.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	text-decoration: none;
	top: 4px;
	left: 28px;
}
#galerie_search
{
	position: absolute;
	width: 218px;
	height: 41px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(/_img/search_galerie_btn_off.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	text-decoration: none;
	top: 4px;
	left: 204px;
}
#galerie_search_on
{
	position: absolute;
	width: 218px;
	height: 41px;
	background-image: url(/_img/search_galerie_btn.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	text-decoration: none;
	top: 4px;
	left: 204px;
}
#complete_liste
{
	position: absolute;
	width: 112px;
	height: 22px;
	background-image: url(/_img/complete_liste_btn.jpg);
	background-repeat: no-repeat;
	line-height: 22px;
	text-align: center;
	font-family: Arial;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	top: 14px;
	left: 602px;
}
#search_keywords input#keywords
{
	position: absolute;
	width: 179px;
	height: 20px;
	line-height: 20px;
	top: 75px;
	left: 35px;
	font-family: Arial;
	font-size: 12px;
	border-top: 1px #333 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #CCC solid;
	border-left: 1px #999 solid;
}
#search_keywords input#search_btn
{
	position: absolute;
	background-image: url(/_img/search_btn.jpg);
	background-repeat: no-repeat;
	background-color:#AF001D;
	width: 89px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
	top: 75px;
	left: 244px;
}
#search_cat select
{
	width: 158px;
	height: 19px;
	position: absolute;
}
#search_cat select#cat
{
	left: 406px;
	top: 62px;
}
#search_cat select#sous_cat
{
	left: 406px;
	top: 92px;
}
#search_cat input#search_btn2
{
	position: absolute;
	background-image: url(/_img/search_btn.jpg);
	background-repeat: no-repeat;
	background-color:#AF001D;
	width: 89px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
	top: 75px;
	left: 602px;
}

/* content home */
#home_content
{
	position: relative;
	overflow:hidden;
	float: left;
	width: 740px;
	height: 263px;
	background-image: url(/_img/bkg_home.jpg);
	background-repeat: no-repeat;
	top: 7px;
	left: 1px;
}

/*#home_content img
{
	border: 0;
	width: 689px;
	height: 206px;
	position: absolute;
	left: 25px;
	top: 28px
}*/

#liens_home
{
	position: relative;
	float: left;
	width: 332px;
	height: 380px;
	left: 25px;
	top: 14px;
}
#home_events
{
	position: absolute;
	top: 0;
	left: 0;
	width: 332px;
	height: 98px;
	cursor: pointer;
	background-image: url(/_img/home_events.jpg);
	background-repeat: no-repeat;
}
#home_history
{
	position: absolute;
	top: 120px;
	left: 0;
	width: 332px;
	height: 98px;
	cursor: pointer;
	background-image: url(/_img/home_historique.jpg);
	background-repeat: no-repeat;
}
#home_venir
{
	position: absolute;
	top: 240px;
	left: 0;
	width: 332px;
	height: 98px;
	cursor: pointer;
	background-image: url(/_img/home_venir.jpg);
	background-repeat: no-repeat;
}
#liens_home a
{
	position: absolute;
	top: 67px;
	left: 20px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#home_news
{
	position: relative;
	float: left;
	width: 319px;
	padding-bottom: 60px;
	left: 56px;
	top: 14px;
}
#home_main_news
{
	position: relative;
	float: left;
	width: 100%;
	background-color: #930019;
	font-family: Arial;
	font-size: 18px;
	line-height: 27px;
	color: #FFF;
	height: 27px;
	text-indent: 10px;
	text-align: left;
}
#home_main_news a
{
	position: absolute;
	width: 52px;
	height: 18px;
	background-image: url(/_img/bkg_seeall.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	top: 5px;
	right: 3px;
	text-indent: 0;
}
.home_news
{
	position: relative;
	top:0;
	left:0;
	float: left;
	width: 100%;
	padding-top: 11px;
}
.home_news_title
{
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	background-image: url(/_img/bkg_titre_news.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	border-width: 0 0 1px 0;
	border-color: #b1001d;
	border-style: solid;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-indent: 11px;
	font-weight: bold;
}
.venir_news_title
{
	position: relative;
	float: left;
	width: 100%;
	height: 39px;
	background-image: url(/_img/bg_venir_plan.jpg);
	background-repeat: repeat-x;
	line-height: 25px;
	border-width: 0 0 1px 0;
	border-color: #b1001d;
	border-style: solid;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-indent: 11px;
	font-weight: bold;
}
.venir_news_title p {
	position:relative;
	top:10px;
	left:0;
	width:40%;
	height:15px;
}
.venir_news_title p a {
	text-decoration:none;
}
.home_news_date
{
	position: absolute;
	height: 100%;
	top: 0;
	right: 10px;
	line-height: 25px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #FFF;
}
.home_news_content
{
	position: relative;
	float: left;
	width: 100%;
	background-color: #930019;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: justify;
	font-family: Arial;
	color: #FFF;
	font-size: 11px;
}
.home_news_content .marge
{
	padding-left: 12px;
	padding-right: 6px;
}

/*content fiche*/

#fiche_content
{
	position: relative;
	float: left;
	width: 740px;
	height: 184px;
	background-image: url(/_img/fiche_objets_top.jpg);
	background-repeat: no-repeat;
	top: 7px;
	left: 1px;
}

#fiche_content img
{
	position: absolute;
	left: 26px;
	top: 16px;
	border: solid 2px #a9011c;
}

#fiche_titre
{
	font-family: arial;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 19px;
	left: 201px;
}

#fiche_addr
{
	width: 135px;
	height: 44px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 201px;
}
#fiche_addr p {
	font-size:11px;
	font-weight:normal;
}

#fiche_tel
{
	width: 155px;
	height: 44px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 93px;
	left: 201px;
}
#fiche_tel p {
	font-size:11px;
	font-weight:normal;
}

#fiche_horaires
{
	width: 135px;
	height: 44px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 360px;
}
#fiche_horaires p{
	font-size:11px;
	font-weight:normal;
}

#fiche_horaires h1 ,#fiche_internet h1
{
	font-size: 12px;
	color: #cc7b00;
}

#fiche_internet
{
	width: 195px;
	height: 44px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 360px;
}

#fiche_internet p {
	font-size:11px;
	font-weight:normal;
}

#fiche_content a
{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#fiche_ut
{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 163px;
	left: 24px;
}

#fiche_back
{
	width: 133px;
	height: 20px;
	position: absolute;
	top: 158px;
	left: 594px;
}

#fiche_back_gall
{
	width: 163px;
	height: 20px;
	position: absolute;
	top: 158px;
	left: 578px;
	font-size: 2px;
}

#f_link_contact
{
	width: 152px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 566px;
}
#f_link_contact_off
{
	width: 162px;
	height: 19px;
	text-align: center;
	position: absolute;
	top: 58px;
	left: 559px;
	background-color:#540b14;
}

#f_link_voir
{
	width: 152px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 83px;
	left: 566px;
}

#f_link_voir_off
{
	width: 162px;
	height: 19px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 559px;
	background-color:#540b14;
}


#f_link_prop
{
	width: 152px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 105px;
	left: 566px;
}

#fiche_bottom
{
	position: relative;
	float: left;
	width: 740px;
	top: 7px;
	left: 3px;
}

#fiche_bottom_top
{
	position: relative;
	float: left;
	width: 100%;
	height: 3px;
	background: url('/_img/galerie_objet_bottom_line_top.jpg') no-repeat;
}

#fiche_bottom_contain
{
	position: relative;
	float: left;
	width: 100%;
	/*min-height: 200px;*/
	background: url('/_img/galerie_objet_bottom_line_repeat.jpg') repeat-y;
}

#fiche_bottom_bottom
{
	position: relative;
	top:0px;
	left:0;
	float: left;
	width: 100%;
	height: 12px;
	background: url('/_img/galerie_objet_bottom_line_bottom.jpg') no-repeat;
}

#fiche_bottom_txt
{
	position: relative;
	top: 40px;
	left: 26px;
	float: left;
	width: 368px;
	/*height: 351px;*/
	text-align: left;
}

#fiche_bottom_txt h1
{
	width: 340px;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 0px;
	left: 0px;
}

#fiche_bottom_txt p
{
	width: 320px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	position: relative;
	text-align: justify;
	top: 0px;
	left: 0px;
}

#fiche_bottom_img
{
	position: relative;
	float: left;
	width: 360px;
	height: 359px;
}

#fiche_bottom_img_big
{
	position: absolute;
	top: 14px;
	left: 18px;
	width: 330px;
	height: 247px;
	border: #A9011C solid 3px;
}

#fiche_bottom_img_small_1
{
	position: absolute;
	top: 272px;
	left: 18px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small_2
{
	position: absolute;
	top: 272px;
	left: 106px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small_3
{
	position: absolute;
	top: 272px;
	left: 192px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small_4
{
	position: absolute;
	top: 272px;
	left: 280px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small2_1
{
	position: absolute;
	top: 344px;
	left: 18px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small2_2
{
	position: absolute;
	top: 344px;
	left: 106px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small2_3
{
	position: absolute;
	top: 344px;
	left: 192px;
	border: #A9011C solid 1px;
}

#fiche_bottom_img_small2_4
{
	position: absolute;
	top: 344px;
	left: 280px;
	border: #A9011C solid 1px;
}

.fiche_bottom_item
{
	position: relative;
	top:0;
	left:0;
	width: 183px;
	height: 225px;
	float: left;
}

.fiche_bottom_item p
{
	width: 170px;
	text-align: center;
	position: absolute;
	font-size: 11px;
	font-family: arial;
	color: #fff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:188px;
	left:0px;
}

.fiche_item_img
{
	position: absolute;
	left: 19px;
	top: 14px;
	border: 2px solid #A9011C;
}


/*    fiche gallerie  */


#fiche_content_gal
{
	position: relative;
	float: left;
	width: 740px;
	height: 645px;
	text-align:left;
	color:#FFF;
	font-family:arial;
	background-image: url(/_img/gal_fond.jpg);
	background-repeat: no-repeat;
	top: 7px;
	left: 1px;
}

#fiche_content_gal a{
	color:#FFF;
	text-decoration:none;
}

#fiche_content_gal .big_image_gal
{
	border:1px solid #9a031b;
	position:absolute;
	top:26px;
	left:29px;
}

#fiche_content_gal .titre_gall{
	position:absolute;
	font-size:14px;
	top:33px;
	left:329px;
}

#fiche_content_gal .enter_gall{
	position:absolute;
	font-size:11px;
	font-weight:bold;
	top:32px;
	left:547px;
	width:170px;
	text-align:center;
}

#fiche_content_gal .enter_gall2{
	position:absolute;
	font-size:11px;
	font-weight:bold;
	top:575px;
	left:296px;
	width:179px;
	text-align:center;
}

#fiche_content_gal .return_gall{
	position:absolute;
	font-size:11px;
	top:577px;
	left:22px;
	width:50px;
	text-align:center;
}

#fiche_content_gal .desc_gall{ 
	position:absolute;
	font-size:11px;
	top:69px;
	left:329px;
	width:69px;
	text-align:left;
}

#fiche_content_gal .desc_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:390px;
	text-align:justify;
}

#fiche_content_gal .adresse_gall{ 
	position:absolute;
	font-size:11px;
	top:265px;
	left:19px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .adresse_gall .titre_type{ 
	position:relative;
	color:#cc7b00;
	font-family:;
	font-size:12px;
	margin-bottom:3px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .adresse_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .tel_gall{ 
	position:absolute;
	font-size:11px;
	top:265px;
	left:150px;
	width:140px;
	text-align:left;
}

#fiche_content_gal .tel_gall .titre_type{ 
	position:relative;
	color:#cc7b00;
	font-family:Arial;
	font-size:12px;
	margin-bottom:3px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .tel_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:140px;
	text-align:left;
}

#fiche_content_gal .horaire_gall{ 
	position:absolute;
	font-size:11px;
	top:265px;
	left:270px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .horaire_gall .titre_type{ 
	position:relative;
	color:#cc7b00;
	font-family:Arial;
	font-size:12px;
	margin-bottom:3px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .horaire_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:250px;
	text-align:left;
}

#fiche_content_gal .internet_gall{ 
	position:absolute;
	font-size:11px;
	top:265px;
	left:402px;
	width:160px;
	text-align:left;
}

#fiche_content_gal .internet_gall .titre_type{ 
	position:relative;
	color:#cc7b00;
	font-family:Arial;
	font-size:12px;
	margin-bottom:3px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#fiche_content_gal .internet_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:160px;
	text-align:left;
}
#fiche_content_gal .internet_gall a{ 
font-size:11px;
}
#fiche_content_gal .contact_gall{ 
	position:absolute;
	font-size:11px;
	top:267px;
	left:571px;
	width:162px;
	height:21px;
	margin-top:1px;
	text-align:center;
}

#fiche_content_gal .contact_gal_off{ 
	position:absolute;
	font-size:11px;
	background-color:#930019;
	top:265px;
	left:571px;
	width:162px;
	height:21px;
	margin-top:1px;
	text-align:center;
}

#fiche_content_gal .site_gall{ 
	position:absolute;
	font-size:11px;
	top:289px;
	left:571px;
	width:162px;
	height:21px;
	margin-top:1px;
	text-align:center;
}

#fiche_content_gal .site_gal_off{ 
	position:absolute;
	font-size:11px;
	background-color:#930019;
	top:287px;
	left:571px;
	width:162px;
	height:21px;
	margin-top:1px;
	text-align:center;
}

#fiche_content_gal .pro_gall{ 
	position:absolute;
	font-size:11px;
	top:312px;
	left:571px;
	width:162px;
	height:21px;
	margin-top:1px;
	text-align:center;
}

#fiche_content_gal .titre_actualite_gall{ 
	position:absolute;
	font-size:14px;
	top:358px;
	left:17px;
	width:462px;
	height:21px;
	margin-top:1px;
	text-align:left;
}

#fiche_content_gal .actu_gall{ 
	position:absolute;
	font-size:11px;
	top:391px;
	left:17px;
	width:69px;
	text-align:left;
}

#fiche_content_gal .actu_gall p{ 
	position:relative;
	font-size:11px;
	top:0px;
	left:0px;
	width:449px;
	text-align:justify;
}

#fiche_content_gal .liste_photo{ 
	position:absolute;
	font-size:11px;
	top:358px;
	left:503px;
	text-align:left;
}

#fiche_content_gal .liste_photo img{ 
	margin-right:4px;
	margin-bottom:4px;
}

/* Liste gallerie */

#gall_top
{
	position: relative;
	float: left;
	width: 740px;
	height: 121px;
	background: url('/_img/liste_antiquaire_top.jpg') no-repeat;
}

#gall_top_titre
{
	position: absolute;
	top: 5px;
	left: 23px;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

#speci
{
	width: 158px;
	height: 19px;
	position: absolute;
	left: 23px;
	top: 63px;
}

#lab_speci
{
	position: absolute;
	left: 23px;
	top: 38px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
}

#date
{
	width: 158px;
	height: 19px;
	position: absolute;
	left: 201px;
	top: 63px;
}

#lab_date
{
	position: absolute;
	left: 201px;
	top: 38px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
}

#epoq
{
	width: 158px;
	height: 19px;
	position: absolute;
	left: 387px;
	top: 63px;
}

#lab_epoq
{
	position: absolute;
	left: 387px;
	top: 38px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
}

#vign
{
	width: 158px;
	height: 19px;
	position: absolute;
	left: 570px;
	top: 63px;
}

#lab_vign
{
	position: absolute;
	left: 570px;
	top: 38px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
}

#gall_liste
{
	position: relative;
	float: left;
	width: 100%;

}

#gall_list_top
{
	position: relative;
	width: 100%;
	height: 35px;
	background: url('/_img/liste_antiquaire_bottom_top.jpg') no-repeat;
}

#gall_list_top p
{
	text-align: left;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	position: absolute;
	left: 16px;
	top: 9px;
}

.gall_list_content
{
	position: relative;
	float: left;
	width: 100%;
	height: 124px;
	background: url('/_img/liste_antiquaire_bottom_item.jpg') no-repeat;
}

#gall_list_bottom
{
	position: relative;
	float: left;
	width: 100%;
	height: 89px;
	background: url('/_img/liste_antiquaire_bottom_bottom.jpg') no-repeat;
}

.gall_list_img
{
	position: absolute;
	left: 18px;
	top: 11px;
	border: solid 3px #6c0303;
}

.gall_list_titre
{
	position: absolute;
	left: 162px;
	top: 8px;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

.content_infos_gall {
	width:444px;
	position:absolute;
	top:33px;
	left:162px;
	text-align:left;
	height:80px;
	overflow:hidden;
	line-height:16px;
}

.content_infos_gall2 {
	width:444px;
	position:absolute;
	top:33px;
	left:162px;
	height:72px;
	overflow:hidden;
}

.gall_list_speci
{
	width: 444px;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	font-weight:normal;
	position: relative;
	left: 0px;
	top: 0px;
}

.gall_list_speci .description_objet p {
	position:relative;
	top:0;
	left:0;
}

.gall_list_speci h1{
	color: #cc7b00;
	font-size: 12px;
	float:left;
	display:inline;
	font-family: arial;
}

.gall_list_speci p{
	color: #fff;
	float:left;
	display:inline;
	font-size: 11px;
	font-family: arial;
	font-weight:normal;
}

.gall_list_epoq
{
	width: 444px;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	font-weight:normal;
	position: relative;
	left: 0px;
	top: 0px;
}

.gall_list_epoq h1{
	color: #cc7b00;
	font-size: 12px;
	float:left;
	font-family: arial;
}

.gall_list_epoq p{
	color: #fff;
	font-size: 11px;
	font-family: arial;
	text-align:left;
	float:left;
	font-weight:normal;
}

.gall_list_epoq_a_1
{
	color: #fff;
	font-size: 11px;
	font-family: arial;
	width: 84px;
	height: 17px;
	text-decoration: none;
	position: absolute;
	left: 630px;
	top: 62px;
}

.gall_list_epoq_a_1_off
{
	color: #fff;
	font-size: 11px;
	font-family: arial;
	width: 84px;
	height: 19px;
	text-decoration: none;
	position: absolute;
	background-color:#930019;
	left: 630px;
	top: 60px;
}

.gall_list_epoq_a_2
{
	color: #fff;
	font-size: 11px;
	font-family: arial;
	width: 86px;
	height: 17px;
	text-decoration: none;
	position: absolute;
	left: 627px;
	top: 84px;
}

.gall_list_epoq_a_2_off
{
	color: #fff;
	font-size: 11px;
	font-family: arial;
	width: 89px;
	height: 19px;
	text-decoration: none;
	position: absolute;
	left: 627px;
	top: 82px;
	background-color:#94001A;
}


#animation_content
{
	border: 0;
	width: 689px;
	height: 206px;
	position: absolute;
	left: 25px;
	overflow:hidden;
	top: 28px
}

#animation_content img{
	position:absolute;
	top:0;
	left:0;
	display:block;
	border:none;

}

#flash_effeil{
	position:absolute;
	z-index:5000;
	left:-4px;
	top:2px;
	width:200px;
	height:147px;
}

#flash_pub{
	position:relative;
	z-index:5000;
	left:0px;
	top:0px;
	width:170px;
	height:254px;
	margin-top:38px;
}

.news_letter_alert{
	background-color:#540b14;
	border:1px solid #b1001d;
	width:291px;
	height:155px;
	z-index:5001;
	position:absolute;
	top:400px;
	left:400px;
}

.pro_alert{
	background-color:#540b14;
	border:1px solid #b1001d;
	width:291px;
	height:155px;
	z-index:5001;
	position:absolute;
	top:180px;
	left:200px;
}

.pro_alert .titre {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:180px;
	position:relative;
	top:8px;
	left:3px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family:Arial;
}


/*   newsletter alert */

#my_alert{
	display:none;
}

#my_alert2{
	display:none;
}

.news_letter_alert .titre {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:100px;
	position:relative;
	top:8px;
	left:3px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family:Arial;
}


.body {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:200px;
	height:80px;
	position:relative;
	left:0px;
	top:30px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family:Arial;
}

.btn {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:84px;
	height:22px;
	position:relative;
	top:8px;
	left:5px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family:Arial;
	background:url('/_img/bouton_ok.jpg') no-repeat;
}

/*   page proposé un objet */

.pro_content_form {
	border:0;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	top:0px;
	left:0;
	text-align:left;
	height:530px;
}

.pro_content_form p {
	margin:0;
	padding:0;
	margin-top:5px;
	position:relative;
	top:5px;
	left:0;
	height:20px;
	color:#FFF;
	text-align:left;
	border:none;
}

.pro_label {
	width:360px;
	text-align:right;
	display:inline;
}

.pro_content_form input,textarea {
	position:absolute;
	left:130px;
	height:20px;
}

.pro_content_form textarea {
	height:150px;
	width:490px;
}

.pro_submit {
	border:none;
	height:22px;
	width:84px;
	color:#FFF;
	line-height:10px;
	font-size:12px;
	font-family:Arial;
	padding:0;
	margin:0;
	background:url('/_img/pro_btn.jpg') no-repeat;
}

.pro_titre_upload {
	position:absolute;
	top:0px;
	left:400px;
	color:#FFF;
	z-index:5000;
}

.pro_liste_photo {
	position:relative;
	top:130px;
	left:400px;
	width:200px;
}

.pro_liste_photo p{
	text-align:left;
	color:#FFF;
}

.pro_content_form #input_photo {
	position:relative;
	float:left;
	top:-180px;
	left:200px;
}

.pro_content_form #input_photo input{
	height:24px;
}

.pro_content_form .pro_photo_1 {
	position:relative;
	top:0px;
	border:0;
	height:22px;
}

.pro_content_form .pro_photo_2 {
	position:relative;
	top:0px;
	border:0;
}

.pro_content_form .pro_photo_3 {
	position:relative;
	top:0px;
	border:0;
}


#objets_titre_gal{
	position:absolute;
	top:22px;
	left:603px;
	font-size:18px;
	line-height:18px;
	height:14px;
	width:130px;
	color:#FFF;
	text-align:center;
}

#gall_list_top #liste_alpha{
	position:absolute;
	top:12;
	left:410px;
}

.membre_alpha{
	float:left;
	color:#fff;
	position:relative;
	cursor:pointer;
	top:7px;
	left:300px;
	font-weight:bold;
}

.membre_alpha:hover{
	color:#cc7b00;
}

.membre_alpha2{
	float:left;
	color:#cc7b00;
	position:relative;
	top:7px;
	left:300px;
	font-weight:bold;
}

#pagination{
	position:relative;
	top:10px;
	right:10px;
	font-size:15px;
	font-family:arial;
	text-align:right;
	margin-right:10px;
}

#pagination a{
text-align:right;
font-size:15px;
	font-family:arial;
}

.hidden {
  display: none;
}

#fiche_next{
	position:absolute;
	top:15px;
	left:637px;
	width:97px;
	height:35px;
	text-align:center;
	background:url('/_img/btn_fiche_move.jpg') no-repeat;
}

#fiche_prev{
	/*position:absolute;
	top:370px;
	left:15px;*/
	position:absolute;
	top:15px;
	left:5px;
	width:97px;
	height:35px;
	text-align:center;
	background:url('/_img/btn_fiche_move.jpg') no-repeat;
}

.move_text{
	position:relative;
	top:10px;
	left:0;
	color:#FFF;
	cursor:pointer;
}

.description_liens p {
position:relative;
top:0;
left:20px;
text-indent:0;
text-align:left;
}

#champ_checkbox{
width:100%;
position:relative;
top:0;
left:0;
}
.list_gal_pro{
float:left;
position:relative;
top:3px;
left:0;
width:350px;
height:20px;
color:#FFF;
font-family:arial;
font-size:14px;
}
.list_gal_pro .list_gal_pro_check {
position:absolute;
top:0;
left:250px;
}

#partenaire
{
	/*position: relative;*/
	
	float: left;
	width: 740px;
	/*height: 645px;*/
	text-align:left;
	color:#FFF;
	font-family:arial;
	padding-left:4px;
	/*top: 7px;
	left: 1px;*/
}

#partenaire_desc{
	width:740px;
	float:left;
}

#partenaire_desc_top{
	float:left;
	width:739px;
	height:16px;
	margin-bottom:-2px;
	background-image: url(/_img/bg_top_partenaire.jpg);
	background-repeat: no-repeat;
}
#partenaire_desc_center{
float:left;
	width:739px;
	background-image: url(/_img/bg_center_partenaire.jpg);
	background-repeat: repeat-y;
}

#partenaire_desc_bottom{
	float:left;
	width:739px;
	height:15px;
	margin-bottom:-2px;
	background-image: url(/_img/bg_bottom_partenaire.jpg);
	background-repeat: no-repeat;
}

#content_desc_partenaire{
	float:left;
	width:709px;
	margin-left:9px;
	background-image: url(/_img/bg_content_partenaire.jpg);
	background-repeat: repeat-y;
}

#partenaire_tel{
	float:left;
	width:732px;
	height:84px;
	background-image: url(/_img/bg_adre.jpg);
	background-repeat: no-repeat;
	margin-top:-4px;
	
}

#img_partenaire{
	width:290px;
	float:left;
	height:99%;
	background-color:#9b031c;
}

#desc_txt_partenaire{
	width:410px;
	float:left;
	padding:3px;
}

#title_partenaire{
	border-bottom:1px solid #9e7479;
	font-family:arial;
}

#txt_partenaire{
	text-align:left;
	font-size:11px;
	font-family:arial;
	margin-top:3px;
}

#img_logo{
	width:120px;
	height:100px;
	float:right;
	margin-top:3px;
}

.adresse_part{
	width:auto;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

.titre_part{
	position:relative;
	color:#cc7b00;
	font-family:;
	font-size:12px;
	margin-bottom:3px;
	top:0px;
	left:0px;
	width:130px;
	text-align:left;
}

#retour_btn{
	float:left;
	margin-top:10px;
	width:73px;
	height:35px;
	background-image: url(/_img/btn_retour.jpg);
	background-repeat: no-repeat;
}

#voir_contact_part{
	float:left;
	width:158px;
	height:19px;
	background-image: url(/_img/btn_contact_part.jpg);
	background-repeat: no-repeat;
	margin-left:80px;
	margin-top:10px;
	padding-top:2px;
	text-align:center;
}
#voir_site_part{
	float:left;
	width:158px;
	height:19px;
	background-image: url(/_img/btn_site_part.jpg);
	background-repeat: no-repeat;
	margin-left:80px;
	padding-top:2px;
	text-align:center;
}
