body {
	color: #fff;
	background: #333 url(../img/background-page.gif) repeat;
}

#header {
	
}

#layout {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font: normal .8em/1.3em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#logo {
	width: 300px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/logo-top.png);
}

#left_lyon {
	width: 170px;
	height: 300px;
	background-image: url(../img/lyon-left.png);
	float: left;
}

#center_stage {
	width: 510px;
	height: 300px;
	background-color: #000;
	float: left;
}

#center_stage h1 {
	color: #f30;
	font-size: 7em;
	font-weight: bold;
	text-align: center;
	margin-top: 125px;
}

#right_lyon {
	width: 170px;
	height: 300px;
	background-image: url(../img/lyon-right.png);
	float: left;
}

#introduction {
	width: 243px;
	height: 300px;
	float: left;
	margin-top: 50px;
	padding: 20px;
	background-image: url(../img/background-transp25.png);
	margin-bottom: 50px;
}

#introduction h1 {
	font-size: 1.5em;
	padding-bottom: 20px;
	color: #f30;
	margin-left: 10px;
}

#introduction p {
	padding-bottom: 10px;
	margin-left: 10px;
}

#introduction p em {
	font-style: italic;
}

#introduction h2 {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 1.3em;
	color: #f30;
}

#introduction p.tel {
	color: #f30;
	font-size: 1em;
}

#services_teaser {
	width: 243px;
	height: 300px;
	float: left;
	margin-top: 50px;
	padding: 20px;
	background-image: url(../img/background-transp25.png);
	margin-bottom: 50px;
}

#services_teaser h1 {
	font-size: 1.5em;
	padding-bottom: 20px;
	color: #cc3;
	margin-left: 10px;
}

#services_teaser p {
	font-size: .9em;
	margin-bottom: 7px;
	margin-left: 10px;
}

#services_teaser p em {
	font-style: italic;
}

#clients_teaser {
	width: 244px;
	height: 300px;
	float: left;
	padding: 20px;
	margin-top: 50px;
	background: url(../img/background-transp25.png) repeat;
	margin-bottom: 50px;
}

#clients_teaser p a {
	text-decoration: none;
	color: #393;
}

#clients_teaser p a:hover {
	border-bottom: 1px dotted #393;
}

#clients_teaser h1 {
	font-size: 1.5em;
	padding-bottom: 20px;
	color: #393;
	margin-left: 10px;
}

#clients_teaser p {
	margin-left: 10px;
}

#footer {
	width: 100%;
	height: 150px;
	background-color: #f30;
	clear: both;
}

#footer_content {
	width: 850px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}