html {
	scroll-behavior: smooth;
}
a, a:hover, a:active, a:visited{
	text-decoration: none;
}
.bordure {
	border-style: solid;
	border-width: 1px;
}
body {
	font-size: 16px;
	color: #212529;
	background-color: #d9d9d9;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 500;
	text-align: center;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #14556d;
}
.h1 {
	font-size: 32px;
}
.h2 {
	font-size: 24px;
}
.h3 {
	font-size: 18px;
}
.h4 {
	font-size: 16px;
}
.h5 {
	font-size: 13px;
}
.h6 {
	font-size: 10px;
}
.tabl {
    margin: auto;
    border-spacing : 0;
	border-collapse : collapse;
	text-align: left;
}
	
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f50 {
	padding-left: 50pt;
}
.f50a {
	padding-left: 50pt; margin: 0; text-indent: 0pt;font-size: 12pt;
}
.f50b {
	width: 75%;
	padding-left: 100pt;
	margin: 0;
	text-indent: 0pt;
	font-size: 12pt;
}
.f50c {
	width: 75%;
	padding-left: 100pt;
	margin: 0;
	text-indent: 0pt;
	font-size: 12pt;
	text-align: center;
}
.f50d {
	width: 75%;
	margin: 0;
	text-indent: 0pt;
	font-size: 12pt;
}
											/*=====Wrapper=====
												====================*/
.wrapper-1 {
	padding: 80px 0 80px 0;
}
.wrapper-2 {
	padding: 50px 0 50px 0;
}
.wrapper-3 {
	padding: 25px 0 25px 0;
}
.wrapper-4 {
	padding: 10px 0 10px 0;
}
.wrapper-6 {
	padding: 50px 0 10px 0;
}
.wrapper-a {
	padding: 80px 0 0px 0;
}
	
	
											/*=====Container=====
											====================*/
.container-0{
	margin: 0px 150px 0px 150px;
}
.container-b{
	margin: 0px 160px 0px 160px;
}
.container-1{
	margin: 0px 80px 0px 80px;
}
.container-2{
	margin: 0px 50px 0px 50px;
}
.container-a{
	margin: 0 200px  0 50px;
	width: 100%;
}
											/*=====HEADER=====
											====================*/
#nav-logo {
	margin: 0 10px ;
}
#header ul{

}
.not-sticky {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #84b5b5;
	color: white;
	text-align: center;
	
	transition-duration: 0.8s;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	padding: auto ;
	background-color: #84b5b5;
	color: white;
	text-align: center;
	
	transition-duration: 0.8s;

}
#header #header-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .collapsed {

}
#header ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
#header-collaps #img_light_blue {
	display: block;
}
#header-collaps #img_heavy_blue {
	display: none;
}
/*links*/
	/*dropdwon*/

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #d9d9d9;
}
.dropdown a, .dropdown-btn{
	display: inline-block;
}
.dropdown-content{
	display: none;
	position: absolute;
}

#header li a:not(#download-link) {
	display: block;
	text-align: center;
	color: #14556d;
	padding: 14px 16px;
	text-decoration: none;
}

#header li a:hover:not(.active){
	background-color: #84b5b5;
	color: black;
}

#header .active {
	background-color: #14556d;
	color: white;		
}
#header .active#header-collaps {
	background-color: #84b5b5;
}
#header-download {
	float: right;
}
#header-download button {
	margin: 0 10px;
	height: 53.5px;
	width: auto;
	padding: 10px 60px;
}
#header-collaps {
	display: none;
}
.sticky + #content {
	padding-top: 102px;
}
#header-head-pad {
	display: none;
}
#header-right {
	display: flex;
	align-items: center;
}
										/*=====INTRO=====
										====================*/
	/*container*/
#intro {
	display: flex;
	justify-content: center;
}
	/*container*/
#intro .container-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("images/pres.jpg");
	background-size: cover;
	background-color: rgba(50,50,50,0.8); 
	background-position: center;
	width: 100%;
	height: 300px;
  	color: white;
}
#intro #contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("images/slide1.jpg");
	background-size: cover;
	background-color: rgba(50,50,50,0.8); 
	background-position: center;
	width: 90%;
	height: 300px;
	margin: 0;
  	color: white;
}

	/*button*/
