@charset "iso-8859-1";
/* CSS Document */

body {
	background:#b21700 url(../img/bck_splah.png) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	}
#global {
	width:800px;
	margin:0 auto;
	}
#logo_splash {
	width:389px;
	height:147px;
	background:url(../img/logo_splash.png) no-repeat 0 0;
	margin: 141px auto 0;
	}
#container {
	width:530px;
	margin:15px auto;
	}
#entreprises {
	float:left;
	background:url(../img/entreprises.png) no-repeat 0 0;
	padding:67px 0 0 0;
	margin:0;
	width:246px;
	height:42px;
	text-align:center;
	}
#particuliers {
	float:right;
	background:url(../img/particuliers.png) no-repeat 0 0;
	padding:67px 0 0 0;
	margin:0;
	width:246px;
	height:42px;
	text-align:center;
	}
a:link, a:visited {
	color:#b81801;
	text-decoration:none;
	}
a:hover {
	color:#d7ae09;
	text-decoration:underline;
	}
.spacer {
	margin:0;
	padding:0px 10px 0px 10px;
	font-size:14px;
	color:#f7edc9;
	}
h1 {
	color:#d7ae09;
	text-align:center;
	}
p {
	text-align:center;
	}
a:link.back, a:visited.back {
	color:#d7ae09;
	text-decoration:none;
	}
a:hover.back {
	color:#FFF;
	text-decoration:underline;
	}