﻿/* Global */
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_0_0.eot');
	src: url('webfonts/288B14_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_0_0.woff') format('woff'), url('webfonts/288B14_0_0.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_1_0.eot');
	src: url('webfonts/288B14_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_1_0.woff') format('woff'), url('webfonts/288B14_1_0.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_2_0.eot');
	src: url('webfonts/288B14_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_2_0.woff') format('woff'), url('webfonts/288B14_2_0.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Memphis';
	src: url('webfonts/288B14_3_0.eot');
	src: url('webfonts/288B14_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/288B14_3_0.woff') format('woff'), url('webfonts/288B14_3_0.ttf') format('truetype');
	font-weight: 100;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, E7 dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	display: block;
}
.floater {
	padding: 10px 20px;
	background: #caa467;
	color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
	  color: #caa467;
	text-decoration: none;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
h1, .h1 {
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-weight: 300;
	text-transform:uppercase;
	font-size: 1.8em;
	margin-left: 0px;
	text-align: left;
	color: #E20000;
	padding-top:30px;
	padding-bottom:14px;
}

h3{
	font-weight: 700;
	text-transform:uppercase;
	font-size: 1.2em;
	margin-left: 0px;
	text-align: left;
	color: #000;
	padding-top:30px;
	padding-bottom:15px;
}

h4{
	font-weight: 300;
	background-color: #E20000;
	display: inline-block;
	width : 100%;
	font-size: 1em;
	margin-left: 0px;
	text-align: left;
	color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
html, body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
html, body {
	color: white;
	
}
@media screen and (min-width: 300px) {
html, body {
	font-size: 14px;
}
}
@media screen and (min-width: 460px) {
html, body {
	font-size: 20px;
}
}
@media screen and (min-width: 900px) {
html, body {
	font-size: 24px;
}
}


.logo {
	position:fixed;
	bottom: 15px;
	right:15px;
	z-index:100;
	width:50px;
	height:50px;}
@media screen and (max-width: 460px) {
	.logo {
	bottom: 5px;
	right:5px;
	width:25px;
	height:25px;}
	}
	
.surtitre{margin-top: auto;
color:#000;
text-transform:uppercase;
font-size:1.2em;
	margin-bottom: auto;
	position: relative;
	top: 39%;
	font-weight:700;}
	
.signature{margin-top: auto;
color:#fff;
font-size:1em;
	margin-bottom: auto;
	position: relative;
	top: 41%;
	font-weight:400;
	text-shadow: 2px 2px 3px #333; }
	
.titre_bloc{
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	display:block;
	top: 26%;
	text-align:center;
}
	
.menu_cover{
	clear: both;
	position: relative;
	top: 3vw;
	display: block;
	padding-left: 49%;
	padding-right: 20px;
	text-align: left;
	line-height: 2.2vw;
	
	color: #FFF;
	
	}	
	
	.menu_cover a{
	
	color: #FFF;
	text-shadow:2px 2px 2px rgb(0,0,0);
	font-size: 1.6vw;
	
	}	
	
	.menu_cover a:hover{
	text-shadow:0px 0px 0px rgb(0,0,0);
	color: #000;

	}	
	
@media screen and (min-width: 640px) and (max-width: 1024px){
	
	.menu_cover{
	
line-height:1.2em;
font-size:0.8em;

	}	
	
}

@media screen and (min-width: 300px) and (max-width: 640px){
	
	.menu_cover{
	
line-height:1.2em;
font-size:0.9em;

	}	
	
	
}	
	
	
	
h1, .h1 {
	line-height: 4vw;
	font-size: 4.2vw;
	color: #FFF;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	display:block;
	/*padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;*/
	position:relative;
	text-align:left;
	padding-left:49%;
	font-weight:900;
}



 

.thin {
	font-family: "Memphis", sans-serif;
	font-weight: 100;
}

#partage {
	float: right;
	margin: 5px;
	text-align:right;
	padding-right:5px;
	margin-top:13px;
	z-index:20;
}
@media screen and (max-width: 720px) {
#partage {
	display:none;
}}

#header {
	z-index: 20;
	width: 100%;
	position: fixed;
	top: 3px;
	background-color: #000;
	height:70px;
	
}
#header_lexique {
	z-index: 22;
	width: 100%;
	position: fixed;
	top: 0px;
	height:85px;
	background-color: #000;
	
}
.footer {
	width: 100%;
	
	background-color: #000;
	text-align:left;
}

