
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #001666;
}

#ForceOuvriere {
	width:800px;
	text-align:center;
	margin:30px auto 0 auto;
	border:1px solid #ffffff;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
}
img {
	border:none;
}

.Spacer {
	display:block;
	clear:both;
	display:hidden;
}

#Haut {
	width:800px;
}

#Centre {
	width:800px;
	text-align:center;
}

#TexteCentre {
	width:500px;
	overflow:hidden;
}

#Contenu {
	display:block;
	position:relative;
	width:800px;
	margin:0 auto 0 auto;
	padding:0;
	background-color: #F7F7F7;
	text-align:left;
	height:auto;
	min-height:500px;
	height:500px;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
}
html>body #Contenu {
	height: auto;
	min-height: 500px;
}



#MenuGauche {
	background-color: #ffffff;
	left:0;
	width: 128px;
	float: left;
	margin-right: 10px;
	overflow:hidden;
}
#MenuDroite {
	float: right;
	width: 136px;
	margin-left: 10px;
	background-color: #EAEFFF;
	overflow:hidden;
}
/* ----------------------------- colonne ------------------------ */

@media print {
	body, html {
		background:none;
		color:#000000;
	}
	#MenuGauche, #MenuDroite {
		display:none;
	}

	.NotPrint {
		display:none;
	}
}
#MenuGauche ul {
	zoom:1;
	list-style-type: none;
	padding:0 0 0 5px;
	margin:0 0 0 5px;
}
#MenuGauche ul li {
	zoom:1;
	margin:5px 0 15px 0;
}

#MenuGauche ul a {
	zoom:1;
	background-image: url(../images/puce-a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	color: #001666;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	margin:0;
}

#MenuGauche ul a:hover {
	zoom:1;
	background-image: url(../images/puce-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}