body { 	 
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: black;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 100px;
	right: 50px;
	bottom: 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(images/main_images/moi.jpg);
	background-repeat:no-repeat;
	background-color: #transparent;
 }
 
 body a { 	 
	text-decoration: none;
	background-color: #FFFFFF;
 }
 
ul.navbar {
	background-color: #FFF;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed;
	left: 0px;
	top: 60px;
	width: 300px;
	height: 160px;
	border-right: 0px dotted #000;
}

ul.navbar a { background-color:transparent;
	text-decoration: none;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-decoration:none;
	color: #a6bab6; }
	
ul.navbar a:hover { background-color:#FFF;
	text-decoration: none;
	color: #000; }

	

p {  background-color: #transparent;
    margin: 0 0 0 0;
	padding: 2px;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #a6bab6;
	text-decoration:none;
}

p a {  background-color: #transparent;
    margin: 0 0 0 0;
	padding: 2px;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: #a6bab6; 
	text-decoration: underline;
}

p a:hover {  background-color: #transparent;
    margin: 0 0 0 0;
	padding: 2px;
	font-family: Gill Sans , Gill Sans MT, sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: #FFFFFF; 
	text-decoration: none;
}

.fsSubmitButton
{ font-family: Gill Sans , Gill Sans MT, sans-serif;
	border-top: 1px #FFFFFF;
	border-left: 1px #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px #FFFFFF;
	padding: 5px 10px !important;
	font-size: 14px !important;
	background-color: #a6bab6;
	font-weight: 100;
	color: #FFFFFF;
}