#logo {
	float: left;
	line-height: 32px;
	padding: 6px 10px 0 17px;
	overflow:hidden;
}
#logo_lexique {
	float: left;
	line-height: 32px;
	padding: 0 5px 0 0;
	overflow:hidden;
}

#titre {
	font-size : 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	padding: 9px 0px 0 80px;
	overflow:visible;
	text-align:left;
	height:40px;
}



#titre2 {
	font-size : 0.6em;
	
	font-weight: 400;
	line-height: 10px;
	padding: 6px 0px 0 80px;
	overflow:visible;
	text-align:left;
	margin-bottom:-7px;
}
/* Navigation  */	

@media screen and (min-width: 200px) and (max-width: 900px) {
	#titre2 {
	font-size : 0.7em;
	line-height:1em;
	height:20px;
	padding-top:0px;
}
}





p {
	color: #000;
	margin: 0.33em 0;
	line-height: 1.4em;
}
a.inline:link, a.inline:visited {
	color: #35ff99;
	text-decoration: none;
	border-radius: 5px;
	padding: 2px;
}
a.inline:hover, a.inline:active {
	background: #35ff99;
	color: #202a39;
}
small {
	font-size: .75em;
}
em {
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
html, body {
	height: 100%;
	background: #FFF;
}
.intro {
	height: 100%;  /* start height */
	width: 100%;
	background-color:red;
	background-image: url(../img/cover2.jpg);
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-position: center center;  /* Internet Explorer 7/8 */
	overflow:hidden;
}
.intro_bottom {
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	width: 100%;
	
margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: -3px;
}
.intro_bottom p {
	color: #FFF;
	font-size: 1.1em;
}
.chapo {
	font-size: 1.2em;
	text-align: left;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
 @media screen and (min-width: 200px) and (max-width: 420px) {
.chapo {
	width: 90%;
}
}
 @media screen and (min-width: 420px) and (max-width: 1280px) {
.chapo {
	width: 70%;
}
}



#tete_chapitre{
	width: 100%;
	background-color: #660000;
	font-size: 3vw;

	padding-left: 1vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
}



#fond_lexique {
	height: 340px;  /* start height */
	background-image: url(../img/cover.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_doc {
	height: 340px;  /* start height */
	background-image: url(../img/diapo1_02.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
 @media only screen and (min-width: 280px) and (max-width: 768px) {
#fond_lexique {
	height: 200px;  /* start height */
}
}
#fond_image {
	height: 400px;
	;  /* start height */
	background-image: url(../img/fond-lettre.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_image2 {
	height: 400px;
	;  /* start height */
	background-image: url(../img/1-acte-achat-gfa-9.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
#fond_image3 {
	height: 800px;
	;  /* start height */
	background-image: url(../img/renonciation-a-concessions.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center center;  /* Internet Explorer 7/8 */
}
.grid1 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (min-width: 200px) and (max-width: 420px) {
 .grid1 {
 width:90%;
}


}
 @media screen and (min-width: 420px) and (max-width: 1280px) {
.grid1 {
	width: 70%;
}

}



.titre_chapitre {

	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5vw;
	line-height:2.2vw;
	color: #FFF;
	text-align:left;
	width:60%;

padding:1.2vw;
padding-left:20%;
	
}

 @media screen and (min-width: 200px) and (max-width: 420px) {
 .titre_chapitre {
font-size: 3.7vw;
line-height:3.7vw;
	padding-left:5%;
	
}



}
 @media screen and (min-width: 420px) and (max-width: 1280px) {
.titre_chapitre {
	font-size: 3vw;
	line-height:3vw;
	padding-left:15%;
	
}

}

.couleur01{
	background-color: #15969e;	
	}
	
/*.square01 { width: 1vw; height: 1vw; background-color: #15969e;display:inline-block;margin-right:0.7vw; }*/

.couleur02{
	background-color: #9e3515;
	}
/*.square02{ width: 1vw; height: 1vw; background-color: #9e3515;display:inline-block;margin-right:0.7vw; }
*/
.couleur03{
	background-color: #15969e;	
	}
/*.square03 { width: 1vw; height: 1vw; background-color: #15969e;display:inline-block;margin-right:0.7vw; }
*/
.couleur04{
	background-color: #40234f;
	}
/*.square04 { width: 1vw; height: 1vw; background-color:#40234f;display:inline-block;margin-right:0.7vw; }
*/

.couleur05{
background-color:#5E393A;	
	}
/*.square05 { width: 1vw; height: 1vw; background-color:#5E393A;display:inline-block;margin-right:0.7vw; }
*/
.couleur06{
	background-color: #34526a;
	}
/*.square06 { width: 1vw; height: 1vw; background-color:  #34526a;display:inline-block;margin-right:0.7vw; }
*/
	
.couleur07{
	background-color: #72123b;
	}
/*.square07 { width: 1vw; height: 1vw; background-color: #72123b;display:inline-block;margin-right:0.7vw; }*/


.credit_titre {
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
}
.credit_sous-titre {
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 700;
	font-size: 0.6em;
	color: #FFF;
	text-transform:uppercase;
}
.credit_texte {
	padding-left:20px;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #FFF;
}
.texte1 {
	clear: both;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
}

.texte1 a{

              font-weight: 500;

              color: #caa467;

              text-decoration: none;      

}


.texte1 ul li{

              font-weight: 500;

              color: #caa467;

            

}


 

.texte1 a:hover{

              

              text-decoration: underline;             

}

.encart {
            display: block;
            background-color:#dcddde;
            clear: both;
            font-size: 0.7em;
            line-height: 1.4em;
            color: #000;
            text-align: left;
            font-family: "Roboto", Arial, serif;
            font-weight: 300;
            padding: 30px;
}
.first-abcd {
	color: #caa467;
	font-size: 112px;;
	font-family: "Memphis", Georgia, Times New Roman, Times, serif;
	font-weight: 400;
	text-align:left;

}
.titre_abcd {
	font-size: 0.9em;
	line-height: 1.0em;
	color: #000;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 700;
	text-transform:uppercase;
}
.soustitre_abcd {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 700;
}
.texte_abcd {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	text-align: left;
	font-family: "Roboto", Arial, serif;
	font-weight: 300;
}
.titre_lexique {
	font-size : 2.0em;
	vertical-align:middle;
	color:#FFF;
	font-weight:900;
	text-align:center;
	padding: 175px 0px 0px 0px;
}
.titre_abc {
	font-size : 2.0em;
	vertical-align:middle;
	color:#999;
	font-weight:bold;
	text-align:center;
}
.first-letter {
	color: #E20000;
	font-size: 121px;
	float: left;
	line-height: 108px;
	margin-right: 15px;
	margin-top: -12px;
	font-family: "Roboto", Georgia, Times New Roman, Times, serif;
	font-weight: 700;
}

.first-letter-top{
	color: #000;
	font-size: 153px;
	float: left;
	line-height: 108px;
	margin-right: 15px;
	margin-top: 3px;
	font-family: "Roboto", Georgia, Times New Roman, Times, serif;
	font-weight: 700;
}



@media screen and (min-width: 300px) and (max-width: 640px){
	.first-letter {font-size: 55px;
	margin-top:-24px;
	margin-right:0;
	line-height:40px;
	}
	
}


.strong {
	font-weight: 700;
}
.citation {
	background-image: url(../img/picto_citation.png);
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left:100px;
	padding-right:30px;
	margin:auto;
	text-align:left;
	width: 50%;
	color: #caa467;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 100;
	color: #724038;
	
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-top:30px;
	margin-bottom:10px;
}

@media screen and (min-width: 640px) and (max-width: 1280px){
	
	.citation {
	
	font-size: 1.2em;
	width: 80%;
	
}
	
}

@media screen and (min-width: 300px) and (max-width: 640px){
	
	.citation {
	background-image: url(../img/picto_citation.png) width:50%;
	font-size: 1.2em;
	width: 100%;
	
}
	
}
.citation_video {
	line-height: 1.3em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #caa467;
	font-size: 1.8em;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}

.roboto300 {
	
	font-weight:300}
.soustitre {
	text-align: left;
	width: 100%;
	color: #000;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 300;
}
 @media screen and (max-width: 2000px) {
.soustitre {
	font-size: 1.5em;
	line-height: 1.2em;
}
}
.columns {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 30px;
}
.columns p {
	text-align: left;
	color: #333;
	padding-right: 10px;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 300;
}
.fluide1 {
	max-width: 100%;
	height: auto;
}
.column-container {
	width: 100%;
	height: 100%;
	/* max-width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
	/*height: 250%;*/
	text-align: center;
}
.column {
	width: 25%;
	height: 100%;
	float: left;
	margin: 0;
}
.block {
	border-radius: 5px;
	margin-bottom: 150%;
}
.block-1x {
	height: 10%;
}
.block-2x {
	height: 15%;
}
.block-3x {
	height: 20%;
}
.withLove {
	overflow: hidden;
	text-align: center;
	padding-bottom: 2em;
	cursor: default;
	color: #616c84;
	font-size: 0.7em;
}
@media screen and (min-width: 900px) {
.withLove {
	margin-top: 125px;
}
}
.withLove * {
	display: inline-block;
}
.withLove .alpha, .withLove .omega {
	width: 40%;
}
.withLove .alpha {
	text-align: right;
}
.withLove .omega {
	text-align: left;
}
.withLove .heart {
	margin: 0 -2px;
	position: relative;
	z-index: 3;
	-webkit-animation: throb 1.33s ease-in-out infinite;
	animation: throb 1.33s ease-in-out infinite;
}
.withLove .heart path {
	fill: #ff005d;
}
@media screen and (min-width: 300px) {
.withLove .heart {
	width: 30px;
	height: 30px;
	top: .66em;
}
}
@media screen and (min-width: 460px) {
.withLove .heart {
	top: .8em;
	width: 50px;
	height: 50px;
}
}
 @-webkit-keyframes throb {
 0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(0.8);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @keyframes throb {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(0.8);
}
 100% {
 transform: scale(1);
}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#progressbar {
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 999999;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	background-color: #E20000;
	background-position: center top;
}
 #progressbar::-webkit-progress-bar {
 position: fixed;
 top: 0px;
 left:0px;
 border: none;
 z-index: 999999;
 -webkit-appearance: none;
 appearance: none;
 width: 100%;
 height: 6px;
 background-color: #9e0012;
 background-position: center top;
}
#progressbar::-webkit-progress-value {
 background:#9f3e09;
}
#progressbar::-moz-progress-bar {
 background:#9f3e09;
}
.lien2 {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/picto-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.lien2:hover {
	color: #000;
	text-decoration: none;
}


.lien3 {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/picto-lightbox.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	  padding-top: 1px;
}
.lien3:hover {
	color: #000;
	text-decoration: none;
}

.titre_colonne {
	font-size: 1em;
	text-transform: uppercase;
	color: #F60;
	font-weight: 500;
}

/*loader*/
	
.fond_load {
top:30%;
	opacity: 0.9;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}
.fond_load img {
	top: 30%;
}

/*tooltip*/

 

a.tooltip {

              outline: none;

              color: #E20000;

} 
 
/*resizing images diapo sur ipad */
/*.resize_diapo ul li:not(.nav-item) img {
	width:100%;
}*/
//.mob .fond_load {
//	display:none;
//}
//.mob .demofullscreen_wrapper li:not(:first-child),.mob .demo_wrapper  ul:not(#demo7) li:not(:first-child){
//	display: none;
//}

/*Menu*/

#navigation{
	position:fixed;
	top:12px;
	left:12px;}
.dropdown{
	text-align:left;
	width:auto;
	position:fixed;
	
	}
.sub_navigation{
	
	width:auto;
	padding-right:30px;
	
}

.sub_navigation li{
	background-color: #e20000;
	padding: 10px;
	text-align: left;
	line-height:1em;
	font-size:0.6em;
	margin-top:3px;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	
}

.sub_navigation li a{
	color: #FFF;
	padding:10px;


}

.sub_navigation li:hover{
background-color: #9e0012;
		-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	

}

.fond1{
	background-image: url(../img/01.png);
	background-repeat: repeat;	
	
	}
	
	.fond2{
	background-image: url(../img/02.png);
	background-repeat: repeat;	
	
	}
	.fond3{
	background-image: url(../img/01.png);
	background-repeat: repeat;	
	
	}
	.fond4{
	background-image: url(../img/01.png);
	background-repeat: repeat;	
	
	}
	.fond5{
	background-image: url(../img/01.png);
	background-repeat: repeat;	
	
	}
	
	
	.interdit{
		
		
		padding:30px}
		
		.conclusion{
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	border-top-width: 1px;
border-bottom-width: 1px;
	border-top-style: solid;
	padding-top:40px;
	border-top-color: #999;
	border-bottom-style: solid;
	padding-bottom:40px;
	border-bottom-color: #999;
	margin-bottom:30px;

	
	
		
			
			}