#intro .intro-buttons {
	display: flex;
	flex-direction: column;
}
								/*=====Qualites=====
								====================*/	

.qualites-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.qualite {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.5;
}
.qualite h3 {
	text-align: center;
}
.icon {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin-bottom: 50px;
}
.icone {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.icon-description{
	margin-top: 20px;
	text-align: center;

}
									/*====DESCRIPTION=====*/
.description{
	text-align: center;
}

									/*=======INTRO LOGICIELS PRES=======*/
.intro-pres {
	display: flex;
}
.intro-pres-phone {
	display: none;
}
.intro-pres-soft {
	max-width: 50%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.soft-pres-img{
	margin: 0 0 50px 0;
	width: 250px;
	height: auto;
}
.sub-container {
	flex-direction: column;
}
.sub-content {
	display: flex;
	flex-direction: row;
}
.a-discover {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

									/*=======CTA=======*/

.call-to-action-wrapper {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(rgba(20, 85, 109, 0.4), rgba(0, 0, 0, 0.1)), url(images/call-to-action-bg.jpg) fixed center center;
	background-size: 1920px 1200px;
	color: white;
	margin: 20px 0;
	border-radius: 10px;


}
.call-to-action-wrapper {
	padding: 50px 0 50px 0;
}
.call-to-action-container {
	margin: auto;
}
	
											/*=====SLIDES=====*/
.confiance-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.confiance-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.slides {
	flex-direction: column;
	align-items: center;
  	display: none;
	justify-content: space-around;
	text-align: center;
}
.confiance-container img {
  vertical-align: middle;
}

#slideshow {
  position: relative;
 
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot-active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10.5s;
  animation-name: fade;
  animation-duration: 10.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
												/*=====BANNER=====*/
											
	/*pres*/
#pres-phone {
	display: none;
}
#pres-desktop {
	display: block;
}
.pres-banner-container {
	padding: 0 50px 0 50px;
	text-decoration: none;
	
}
.pres-banner-wrapper {
	padding: 50px 0 50px 0;
}
.separation{
	width: 50px;
	border-color: rgba(0,0,0,0.2);
}
.pres-banner-content {
	text-align: center;
	border-radius: 10px;
	 /*,  url(images/call-to-action-bg.jpg) fixed center center*/
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pres-banner-content a {
	max-width: 300px;
	text-decoration: none;
	color: black;
}
.pres-banner-content a:hover {
	background-color: #cccccc;
	transition-duration: 0.5s;
	
}
.pres-banner-content a:hover aside p{
	transition-duration: 0.5s;
}
.pres-banner-content img{
	max-width: 100%;
}

.pres-banner aside {
	height: 100%;
	margin: 10px 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

							/*=====FOOTER=====
							====================*/
footer .container-1{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
footer {
	color: white;
	background-color: #84b5b5;
}
footer section {
	justify-content: space-between;
	max-width: 30%;
}
footer .button-hight{
	float: right;
	padding: 10px 30px 10px 30px;
}
footer a{
	text-decoration: none;
	color: inherit;
}
footer a:hover{
	text-decoration: none;
	color: inherit;

}
.newsletter {
	display: flex;
	flex-direction: column;
}
.newsletter label, .newsletter input{
	margin: 5px;
}
.email-newsletter{
	padding: 5px;
	background-color: inherit;
	border: 2px solid white;
	color: inherit;
}
.button-newsletter:hover {
	background-color: #333333 !important;
}
.copyright{
	background-color: #14556d;
	margin: 0px; text-align: center;
}
/*=====BUTTON=====
====================*/
	/*B1*/
.button-hight {
	background-color:#14556d;
	border-radius:28px;
	border:1px solid #14556d;
	display: inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 70px;
	margin: 10px 0;
	text-decoration:none;
	transition-duration: 0.4s;
}
	/*B1*/
.button-hight:hover {
	background-color:#84b5b5;
	color:#14556d;
	border-color: #84b5b5;
}
	/*B1*/
.button-hight:active {
	position:relative;
	top:1px;
}

	/*B2*/
.button-low {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius:28px;
	border: 1px none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:11px 31px;
	text-decoration:none;
	transition-duration: 0.4s;
}
	/*B2*/
.button-low:hover {
	background-color:#84b5b5;
	border-color: #84b5b5;
}
	/*B2*/
.button-low:active {
	position:relative;
	top:1px;
}
						/*======FORM=====*/
						
#contact {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}	
#contact ul {
	padding: 0;
}
#contact ul li{
	margin: 5px 0 5px 0;
	list-style: none;
}/*					
#contact label{
	margin: 5px 0 5px 0;
}					
#contact input:not(#button),#contact textarea,#contact select,#contact button {
	width : 100%;
	height: 30px;
	padding: 0 5px 0 5px;
  	margin: 10px 0 10px 0;
    box-sizing: border-box;
}
#contact input:not(#button), #contact textarea {
	padding: 5px;
}
#contact textarea {
	height: 80px;
	min-width: 100%;
}
.contact-required {
	color: red;
}
.form_eror {
	background-color: #f4f6e5;
    border: 1px dashed #ff0000;
    display: none;
}
.non { 
	display:none;
}
#contact #button-container {
	margin: 20px 0 20px 0;
	display: flex;
	justify-content: center;
}*/
/*=====Other=====
====================*/
.blue {
	color: #14556d;
	font-weight: 600;
}
.bluee {
	letter-spacing: 0.10em;
	line-height: 200%;
	padding: 10px;
	font-size: 14px;
	color: #14556d;
}
.subtitle {
	display: inline-block;

}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
								/*======Nouveautes======*/
.news-ol {
	
}								
.news-ol ol {
	list-style-type: lower-alpha;
}
/*
li {
	margin: 10px 0 10px 0;
}*/
						/*==========Collapsible==========*/
.collapsible {
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 10px;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.coll-active, .collapsible:hover {
  background-color: #14556d;
}
.coll-active:after {
  content: "\2212";
}
.coll-content {
	margin: 0 0 5px 0;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: inherit;
}
.coll-content li{
	list-style: none;
}
.news-content {
	padding: 0 18px;
	background-color: #d9d9d9;
}




								/*=====Media=====
								====================*/
									


@media all and (max-width: 500px) {
	body {
		font-size: 16px;
	}
	.hide-phone {
		display: none;
	}
	.hide-desktop {
		display: block;
	}

	.f12 {
		font-size: 12px;
	}
	.f14 {
		font-size: 14px;
	}
	.f17 {
		font-size: 15px;
	}
	.f18 {
		font-size: 16px;
	}


	.wrapper-1 {
		padding: 40px 0 40px 0;
	}
	.wrapper-2 {
		padding: 25px 0 25px 0;
	}
	.wrapper-3 {
		padding: 12px 0 12px 0;
	}
	.wrapper-a {
		padding: 80px 0 0px 0;
	}
	

	.container-0{
		margin: 0px 20px 0px 20px;
	}
	.container-1{
		margin: 0px 10px 0px 10px;
	}
	.container-2 {
		margin: 0 5px 0 5px;
	}
								/*QUALITES*/
	.qualites-container {
		flex-direction: column;
	}
	.qualite{
		width: auto;
		flex-direction: row;
		margin-bottom: 30px;
	}
	.qualite h3 {
		margin: 0px 0 0 10px;
		text-align: left;
		font-weight: bold;
	}
	.icon-description{
		text-align: left;
	}
	.icon {
		margin: 0;
	}
	
										/*HEADER*/
	#header-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#header-right {
		margin-bottom: 5px;
	}
	.minimized-nav #header-right, .minimized-nav #societe {
		display: none;
	}
	.maximized-nav {
		display: flex;
		flex-direction: column;
	}
	.maximized-nav ul{
		display: flex;
		flex-direction: column!important;
	}
	#societe, #header-right ul, #header-right ul li {
		width: 100%;
	}
	
	#header #header-collaps {
		display: block!important;
		margin-right: 10px;
		transition-duration: 0.5s;
		width: 40px;
		height: 40px;
	}
	#header #header-collaps:hover {
		cursor: pointer;
	}
	.dropdown {
		display: none;
		width: 100%;
	}
	.dropdown img {
		display: none;
	}
	.maximized-nav .dropdown {
		display: block;
	}
	.dropdown-content{
		display: block;
		position: relative;
	}
	#header-head-pad {
		display: none;
	}
	#header-collaps.active #img_light_blue {
		display: none!important;
	}
	#header-collaps.active #img_heavy_blue {
		display: block!important;
	}


	
	.description{
		text-align: left;
		font-size: 16px;
	}

		/*INTRO PRES*/
	.intro-pres {
		display: none;
	}
	.intro-pres-soft {
		background-color: #cccccc; 
		max-width: 100%;
		padding: 5px;
		padding-bottom: 10px;
	}
	.intro-pres-phone {
		display: flex;
	}
				/*PRES BANNER*/
	#pres-phone {
		display: block;
	}
	#pres-desktop {
		display: none;
	}
	.prev, .next {
 		background-color: rgba(0,0,0,0.2);
	}	
	.slides {
  		display: flex;
  		padding: 0 30px;

	}
	.slides img {
		width: 100%;
		max-width: 246px;
	}
	#pres-phone aside {
		height: 100%;
		margin: 10px 0;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}
	#pres-phone aside p {
		text-align: center;
	}

	/*FOOTER*/
	footer .container-1{
		display: flex;
		flex-direction: column;
	}
	footer section {
		max-width: 100%;
	}
	#subnav {
		text-align: center;
	}
}

