﻿body {
	font-family: Verdana;
}
p {
	font-size: 11px;
	color: #333;
	margin: 0px 12px 0px 12px;
	text-align: left;
}
a {
	outline: none; /* evilness chez FF */
}
a:visited {
	font-weight: 500;
	color: #515F70;
}
a:active,
a:link { 
	font-weight: 500; 
	color: #221A94;
	text-decoration: underline; 
}
a:hover { 
	font-weight: 500; 
	color: #FA801D; 
	text-decoration: underline; 
}
#header {
	width: 1000px;
	text-align: center;
	margin-left: 10px;
}
#header h1 {
	font-size: 48px;
	font-weight: bold;
	color: #A9A9A9;
	margin-bottom: 8px;
}
h2 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666;
}
h2 a:active, h2 a:link, h2 a:visited {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}
h2 a:hover {
	text-decoration: underline;
}
#header p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 18px;
	margin-top: 3px;
}
#main {
	width: 1000px;
	margin-left: 12px;
	text-align: center;
	border-top: 1px solid #ccc;	
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 10px;
}
#main p {
	text-align: justify;	
}
#left {
	float: left;
	width: 664px;
	border-right: 1px solid #ccc;
}
#right {
	float: right;
	width: 330px;
	margin: auto 0;
}

#ssv {
	float: left;
	width: 330px;	
	border-right: 1px solid #ccc;
}
#ap {
	float: right;
	width: 330px;
	margin: auto 0;
}
h3 {
	font-size: 12px;
	text-align: left;
	margin-left: 18px;
	margin-bottom: 4px;
}
img {
	border: 2px dashed #999;
}
img:hover {
	border: 2px solid #999;
}
#bottom {
	clear: both;
	width: 1000px;
	text-align: center;
	margin-top: 18px;
	color: #999;
	font-size: 14px;
	margin-left: 10px;
	padding-top: 8px;
}
#bottom h3 {
		border-top: 1px solid #ccc;
		text-align: center;
		font-size: 14px;
		padding-top: 12px;
}
div.copyright {
	color: #515F70;	
	width: 1000px;
	text-align: center;
	font-size: 11px;
	margin-top: 18px;
}