@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ebeae9;
	text-align:center;
	height: 100%;
}
#global {
	position:relative;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height: 100%;
}
#contenu {
	position:absolute;
	width: 860px;
	height: 569px;
	left: 50%;
	top: 50%;
	margin-top: -284px; /* moitié de la hauteur */
	margin-left: -430px; /* moitié de la largeur */
	background:#642a4f;
}
#barbot {
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 21px;
	left: 0px;
	background-color: #dddddd;
	z-index: 1000;
}
#bandeBas {
	background:#281a23;
	font-size:11px;
	height:17px;
	color:#FFF;
	padding:3px 10px 0 10px;
	text-align:left;
}
#bandeBas .mention a {
	color:#6e656b;
	text-decoration:none;
}
#bandeBas .mention a:hover {
	color:#b8b6b6;
}

#bandeBas .realise a {
	color:#5a5056;
	text-decoration:none;
}
#bandeBas .realise a:hover {
	color:#b8b6b6;
}

#bandeBasContenu {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

#menuDiv {
	margin:0px 0 10px 0;
	height:59px;
	text-align:center;
	padding-top:43px;
}

#damierDiv {
	width:590px;
	text-align:center;
	margin-top:32px;
}