@media all and (min-width: 500px) and (max-width: 900px) {
	body {
		font-size: 16px;
	}
	.hide-phone {
		display: none;
	}
	.hide-desktop {
		display: block;
	}

	.f12 {
		font-size: 12px;
	}
	.f14 {
		font-size: 14px;
	}
	.f17 {
		font-size: 15px;
	}
	.f18 {
		font-size: 16px;
	}


	.wrapper-1 {
		padding: 40px 0 40px 0;
	}
	.wrapper-2 {
		padding: 25px 0 25px 0;
	}
	.wrapper-3 {
		padding: 12px 0 12px 0;
	}
	.wrapper-a {
		padding: 80px 0 0px 0;
	}
	

	.container-0{
		margin: 0px 20px 0px 20px;
	}
	.container-1{
		margin: 0px 10px 0px 10px;
	}
	.container-2 {
		margin: 0 5px 0 5px;
	}

								/*QUALITES*/
	.qualites-container {
		flex-direction: column;
	}
	.qualite{
		width: auto;
		flex-direction: row;
		margin-bottom: 30px;
	}
	.qualite h3 {
		margin: 0px 0 0 10px;
		text-align: left;
		font-weight: bold;
	}
	.icon {
		margin: 0;
	}
	.icon-description{
		text-align: left;
	}
	
										/*HEADER*/
	
	.minimized-nav #header-right li, .minimized-nav #societe{
		display: none;
	}
	.maximized-nav {
		display: flex;
		flex-direction: column;
	}
	.maximized-nav ul{
		display: flex;
		flex-direction: column!important;
	}
	#header-right {
		margin-bottom: 5px;
	}
	
	#societe, #header-right ul, #header-right ul li {
		width: 100%;
	}
	#header #header-collaps {
		display: block!important;
		margin-right: 10px;
		transition-duration: 0.5s;
		width: 40px;
		height: 40px;
	}
	#header #header-collaps:hover {
		cursor: pointer;
	}
	.minimized-nav-dropdown {
		display: none;
	}
	.maximized-nav-dropdown {
		display: block;
		position: absolute;
		background-color: #d9d9d9;
	}
	.dropdown-img-btn {
		background-color: #84b5b5;
	}
	.dropdown-img-btn:hover {
		cursor: pointer;
	}
	.dropdown-img-btn-active {
		transition-duration: 0.5s;
		background-color: #333333;
	}
	.dropdown {
		display: none;
	}
	.dropdown-btn img {
		display: inline;
	}
	#header-head{
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#header-head-pad {
		display: block;
	}
	.dropdown-head {
		display: flex;
		flex-direction: row;
	}
	#header-collaps.active #img_light_blue {
		display: none!important;
	}
	#header-collaps.active #img_heavy_blue {
		display: block!important;
	}
	
	.intro-pres-soft {/*index pres*/
		padding: 0;
		background-color: #cccccc;

	}
	
	.description{
		text-align: left;
	}
		/*INTRO PRES*/
	.intro-pres {
		display: none;
	}
	.intro-pres-soft {
		background-color: #cccccc; 
		max-width: 100%;
		padding: 5px;
		padding-bottom: 10px;
	}
	.intro-pres-phone {
		display: flex;
	}
	/*PRES BANNER*/
	#pres-phone {
		display: block;
	}
	#pres-desktop {
		display: none;
	}
	.prev, .next {
 		background-color: rgba(0,0,0,0.2);
	}	
	.slides {
  		display: flex;
  		padding: 0 30px;
	}
	.slides img {
		width: 100%;
		max-width: 246px;
	}
	#pres-phone aside {
		height: 100%;
		margin: 10px 0;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}
	#pres-phone aside p {
		text-align: center;
	}

	/*FOOTER*/
	footer .container-1{
		display: flex;
		flex-direction: column;
	}
	footer section {
		max-width: 100%;
	}
	#subnav {
		text-align: center;
	}

}
.ligne{
	background-color: #14556d;
	margin: 0px; text-align: center;
}
#menu {
  position: fixed;
  left: 1%;
  top: 40%;
  width: 8em;
  margin-top: -2.5em;
}
 #l2 {padding-left: 50pt; width:80%; list-style: none;}
