html, body
{
	background-color: black;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#centre
{
	border: 0;
	background-color: black;
	position: absolute;
	left: 0%;
	top: 25%;
	margin: auto;
	width: 100%;
}

#support
{
	width: 852px;
	margin: auto;
}

#entete
{
	background-image: url('images/entete.jpg');
	background-repeat: no-repeat;
	width: 852px;
	height: 164px;
}

#menu
{
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	width: 852px;
	height: 29px;
}

#menuTable
{
	padding: 0px;
	margin: 0px;
	margin-left: 244px;
	border-collapse: collapse;
	margin: auto;
}

#menuTable td
{
	cursor: pointer;
}

#corps
{
	background-image: url('images/corps.jpg');
	background-repeat: repeat-y;
	width: 852px;
	padding-top: 25px;
	color: #FFFFFF;
}

#pied
{
	color: #BBBBBB;
}

#menuBas
{
	padding-bottom: 10px;
	width: 852px;
	height: 29px;
}

#menuBas a
{
	color: #BBBBBB;
}

.gras
{
	color: #FFFFFF;
	font-weight: bold;
}

#supportCadre
{
	padding: 20px;
}

#cadre
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: justify;
	padding: 20px;
	border: solid 2px #440000;
	opacity : .5;
	filter : alpha(opacity=50);
}

/* pour IE 6 */
#cadre
{
	height : 1px;
}

/* pour les autres navigateurs */
* > #cadre
{
	height: auto;
}

/* pour IE 7 */
*+html #cadre
{
	min-height : 1px;
}
