* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
body {
	background-color: #70b2c9;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
#inner {
	background-color: #fff;
}
#outer{
	background-image: url("img/shadow.png");
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	min-height: 100%;
}
#inner {
	width: 870px;
	margin: 0 auto;
}
.menu {
	height: 45px;
	line-height: 45px;
	width: 100%;
	background-color: #eaeaea;
}
.menu li {
	display: inline-block;
	display: inline-block;
	float: left;
	height: 45px;
	width: 25%;
	text-align: center;
}
.menu li a {
	color: #2e2e2e;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.menu li.on a {
	color: #1079b8;
}
.header {
	background: url("img/header.png") no-repeat;
	height: 350px;
	position: relative;
}
.header .flrh {
	background: url("img/logo.png") no-repeat;
	width: 221px;
	height: 330px;
	position: relative;
}
.header .flrh div,
.header .flrh a {
	color: #fff;
	position: absolute;
	left: 10px;
	display: block;
	font-weight: 500;
	font-size: 15px;
	width: 170px;
}
.header .flrh .title {
	bottom: 45px;
}
.header .flrh .mail {
	bottom: 25px;
}
.header .flrh .phone {
	bottom: 5px;
}
.header .bg {
	background: url("img/home.png");
	width: 646px;
	height: 262px;
	position: absolute;
	top: 0;
	right: 0;
}
.header .bd {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: #fff;

	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	-ms-filter:"alpha(opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
	opacity:0.3;
	zoom: 1;/* HACK POUR IE */
}
#outer.methodologie .header .bg {
	background: url("img/methodologie.png");
}
#outer.competences .header .bg {
	background: url("img/competences.png");
}
#outer.contact .header .bg {
	background: url("img/contact.png");
}
h1 {
	color: #2e2e2e;
	position: relative;
	top: -17px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -1px;
}
h2 {
	color: #1079b8;
	font-size: 16px;
	position: relative;
	top: -15px;
	letter-spacing: -1px;
	font-weight: 600;
}
p {
	color: #5F5F5F;
	margin-bottom: 10px;
}
p + ul {
	margin-top: -10px;
}
.page {
	padding: 0 10px;
	text-align: justify;
}
.page li {
	color: #5F5F5F;
	list-style-type: disc;
	margin-left: 50px;
}
#words {
	width: 648px;
	height: 88px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#words span {
	position: absolute;
	width: 190px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
#words .item0,
#words .item3,
#words .item4{
	color: #2e2e2e;
}
#words .item1,
#words .item2,
#words .item5{
	color: #fff;
}
#words .item0 {
	top: 15px;
	left: 10px;
}
#words .item1 {
	bottom: 10px;
	left: 20px;
}
#words .item2 {
	top: 0;
	left: 210px;
}
#words .item3 {
	bottom: 14px;
	left: 220px;
}
#words .item4 {
	top: 20px;
	right: 45px;
}
#words .item5 {
	bottom: 5px;
	right: 25px;
}
.footer {
	text-align: center;
	color: #6a6a6a;
}
.footer span {
	font-size: 12px;
}
.footer a {
	color: inherit;
	font-size: 12px;
}
.methodologie .page .titles {
	height: 130px;
	overflow: hidden;
	width: 582px;
	margin: 0 auto;
}
.methodologie .page .titles > div {
	width: 130px;
	height: 130px;
	background: url("img/ball-off.png");
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
}
.methodologie .page .titles > div.on {
	background: url("img/ball-on.png");
}
.methodologie .page .titles .title {
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 26px;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
}
.methodologie .page .titles .nbr {
	color: #6e6f71;
	position: absolute;
	bottom: 27px;
	right: 38px;
	font-size: 15px;
	font-weight: bold;
}
.methodologie .page .bodies {
	position: relative;
	height: 125px;
}
.methodologie .page .bodies > div {
	position: absolute;
	top: 0;
	left: 0;
}
.contact .maps {
	height: 335px;
	background-color: #fff;
	position: relative;
	top: -12px;
}
.contact .maps .item {
	width: 280px;
	height: 130px;
	cursor: pointer;
	position: relative;
}
.contact .maps .item .img {
	position: absolute;
	top: 22px;
	right: 20px;
	background: url("img/cigale.png");
	width: 90px;
	height: 95px;
}
.contact .maps .item.on {
	background: #f4f5f5; /* Old browsers */
	background: -moz-linear-gradient(left,  #f4f5f5 0%, #c5c4c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4f5f5), color-stop(100%,#c5c4c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f4f5f5 0%,#c5c4c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f4f5f5 0%,#c5c4c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f4f5f5 0%,#c5c4c5 100%); /* IE10+ */
	background: linear-gradient(to right,  #f4f5f5 0%,#c5c4c5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#c5c4c5',GradientType=1 ); /* IE6-9 */
}
.contact .maps .item span,
.contact .maps .item a {
	color: #5F5F5F;
}
.contact .maps .item a,
.contact .maps .item span {
	font-size: 14px;
}
.contact .maps .item span.title {
	color: #1079b8;
	font-size: 16px;
	font-weight: bold;
}
.contact .maps .item span.subtitle {
	color: #1079b8;
	font-size: 16px;
}
.contact .maps .right {
	background-color: #c5c4c5;
	position: absolute;
	top:0;
	right:0;
	width: 590px;
	height: 330px;
}
.contact .maps .map {
	height: 310px;
	width: 570px;
	position: relative;
	top: 10px;
	left: 10px;
}
#outer.competences .list {
	min-height: 660px;
	position: relative;
}
#outer.competences .list .right {
	position: absolute;
	top: 0;
	right: 0;
}
#outer.competences .list .item {
	width: 435px;
	position: relative;
	height: 125px;
}
#outer.competences .list strong {
	color: #1079b8;
	font-size: 16px;
	display: block;
	border-bottom: 1px dotted #6a6a6a;
	width: 270px;
}
#outer.competences .list strong span {
	background-color: #fff;
	position: relative;
	top: 3px;
	padding-right: 3px;
	letter-spacing: -1px;
}
#outer.competences .list img {
	width: 120px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #6f7072;
	position: absolute;
	top: 30px;
	left: 5px;
}
#outer.competences .list .item p {
	margin-left: 140px;
	padding: 10px 0;
}
#outer.competences .list .item.ln2 p {
	padding-top: 33px;
}
#outer.competences .list .item.ln3 p {
	padding-top: 27px;
}
#outer.competences .list .item.ln4 p {
	padding-top: 18px;
}
#outer.competences .list .item.ln5 p {
	padding-top: 8px;
}
#outer.mentions h1{
	top: 0;
}
#outer.mentions .page{
	padding-top: 20px;
}
#outer.mentions h2{
	top: 0;
	margin-top: 10px;
}
#outer.mentions p {
	margin-top: 10px;
}