/* CSS Document */
html, body {
	margin: 0;
	padding:0;
	width: 100%;
	height:100%;
	}
body {
	background:#666666 url(../images/back-ombre.jpg) no-repeat center center;		
	}
#table1 {
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
	}
#table2 {
	width: 875px;
	height:500px;
	margin: 0 auto;
	padding:0;
	position:relative;
	}
#conteneur {
	width: 875px;
	height:500px;
	margin: 0 auto;
	padding:0;
	position: relative;
}
#content{
	width: 875px;
	padding:0;
	display:block;
	height: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo{
	width:219px;
	height:120px;
	background:url(../images/logoIndex.png) no-repeat center bottom;
	display:block;
	/*hack IE6*/
	_background: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/logoIndex.png');
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#barbier-SDME{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 865px;
	height: 490px;
	cursor:pointer;
	text-decoration: none;
}
/*********************************Styles************************************************************/
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	padding: 10px;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#960a1a;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
	text-align: justify;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px 0 10px 0;
	margin: 20px 0 10px 25px;
}
/*********************************Menu************************************************************/
#menu{
	margin:0 auto;
	padding:0;
	height:auto;
	display:block;
	width:200px;
}
#menu ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	width:200px;
	display:block;
}
#menu li{
	display:block;
	margin:0;
	padding:0;
	width:100px;
	float:left;
}
#menu li a{
	width:90px;
	height:30px;
	display: block;
}
#menu li.entreprise a{
	float:left;
	background:url(../images/entreprise-rollout.png) no-repeat left top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/entreprise-rollout.png');
	_cursor:pointer;
}
#menu li.entreprise a:hover{
	float:left;
	background:url(../images/entreprise-rollover.png) no-repeat left top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/entreprise-rollover.png');
}
#menu li.showroom a {
	float:right;
	background:url(../images/showroom-rollout.png) no-repeat right top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/showroom-rollout.png');
	_cursor:pointer;
}
#menu li.showroom a:hover {
	float:right;
	background:url(../images/showroom-rollover.png) no-repeat right top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='./images/showroom-rollover.png');
}
.invisible{
	display:none;
	visibility:hidden;
	}
/*********************************Baseline************************************************************/
#baseline{
	position:absolute;
	bottom:5px;
	right:10px;
}
#baseline p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	margin:0;
	padding:0;
}
#baseline p a{
	color:#AAAAAA;
	text-decoration:none;
}
#baseline p a:hover{
	color:#960a1a;
	text-decoration:none;
}

