/* --------------------------------------------------- */
/*  Default HTML element definitions                   */
/* --------------------------------------------------- */
body {
	background: #f4f4f4 url(/img/bg.jpg) center top repeat-x;
	margin: 0 0 14px 0;
	color: #000;
	text-align: center;
}
body, td {
	font: normal 13px/1.2em "Trebuchet MS", Arial, sans-serif;
}
ul, li, form, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
a img {
	border: 0 none;
}
strong {
	font-weight: bold;
}
a {
	color: #C40820;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.breaker {
	overflow: hidden;
	clear: both;
	height: 1px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* --------------------------------------------------- */
/*  Page                                               */
/* --------------------------------------------------- */
#header, #menu, #footer {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#cttborderl {
	margin: 0 auto;
	width: 820px;
	background: url(/img/degrad1.gif) repeat-y left;
}
#cttborderr {
	margin: 0 0 0 10px;
	width: 810px;
	background: #ccc url(/img/degrad2.gif) repeat-y right;
}
#container {
	width: 800px;
	margin: 0 10px 0 0;
	text-align: left;
}
#line {
	background: #85a79a;
	width: 100%;
	height: 10px;
}
/* --------------------------------------------------- */
/*  Header                                             */
/* --------------------------------------------------- */
#header {
	position: relative;
	background: url(/img/head.jpg) no-repeat;
	height: 155px;
}
#header p {
	position: absolute;
	left: 20px;
	top: 35px;
}
#header h1 {
	position: absolute;
	color: #fff;
	left: 140px;
	top: 50px;
	font: normal 26px/1.2em "Trebuchet MS", Arial, sans-serif;
}
#header h2 {
	position: absolute;
	color: #115a2e;
	left: 140px;
	top: 86px;
	font: normal 18px/1.3em "Trebuchet MS", Arial, sans-serif;
}
#menu {
	position: relative;
	background: #fff;
	height: 25px;
}
#menu ul {
	position: absolute;
	right: 0;
	list-style: none;
	padding: 2px 0 0 10px;
}
#menu li {
	float: left;
	margin: 3px 10px 0 0;
	padding: 0 0 0 14px;
	font-size: 13px;
}
#menu .in {
	background: url(/img/puce2.gif) no-repeat left;
}
#menu .out {
	background: url(/img/puce.gif) no-repeat left;
}
#menu .in a {
	color: #004a1a;
	font-weight: bold;
}
#menu .out a {
	color: #a6a69c;
}
/* --------------------------------------------------- */
/*  Container                                          */
/* --------------------------------------------------- */
#container {
	position: relative;
	background: #fff;
}
#content {
	margin: 0 10px 0 10px;
	padding: 15px 0 15px 0;
}
/* --------------------------------------------------- */
/*  Footer                                             */
/* --------------------------------------------------- */
#footer {
	text-align: center;
}
#footer a {
	color: #333333;
}
#footer p {
	margin: 8px 0 0 0;
	font-size: 11px;
}

