@import url(reset.css);

body {
	background: #999999 url(images/fond.png);
	margin: 0;
	color: black;
	font: 16px "Myriad Pro", Myriad, Arial, sans-serif;
}

#page {
	width: 886px;
	margin: auto;
	background: url(images/content_tile.png) repeat-y center;
}

#container {
	margin: 0 16px;
}

#header {
	border-bottom: 6px solid #66cc00;
	background-color: black;
	color: white;
	height: 80px;
	padding: 0;
}

#logo {
	margin: 16px;
	float: left;
	width: 180px;
	height: 42px;
}

ul.scroller {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

ul.scroller>li {
	position: absolute;
}

#scrollup {
	top: 0px;
	height: 80px;
	width: 600px;
}

#scrollup>li {
	width: 600px;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 12px;
}

#scrollup a {
	color: #66cc00;
}

#plaquette {
	top: 0px;
	height: 309px;
	width: 588px;
	margin-bottom: 50px;
}

#main {
	color: black;
	background-color: white;
	min-height: 400px;
	padding: 30px 10px 10px;
}

img {
	border-style: none;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

#sidebar {
	font-size: 1.05em;
	float: right;
	width: 220px;
	padding: 0;
}

.center {
	text-align: center;
	padding: 5px;
}

td, th {
	padding: 0 10px;
}

.costart {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;
}

.art {
	color: #66cc00;
}

fieldset {
	padding: 10px;
	border: 1px inset gray;
	margin: 20px 0;
}

legend {
	border: 1px inset gray;
	padding: 2px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer {
	font-size: medium;
	text-align: left;
	background-color: black;
	color: white;
	border-top: 2px solid #66cc00;
	height: 1.5em;
	line-height: 1.5em;
	letter-spacing: .5ex;
	padding: 0 150px;
	clear: both;
}

#footer a {
	background-color: black;
	color: white;
	text-decoration: none;
}

.notice {
	font-size: xx-small;
	font-style: italic;
}

.columns {
	padding: 0;
	margin: 0;
	min-height: 130px;
	display: inline-block;
}

.columns li {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
	min-height: 110px;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px groove #66cc00;
}

.two li {
	width: 390px;
	margin: 0 10px;
}

.three li {
	width: 250px;
	margin: 0 10px;
}

.columns li > div.title {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	color: black;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0 0;
	border-bottom: 2px groove #66cc00;
	background-color: #cbcbcb;
	margin: -1px;
}

ul.columns li > div.content {
	font-size: .9em;
	text-align: justify;
	margin: 10px;
}