body {
	background-color: #365463;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
a:link {
	color: #a6a7a9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a6a7a9;
}
a:hover {
	text-decoration: underline;
	color: #a6a7a9;
}
a:active {
	text-decoration: none;
	color: #a6a7a9;
}
.sidebar {
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-color:#64675F;
	}

.sidebar_actu {
	background-image: url(images/sidebar_actu.jpg);
	background-repeat: no-repeat;
	background-color:#64675F;
	}

.bg_index {
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
}
.bg_p2 {
	background-image: url(images/bg_p2.jpg);
	background-repeat: no-repeat;
}
.txt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d3;
	padding-left:25px;
	padding-right:25px;
}
.txt_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d2d2d3;
	padding-top:5px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a6a7a9;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #78b4d3;
	font-weight:bold;
}