.s1 { color: black; font-family:Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 12pt; }
.s2 { color: #00AF50; font-family:Arial, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 12pt; }
.s4 { color: #0462C1; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline; font-size: 12pt; }
.s6 { color: black; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 11pt; }
.s7 { color: black; font-family:"Calibri Light", sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; }
.s8 { color: #00F; font-family:"Calibri Light", sans-serif; font-style: normal; font-weight: normal; text-decoration: underline; font-size: 12pt; }
pre.prettyprint {
    width: 95%;
    padding: 1em;
}
pre.prettyprint, code.prettyprint {
	width:60%;
    background-color: #fafafa !important;
    border-radius: 4px;
    color: #000;
    border: 1px solid #c9c9c9;
    overflow: auto;
    margin-left: 160px;
    font-size: 13px;
    line-height: 140%;
    font-family: monospace !important;
}
.prettyprint {
    white-space: pre-wrap;
}
pre.prettiprint, code.prettiprint {
	width:80%; padding-left: 20pt;
    background-color: #fafafa !important;
    border-radius: 4px;
    color: #000;
    border: 1px solid #c9c9c9;
    overflow: auto;
    margin-left: 40px;
    font-size: 13px;
    line-height: 140%;
    font-family: monospace !important;
}
.aln { width: 400px; margin-left:auto; margin-right:auto; border: 1px solid rgb(204, 204, 204); padding: 6px; background: rgb(255, 255, 255) url(images/bgform.gif) repeat-x scroll left top }
ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px; }
ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100% }
.form_field, .form_required{
    font-weight : bold; }
.form_required{
    color:red;
    margin-right:8px; }
.field_block_over{ 
}
.form_submit_block{
    padding-top: 3px; }
.text_box, .text_area, .text_select {
    width:300px; }
.text_area{
    height:80px; }
.form_error_title{
    font-weight: bold;
    color: red; }
.form_eror{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
	display: none }
.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px; }
.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000; }
.non { display:none }
div.instruction_error{
    color: red;
    font-weight:bold; }
hr.sectionbreak{
    height:1px;
    color: #ccc; }
#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px; }
