/* 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: ##d7bde2;
	text-decoration: none;
}
a:visited {
	color: #a3e202;
	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;
}
	
