@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 6px;
	margin-bottom: 12px;
}
#subheader {
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-image: url(../images/cadre_menu_bleu.jpg);
}
#langue {
	margin-top: 6px;
	margin-bottom: 0px;
}
#rightColumn {
	float: right;
	width: 480px;
	margin-top: 12px;
}
.titre_menu {
	color: #A00;
	background-color: #FFF;
	background-image: url(../images/cadre_menu_bleu.jpg);
	text-align: center;
}
a:hover {
	color: #A00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #A00;
	text-decoration: none;
}
a:link {
	color: #A00;
	text-decoration: none;
}
#leftColumn {
	float: left;
	width: 250px;
	margin-top: 12px;
}
h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #616161;
}
h1 {
	font-size: 16px;
	font-style: normal;
	color: #A00;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	list-style-type: disc;
}
f1 {
	font-size: 10px;
	font-style: italic;
	color: #444;
}

