@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_white.jpg);

}

h4 {
	color:#f28e00;
}


a:link {
	color:#f28e00;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration:underline; 
}

a:visited {
	color:#FF9933; 
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#000099;
	text-decoration:underline; 
}


.headline {
	background-color:#f2ae00;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
}


.accentyellow {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	color:#f28e00;
}

.underline {
	padding-bottom:6px;
	border-bottom:#f28e00 thin dashed;
	margin-right:20px;
}


.footer {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#f2ae00;
}


#container {
	width:900px;
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	border: #f2ae00 thin solid;
}


#main_content {
	width:900px;
	height:auto;
	margin-top:20px;
}

#endpiece {
	width:900px;
	height:auto;
	border-top:#f2ae00 thin dotted;
	border-bottom:#f2ae00 thin dotted;
	background-color:#eaefe5;
}
	
td#navig a:link {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	text-decoration:none;
	color:#f28e00;
}

