body {margin:0; background-color: #f6f6f6;}
img {border:0;}
form, table {margin:0; padding:0;}

.cache {display: none;}

#particuliers ul {margin-top:5px; padding-left:15px; margin-left:0;}
#entreprises ul, #entreprises li {margin-top:15px; padding-left:15px; margin-left:0;}
			
.particuliers a {background-image:url(img/splash/particuliers-off.jpg); background-repeat:no-repeat; width:456px; height:45px; display:block;}
.particuliers a:hover {background-image:url(img/splash/particuliers-over.jpg); background-repeat:no-repeat; width:456px; height:45px; display:block;}

.entreprises a {background-image:url(img/splash/entreprises-off.jpg); background-repeat:no-repeat; width:456px; height:45px; display:block;}
.entreprises a:hover {background-image:url(img/splash/entreprises-over.jpg); background-repeat:no-repeat; width:456px; height:45px; display:block;}

#container-splash {
	position: absolute; 
	top: 50%;
	left: 50%; 
	height: 514px;
	margin-top: -325px; 
	width: 779px;
	margin-left: -385px;
	background-color: #FFF;
	font:11px arial, verdana sans-serif;
	border:1px solid #7c8086;
	padding:2px;
}

#container-splash #bordure {
	height: 512px;
	width: 777px;
	background-color: #FFF;
	border:1px solid #ededed;
}

#site {
	position: absolute; 
	left: 50%; 
	height: 100%; 
	width: 776px;
	margin-left: -385px;
	padding-bottom:85px;
}

#site #logo #left {
	padding:15px 0;
}

#site #logo #right {
	padding-bottom:30px;
	margin-left:-48px;
}

#site #container {
	position: absolute; 
	width: 776px;
	background-color: #FFF;
	font:11px arial, verdana sans-serif;
	border:1px solid #7c8086;
	padding:2px;
}

#site #container #bordure {
	height:100%;
	_width:776px;
	background-color: #FFF;
	border:1px solid #ededed;
	padding:0 25px 30px 25px;
}

#site #container #footer {
	background-color:#ededed;
	width:776px;
	padding:13px 0 10px 0;
	text-align:center;
}

.titre {font:bold 24px arial; color:#dc251e;}
