html, body{
	background:#fff url(images/tileFond2.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align: center;
}

table{
	margin:0 auto;
	text-align:left;
}

input{
	*height:21px;
}
		
a img, img{
	border:none;
	margin:0;
	padding:0;
}

ul, ol{
	margin:0;
	padding:0;
}


#flash{
	background:url(images/fond.jpg) no-repeat;
	width:1000px;
	margin:0 auto;
}

#global{
	width:1000px;
	margin:0 auto;
	text-align: left;
	background:url(images/fond.jpg) center top no-repeat;
}

#content{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:547px;
}


/***********************************
  Header
***********************************/
/*
#header{
	height:129px;
	overflow:hidden;
	position:absolute;
	z-index:50;
}

#header_espace_pro{
	background:url(images/header_pro_01.jpg) no-repeat;
}

form#form_pro{
	position:relative;
	margin:0;
	padding:0;
	height:32px;
}

input#pro_email, input#pro_password{
	position:relative;
	margin:0;
	padding:0;
	height:16px;
	width:84px;
	top:2px !important;
	*top:-2px;
	border:0;
	background-color:transparent;
}

input#pro_email{
	right:128px;
}

input#pro_password{
	right:18px;
}

#form_pro input#submit_pro{
	width:40px;
	height:27px;
	background:url(images/header_pro_bt_ok.jpg) no-repeat;
	border:none;
	margin:0;
}

#form_pro a:hover input#submit_pro{
	background:url(images/header_pro_bt_ok.jpg) no-repeat;
	cursor:pointer;
}

*/
/***********************************
  Bootom Menu
***********************************/

#bottomMenu{
	width:1000px;
	height:113px;
	padding:0;
	margin:0 auto;
	background-color:#FFF;
}

#bottomMenu ul{
	padding:0 64px;
}

#bottomMenu ul li{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#bottomMenu ul li a{
	display:block;
	height:113px;
	font-size:12px;
	text-decoration:none;
	line-height:113px;
	text-indent:-300px;
	overflow:hidden;
}

#bottomMenu #bt1{ width:109px; background:url(images/menu_bt_weigerdingtv.jpg) top no-repeat; }
#bottomMenu #bt2{ width:144px; background:url(images/menu_bt_showroom.jpg) top no-repeat; }
#bottomMenu #bt3{ width:114px; background:url(images/menu_bt_client.jpg) top no-repeat; }
#bottomMenu #bt4{ width:130px; background:url(images/menu_bt_finance.jpg) top no-repeat; }
#bottomMenu #bt5{ width:106px; background:url(images/menu_bt_pro.jpg) top no-repeat; }
#bottomMenu #bt6{ width:136px; background:url(images/menu_bt_pose.jpg) top no-repeat; }
#bottomMenu #bt7{ width:132px; background:url(images/menu_bt_maison.jpg) top no-repeat; }

#bottomMenu #bt1:hover, #bottomMenu #bt1.selected{ background:url(images/menu_bt_weigerdingtv.jpg) bottom no-repeat; }
#bottomMenu #bt2:hover, #bottomMenu #bt2.selected{ background:url(images/menu_bt_showroom.jpg) bottom no-repeat; }
#bottomMenu #bt3:hover, #bottomMenu #bt3.selected{ background:url(images/menu_bt_client.jpg) bottom no-repeat; }
#bottomMenu #bt4:hover, #bottomMenu #bt4.selected{ background:url(images/menu_bt_finance.jpg) bottom no-repeat; }
#bottomMenu #bt5:hover, #bottomMenu #bt5.selected{ background:url(images/menu_bt_pro.jpg) bottom no-repeat; }
#bottomMenu #bt6:hover, #bottomMenu #bt6.selected{ background:url(images/menu_bt_pose.jpg) bottom no-repeat; }
#bottomMenu #bt7:hover, #bottomMenu #bt7.selected{ background:url(images/menu_bt_maison.jpg) bottom no-repeat; }


/***********************************
  Footer
***********************************/
	
#footer-liens{
	height:30px;
	margin:10px auto;
	color:#4FBC00;
}
	
#footer-liens p{
	margin:0;
}
	
div.footer input, div.footer p{
	float:left;
}

#footer{
	position:absolute;
	top:494px;
	z-index:51;
	height:211px;
	margin:0 auto;
	color: #4FBC00;
	font-size:12px;
	background:url(images/footer.png) top no-repeat;
}

#footer-header{
	height:25px;
	text-align:center;
	padding-top:25px;
}
		
#footer li{
	float:left;
}

#footer-ville{
	margin:0 auto;
	padding:0 28px;
	background-color:#FFF;
}

ul#ville{
	font-size:13px;
	margin:10px 20px;
}
		
ul#ville li{
	padding:10px 22px;
	margin:0;
	/*list-style-image:url(images/puce-footer.gif);*/
	list-style-type: none;
	background:url(images/puce-footer.gif) 0 13px no-repeat;
}

ul#liens li{
	padding:0;
	margin:10px 72px;
	list-style:none;
}

li#trouver_pro{
	float:right;
}

#footer a{
	color: #4FBC00;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


#partenaire{
	height:56px;
	line-height:56px;
	background:url(images/partenaire.jpg) no-repeat top right;
	font-size:14px;
}

#email{
	position:relative;
	top:-1px;
	width:156px !important;
	*width:166px;
	height:21px;
	padding:2px 5px;
	border:0px;
	background:url(images/input_text_news.jpg) no-repeat;
};

#bt_ok{
	height:20px;
	top:-10px !important;
	*top:-5px;
}

#form_news input#submit_news{
	width:46px;
	height:20px;
	background:url(images/bt_ok_news.jpg) no-repeat;
	border:none;
	margin:0;
}

#form_news a:hover input#submit_news{
	background:url(images/bt_ok_news.jpg) no-repeat;
	cursor:pointer;
}





.alignLeft{ text-align:left; }
.alignCenter{ text-align:center; }
.alignRight{ text-align:right; }


.clear{
	clear:both;
	margin:0;
	padding:0;
}

.erreur{
	font-size:10px;
	color:#DF0033;
}