html{
	width : 100%;
	margin:0;
	padding:0;
}
body {
	width : 100%;
	background-color: #8B8B8B;
	color: #372E25;
	margin:0;
	padding:0;
	position: static;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	overflow : scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow : -moz-scrollbars-vertical;
}

img {
	margin : 0;
	padding : 0;
	display: block;
}

header {
	position:fixed;
	top:0;
	margin: 0;
	padding: 0;
	background-color: #6B6B6B;
	box-shadow: 0px 0px 6px #5D4D3D;
	width: 100%;
	z-index: 50;
}

header img {
	float: right;
	margin-left: 20px;
}
header img:first-child {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 27px;
}

h1 {
	color: #DCDCD6;
	font-size : 2.6em;
	letter-spacing:1px;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin:0;
	margin-bottom:5px;
	text-align: center;
	//text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 3px 0 #b9b9b9, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	text-shadow: 2px 2px 2px #3E3E3E, -2px -2px 1px #BBBBBB, -2px 2px 2px #3E3E3E, 2px -2px 1px #BBBBBB;
}

.soustitre {
    font-weight: bold;
	font-size : .85em;
	text-align:center;
	color: #DCDCD6;
	text-shadow: 1px 1px 1px #3E3E3E, -1px -1px 0px #BBBBBB, -2px 2px 1px #3E3E3E, 1px -1px 0px #BBBBBB;
}

nav {
	background-color: #F1F1F1;
	border-top : 1px solid #6B6B6B;
	position : relative;
	margin:0;
	padding:0;
	text-align: center;
}

.soustitre:before,
.soustitre:after{
    content:' ';
    display: table;
}

.soustitre:after{
	clear: both;
}

nav ul {
	display:table;
	width:900px;
	margin:0 auto;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}

nav li {
	display:table-cell;
	width:20%;
	margin:0;
	padding:0;
	vertical-align: middle;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
}

nav li:last-child a {
	border-right : 0;
}

nav li a {
	background-color: #F1F1F1;
	border-right : 1px solid #6B6B6B;
	text-decoration : none;
	display:block;
	margin:0;
	padding: 5px;
	height:1.2em;
	vertical-align: middle;
	color: #2F2F2F;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-webkit-transform: translateZ(0);
    z-index: 55;
}

nav li a:hover {
	color: #FFFFFF;
	background-color: #2F2F2F;
	box-shadow: 0 0 10px #FFFFFF, 0 0 1px #FFFFFF;
}

blockquote {
	position : relative;
  	quotes: "\201C""\201D""\2018""\2019";
	display:block;
	font-style: italic;
	margin-left:auto;
	margin-right:auto;
	margin-top:115px;
	margin-bottom:25px;
	text-align: right;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #6B6B6B;
	border-top : 1px solid #6B6B6B;
	border-bottom : 1px solid #6B6B6B;
	padding: 5px 10px 5px 5px;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-webkit-transform: translateZ(0);
}

blockquote p {
	margin: 0;
	padding : 0;
	text-align: center;
}

blockquote:hover {
	background-color: #F1F1F1;
	color: #000000;
}

blockquote em{
	font-weight: bold;
	font-size: 1.2em;
	color: #DFDFDF;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-webkit-transform: translateZ(0);
}

blockquote:hover em {
	color: #A70132;
}

blockquote cite {
	display : none;
	margin: 0;
}

blockquote p:before {
	content: "\201C";
	font-size : 3em;
	line-height: 0.1em;
	color : #C2A55F;
  	margin-right: 0.5em;
  	vertical-align: -0.4em;
}

blockquote p:after {
	content: "\201D";
	font-size : 3em;
	line-height: 0.1em;
	color : #C2A55F;
  	margin-left: 0.5em;
  	vertical-align: -0.4em;
}

.corps {
	font-size: 11pt;
    	z-index: 5;
	opacity: 0;
}

.corps>section {
	margin: 0;
	padding: 0;
}

.section1 {
	position : relative;
	padding: 5px 5px 20px 5px;
	width : 890px;
	border : 1px solid #6A5A48;
	text-align:left;
	background-color: rgba(250, 250, 248, 0.80);
	box-shadow: 0px 6px 6px 2px rgba(87, 79, 70, 0.85);
	z-index: 10;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:auto;
	margin-left:auto;
}

.section1 h2 {
	margin : 40px 20px 20px 20px;
	color: #7B6248;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.section1 h2:first-child {
	margin : 15px 20px 20px 20px !important;
}

.section1 h3 {
	margin: 30px 0px 30px 30px;
	font-variant:small-caps;
}

.section1 h3:before {
	content:'\2192';
	margin-right:10px;
}



.section1>p {
	position: relative;
	margin : 0 0 0 30px;
	text-align: justify;
	line-height: 145%;
	width: 570px;
}

.section1>p em {
	margin-top:20px;
	text-decoration: underline;
}

