@charset "utf-8";
/* Style sheets for Les Nuages 2012 */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #66836d;
	text-align: center; 
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	background: #65836d;
	margin: 0 auto; 
	border: none;
	text-align: left; 
} 
#header {
	background: #65836e;
	padding: 0px 0px;  
} 
#mainContent {
	margin: 0px;
	padding: 0 20px;
	background: #66836d;
	text-align: center;
} 
#footer {
	padding: none; 
	background:#65836e;
} 

.body_txt {
	color: #fafaeb; font-size: small; font-family: Geneva, Arial, Helvetica, sans-serif;}
.footer_txt {
	color: #555555; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: x-small;}
.label_txt {
	color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: x-small;}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FFFFFF;
}

