body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	font-family:arial;
}

div#container {
	position: relative;
	min-height: 100%;
}

div#header {
	width: 100%;
	height: 235px;
	text-align: center;
	top: 0;
	position: relative;
}

	div.anim {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	div#header div.bg {
		width: 100%;
		position: absolute;
		z-index: 1;
	}

	div.logo {
		margin-left: 30px;
		margin-top: 80px;
		position: absolute;
	}

	div.quote table tr td {
		display: table-cell;
		vertical-align: middle;
		width: 935px;
		height: 235px;
		padding-left: 345px;
		/*font-family: Helvetica, Verdana, Arial;*/
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	span.numero{
		font-size:34px;
		line-height: 75px;
	}
		span.citation {
			font-family: Verdana, Arial, Helvetica;
			font-variant: small-caps;
			font-size: 13px;
		}
	
	div#header div.content, div#header div.content div.center {
		height: 235px;
	}

div.content {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 2;
}

div.content div.center {
	width: 935px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}

div#main {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}

	div#main div#menu {
		position: relative;
		height: 35px;
	}
		div#main div#menu div#ligne {
			width: 100%;
			height: 5px;
			border-bottom: 1px solid #999;
		}
		div.menu_highlight {
			width: 65px;
			height: 5px!important;
			font-size:1px;
			background-color: #000;
			position: absolute;
			left: 2px;
			margin-left: 245px;
		}

		div#menu ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			margin-top: 11px;
			margin-left: 245px;
		}
		div#menu ul li:first-child {
			padding-left:0px!important;
			margin-left:0px!important;
		}
		div#menu ul li {
			float: left;
			padding-left: 11px;
			padding-right: 11px;
			color: #999;
			font-size: 16px;
		}
		div#menu ul li a {
			color: #999;
			text-decoration: none;
			font-size: 16px;
		}
		div#menu ul li.follow {
			padding-left:70px;
		}
	
	div#main div#texte {
		position: relative;
		margin-top: 40px;
	}
	div#main div#texte div.marge {
		margin-left: 245px;
		text-align: justify;
		/*font-family: 'Yanone Kaffeesatz';*/
		font-weight: 200;
	}

	div#main div#texte div.accueil {
		//font-size: 20px;
		color: #666;
		//line-height: 33px;
	}
	div#main div#texte div.greffiere, div#main div#texte div.services {
		color: #666;
	}
	div#main div#texte div.accueil span.highlight {
		font-size: 35px;
	}

	div#main div#texte div.melahaye {
		font-size: 20px;
		color: #666;
		line-height: 33px;
	}
	div#main div#texte div.melahaye span.highlight {
		font-size: 35px;
	}

	img#photomf {
		border: solid 3px #3399ff;
	}

	div#main div#texte div.honoraires {
		font-size: 20px;
		color: #666;
		line-height: 33px;
	}
	div#main div#texte div.honoraires span.highlight {
		font-size: 35px;
	}
	div#main div#texte div.faits {
		font-size: 20px;
		color: #666;
		line-height: 33px;
	}
	div#main div#texte div.faits span.highlight {
		font-size: 35px;
	}
	div#main div#texte div.contact {
		//font-size: 20px;
		color: #666;
		//line-height: 25px;
	}
	div#main div#texte div.contact span.highlight {
		//font-size: 35px;
		font-size: 25px;
	}

.highlight {
	color: #c30030;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 51px;
	background: #000;
}
	div#footer div.bg {
		width: 100%;
		position: absolute;
		z-index: 1;
	}
	div#footer div.contenufooter {
		/*font-family: Verdana, Arial, Helvetica;*/
		font-size: 13px;
		color: #999;
		text-align: right;
		line-height: 40px;
		//font-variant: small-caps;
		padding-right: 70px;
	}
	div#footer div.contenufooter span.highlightFooter {
		color: #fff;
	}
	div#footer div#enveloppe {
		position: absolute;
		top: -14px;
		right: -10px;
	}