.section1 ul {
	position: relative;
	margin : 0 0 0 50px;
	padding : 0;
	text-align: justify;
	line-height: 145%;
	width: 550px;
}

.section1 a {
	color : #877159;
    padding : 3px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-webkit-transform: translateZ(0);
}
.section1 a:hover {
	background-color : #D2C6B2;
	color : #000000;
}

.encart{
	display: block;
	position: relative;
	float:right;
	border-top: 1px solid #685E52;
	border-bottom: 1px solid #685E52;
	border-left: 6px solid #685E52;
	border-right: 1px solid #685E52;
	padding : 0;
	margin : 3px 3px 3px 20px;
	z-index: 15;
}

.encart blockquote {
	margin : 0;
	text-align: left;
}

.encart p {
	margin: 20px 15px;
	line-height: 1.3em;
}

.encart:before,
.encart:after{
	content:' ';
	display: table;
}

.encart:after{
	clear: both;
}

.plan {
	background: url("../img/plandacces.png")  -400px -150px repeat;
	width: 343px;
	height:200px;
	transition: all 0s 9999999s;
	-webkit-transition: all 0s 9999999s;
	-webkit-transform: translateZ(0);

}

.plan:hover {
	background-position: 0 0;
	width: 878px;
	height:474px;
	cursor: pointer;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-webkit-transform: translateZ(0);
}

.section1:before,
.section1:after{
	content:" ";
	display: table;
}
.section1:after{
	clear:both;
}

.liens div{
	margin : 15px;
	font-size: 1.2em;
}

#hlaccueil {
	background:#8B8B8B url("../img/panoramique-nice.jpg") no-repeat center 110px;
	background-attachment:fixed;
	padding-top: 10px;
	padding-bottom: 100px;
}

#hlcompetences {
	background: url("../img/Palais_de_justice_nice.jpg") no-repeat fixed;
	padding-top: 10px;
	padding-bottom: 100px;
}

#hlhonoraires {
	background: url("../img/palaisdejusticenice2.jpg") no-repeat fixed;
	padding-top: 10px;
	padding-bottom: 50px;
}

#hlcontact {
	background:#8B8B8B url("../img/promenade-paillon.jpg") no-repeat fixed;
	padding-top: 10px;
	padding-bottom: 100px;
}

#hlliens {
	background:#8B8B8B url("../img/saleya.jpg") no-repeat center -80px;
	padding-top: 10px;
	padding-bottom: 300px;
}

footer{
	font-size: 0.6em;
	padding: 5px;
	text-align:center;
	background-color: rgba(255, 250, 241, 0.85);
	box-shadow: 0px -1px 6px #5D4D3D;
	z-index: 10;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:auto;
	margin-left:auto;
}

a.gsoft, a.gsoft:link, a.gsoft:visited, a.gsoft:active {
	text-decoration: none;
	color: #372E25;
}

.back {
	display: block;
	width:30px;
	height:30px;
	color: #6A5A48;
	background: rgb(223, 215, 201);
	background-color: rgba(223, 215, 201, 0.7);
	font-size: 1.3em;
	font-weight: bold;
	position: fixed;
	top: 260px;
	left: 50%;
	margin-left: -482px;
	border: 1px solid #6A5A48;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-webkit-transform: translateZ(0);
}

.back a {
	display:block;
	color: #6A5A48;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	margin-top: -5px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.back a:hover {
	color: #D6D6D4;
}

.back:hover {
	background-color: #8B8B8B;
}

@media screen and (max-width: 920px) {
    h1 {
	    font-size : 1.6em;
	    margin-bottom:3px;
	    text-shadow: 1px 1px 1px #3F3C3B, -1px -1px 1px #BBBBBB, -1px 1px 1px #3F3C3B, 1px -1px 1px #BBBBBB;
    }

    nav ul {
	    width:99%;
    }

    blockquote {
	    font-size: 1em;
    }

    .section1 {
        width:97%;
    }

    .section1>p {
	    margin : 0 0 0 2%;
	    width: 94%;
    }
    .section1 ul {
        margin : 0 0 0 5%;
        padding : 0;
        text-align: justify;
        line-height: 145%;
        width: 91%;
    }

    .plan {
        background: url("../img/plandacces.png") -450px -150px repeat;
        width: 40%;
    }

    .plan:hover {
        background-position: -200px -75px;
        width: 98%;
    }
    .back {
        z-index:12;
        width:11px;
        margin-left: -50%;
    }
}

@media screen and (max-width: 690px) {
    blockquote{
        margin-top:140px;
    }
}

@media screen and (max-width: 475px) {
    h1 {
	    font-size : 1.3em;
	    margin-bottom:2px;
	    text-shadow: 1px 1px 1px #3F3C3B, -1px -1px 1px #BBBBBB, -1px 1px 1px #3F3C3B, 1px -1px 1px #BBBBBB;
    }    
    blockquote{
        font-size: 0.8em;
    }
}
