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

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

}

h4 {
	color:#4d6db1;
}

li {
	list-style:none;
}

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

a:hover {
	color:#999999;
	text-decoration:none; 
}

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

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


.headline {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	background-color:#4d6db1;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
}

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

.underline {
	padding-bottom:10px;
	border-bottom:#4d6db1 thin dashed;
	margin-right:20px;
}

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


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


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

#endpiece {
	width:900px;
	height:auto;
	border-top:#4d6db1 thin dotted;
	border-bottom:#4d6db1 thin dotted;
	background-color:#eaefe5;
}


td#navig a:link {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	text-decoration:none;
	color:#4d6db1;
}
