/* CSS Document */

@charset "UTF-8";
body {
	font-family: Verdana, Impact;
	font-size:11px;
	background: #f5e3ef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:0px;
	padding-bottom:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container #mainContent {
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #33e3ff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	/* background-image:url(images/fabienne_index_3new.jpg); */
	background-position:right;
	background-repeat:no-repeat;
	min-height:580px;
}
.container #content {
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #33e3ff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	
}
h12 {
	font-family: Verdana;
	font-size:14px;
	margin: 1cm;
	text-decoration: none;
	padding-right:0px;
	padding-left:0px;
}

ul {
	font-size: 14pt;
}
li {
	font-size: 12pt;
}
a:link {
	color: #d12f6d;
	text-decoration: none;
}
a:visited {
	color: #d12f6d;
	text-decoration: underline;
}
a:hover {
	color: #de6191;
	text-decoration: none;
}
a:active {
	color: #FF0066;
	text-decoration: none;
}
.formLabel {
	padding-right:3px;
	padding-left:7px;
	padding-top:2px;
	text-align:right;
}
.formField {
	padding-bottom:1px;
	padding-top:1px;
}
.spacerBlank {
	padding:3px;
}
.footer {
	font-family: Verdana;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding-bottom:5px;
}
	
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}


/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 795px;
  margin:auto;}
  #videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative;
		  height:0px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
	  font-family:Arial, Helvetica, sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    height: 450px;
    padding: 0;
    max-height: none;
    overflow: hidden; }
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: #DB00B8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px; }