body {
	margin: 0 0;
	padding: 0;
	text-align: center;
	font: 12px "Trebuchet MS", helvetica, sans-serif;
	background: #e6e6e6;
}

img {
	border: 0;
}

#conteneur {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-bottom: 25px;
}

#header {
	clear: both;
	width: 900px;
	height: 100px;
	background: #999999 url(images/header.gif);
}

/* @group Tabs */

#tabs {
	padding: 5px 0 0 60px;
	height: 28px;
	display: block;
	background: #e6e6e6 url(images/TabMosaic.gif) repeat-x 0 100%;
	font-weight: bold;
}

#tabs ul {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
}

#tabs ul li {
	display: block;
	margin: 0px 0 0 -1px;
	padding: 0;
	float: left;
}

#tabs ul li#home {
	margin-left: 5px;
}
	
#tabs ul li a {
	display: block;
	padding: 7px 10px 8px 10px;
	float: left;
	color: #5b5b5b;
	font-size: 12px;
	text-decoration: none;
}

#tabs ul li a:hover {
	color: maroon;
	text-decoration: none;
}

#tabs ul li span {
	display: block;
	float: left;
}

#tabs li a {
	background: url(images/TabMosaic.gif) no-repeat 100% -120px;
}

#tabs li.active {
	background: url(images/TabMosaic.gif) no-repeat 0px 0px #fff;
}

#tabs li.active a {
	color: maroon;
	background: url(images/TabMosaic.gif) no-repeat 100% -60px;
	font-weight: bolder;
}
	
/* @end */

#contenu {
	padding: 25px 50px 0 50px;
	font-size: 12px;
	line-height: 1.4em;
}

#contenu a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

#contenu a:hover {
	color: maroon;
	text-decoration: none;
}

#center {
	margin: 0 50px 30px 50px;
	width: 600px;
	text-align: center;
}

h1 {
	font-size: 16px;
	color: #666666;
	margin: 0 0 25px 0;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	font-size: 12px;
	color: #666666;
	line-height: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: maroon;
	font-weight: normal;
}

form {
	margin: 0;
}

#ficheBox {
	width: 780px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}

/* @group navBox */

#navBox {
	height: 28px;
	background: #e6e6e6;
}

#navBox ul {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
}

#navBox ul li {
	display: block;
	margin: 0px 0 0 -1px;
	padding: 0;
	float: left;
}

#navBox ul li#home {
	margin-left: 5px;
}
	
#navBox ul li a {
	display: block;
	padding: 7px 15px 8px 15px;
	float: left;
	color: #5b5b5b;
	font-size: 12px;
	text-decoration: none;
}

#navBox ul li a:hover {
	color: maroon;
	text-decoration: none;
}

#navBox ul li span {
	display: block;
	float: left;
}

#navBox li a {
	background: url(images/TabMosaic.gif) no-repeat 100% -120px;
}

#navBox li.active {
	background: url(images/TabMosaic.gif) no-repeat 0px 0px #fff;
}

#navBox li.active a {
	color: maroon;
	background: url(images/TabMosaic.gif) no-repeat 100% -60px;
}

/* @end */

#generalBox {
	padding: 5px;
	font-size: 11px;
}

#cat1Box {
	padding: 5px;
	display: none;
	font-size: 11px;
}

#cat2Box {
	padding: 5px;
	display: none;
	font-size: 11px;
}

#cat3Box {
	padding: 5px;
	display: none;
	font-size: 11px;
}

.photo {
	float: right;
	margin-right: -5px;
}

.bold {
	font-weight: bolder;
	color: maroon;
}

.red {
	font-weight: bolder;
	color: red;
}

.green {
	font-weight: bolder;
	color: green;
}

.ficheDate {
	font-style: italic;
	font-size: 10px;
	color: maroon;
}

.text {
	font-style: normal;
	color: #666666;
	font-size: 12px;
}

.center {
	text-align: center;
}

.search {
	text-align: right;
	margin-right: 5px;
}

.tooltip {
	width: 350px;
	color: #333333;
	font-size: 12px;
	position: absolute;
	padding: 5px;
	border: solid 1px #333333;
	visibility: hidden;
	background: #e6e6e6;
	line-height: 1.4em;
	font-style: normal;
}

.tooltipCenter {
	width: 350px;
	color: #333333;
	font-size: 12px;
	position: absolute;
	padding: 5px;
	border: solid 1px #333333;
	visibility: hidden;
	background: #e6e6e6;
	line-height: 1.4em;
	font-style: normal;
	text-align: center;
}

.toolPhoto {
	margin-top: 5px;
	width: 300px;
}

.question {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}

.questionTitle {
	font-size: 11px;
	font-weight: bolder;
	color: maroon;
	font-style: italic;
}

#bonus {
	display: none;
}

.date {
	font-style: italic;
	font-size: 10px;
	color: #333333;
}

.ficheTable {
	width: 600px;
}

.rowTitle {
	font-size: 10px;
	color: #333333;
	text-align: center;
	text-decoration: underline;
}

#footer {
	width: 900px;
	clear: both;
	margin-bottom: 5px;
	text-align: center;
	color: #1A1D5D;
	font-size: 10px;
	line-height: 12px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: maroon;
	text-decoration: underline;
}
