body {
	text-align:center;
	margin: 0px;
	padding: 10px;
	background-color: #EDEDED;
}

#ConteneurTexte {
	width:1024px;
	text-align:center;
	margin:0px auto 0 auto;
	border:1px solid #ffffff;
	background-image: url(../images/fond2.gif);
	background-repeat: repeat-y;
}



img {
	border:none;
}

.Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}


#Centre {
	width:1024px;
	text-align:center;
}

#Contenu {
	display:block;
	position:relative;
	width:1024px;
	margin:0 auto 0 auto;
	padding:0;
	background-color: #F7F7F7;
	text-align:left;
	height:auto;
	min-height:500px;
	height:500px;
	background-image: url(../images/fond2.gif);
	background-repeat: repeat-y;
}
html>body #Contenu {
	height: auto;
	min-height: 500px;
}


#TexteCentre {
	width:675px;
	overflow:hidden;
	padding:10px 0 0 0;
}

#MenuGauche {
	background-color: none;	/*#CBE2D5;*/
	left:0;
	width: 170px;
	float: left;
	margin-right: 10px;
	overflow:hidden;
}
#MenuDroite {
	float: right;
	width: 160px;
	margin:0;
	padding:10px 0 0 0;
	background-color: #CBE2D5;
	overflow:hidden;
}

#MenuDroite .Informations p {
	margin:0;
	padding:0;
}

.Logo2 {
	border-style: solid;
	border-width: 0 0 5px 0;
	border-color:#206560;
}

.Contact {
	position:absolute;
	bottom:0;
	right:12px;
}

/* ----------------------------- colonne ------------------------ */

@media print {
	body, html {
		background:none;
		color:#000000;
	}
	#MenuGauche, #MenuDroite {
		display:none;
	}

	.NotPrint {
		display:none;
	}
}
