/* CSS Document */
html, body { width: 100%; height: 100%; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/index_bg_top.gif);
	background-repeat: repeat-x;
	scrollbar-3dlight-color:#EC6500;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#EC6500;
	scrollbar-darkshadow-color:#EC6500;
	scrollbar-face-color:#EC6500;
	scrollbar-highlight-color:#EC6500;
	scrollbar-shadow-color:#EC6500;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
div#container {
	width:610px;
	text-align:left;
	margin: auto;
}
div#menuLeft {
	float:left;
	width:305px;
	height: px;
}
div#menuRight {
	float:right;
	height: px;
}
div#contentTop {
	height:17px;
}
div#contentBottom {
	height:19px;
	clear:both;
}
div#transition {
	height:10px;
	clear: both;
}
div#content {
	background-image:url(images/index_bg_content.gif);
	background-repeat:repeat-y;
	height:360px;
}
div#contentLeft {
	float:left;
	width:375px;
	text-align:justify;
	margin-left:20px;
}
div#pageContent {
	width:350px;
	height:360px;
	text-align:justify;
	overflow:auto;
	padding-right:10px;
}

div#contentRight {
	float:Right;
	width:191px;
	text-align:justify;
	margin-right:23px;
}
div#bottom {
	height:26px;
}
h1 {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CBF200;
	letter-spacing:2px;
}
.titre-rouge {
	color:#9F0000;
	font-weight:bold;
}
a#lien-vert {
	color:#CBF200;
}