body
	{  
		font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
		background-color:black;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
	}
#header
	{
		font-weight:bold;
		text-align:right;
		background-color:black;
		color:white;
		padding-right:5px;
	}
#content
	{
		margin:auto;
		background-image:url("bg.gif");
		background-repeat:no-repeat;
		background-position: bottom left;
		background-color:white;
	}
	#centercontent
		{
			margin:auto;
			width:800px;
			background-color:white;
			text-align:justify;
		}
#footer
	{
		background-color:black;
		padding-right:5px;
		font-weight:bold;
		text-align:right;
		color:white;
	}
/* ------------------------------------------------------------------------------------------------------------------------*/
img, img a
	{
		border:0px;
		padding:5px;
	}
#header a, #footer a
	{
		text-decoration:none;
		color:white;
	}
#centercontent a
	{
		text-decoration:none;
		color:black;
	}
/* ---------------------------------------------- INFOBULLE-------------------------------------------------------------- */
#dhtmltooltip
	{
		position: absolute;
		width: 310px;
		border: 2px solid black;
		padding: 2px;
		background-color: black;
		visibility: hidden;
		z-index: 100;
		color:white;
		text-align:justify;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
/* -------------------------------------------- FORMULAIRE FLOTTANT ----------------------------------------------*/
#filter
	{
		display: none;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: #CCA;
		z-index:10;
		opacity:0.5;
		filter: alpha(opacity=50);
	}
#box 
	{
		display: none;
		position: absolute;
		top: 20%;
		left: 20%;
		width: 600px;
		padding: 38px;
		margin:0;
		border: 1px solid black;
		background-color: white;
		z-index:101;
		overflow: none;
		font-size:70%;
	}
#boxtitle
	{
		position:absolute;
		float:center;
		top:0;
		left:0;
		width:100%;
		height:24px;
		font-size:100%;
		padding:0;
		padding-top:4px;
		left-padding:8px;
		margin:0;
		border-bottom:4px solid gray;
		background-color: #000000;
		color:white;
		text-align:center;
	}
/*-------------------------------------------------------- POSITION -------------------------------------------------------------*/
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
