
body {
	background-image: url(../images/fond1.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#ConteneurTexte {
	position:relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/fond-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



img {
	border:none;
}

.Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}

#Haut {
	width:700px;
}

.Logo {
	text-align:left;
}

#Centre {
	width:700px;
	text-align:center;
}

#Contenu {
	display:block;
	position:relative;
	width:700px;
	margin:0 auto 0 auto;
	padding:0;
	background-color: #fff;
	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;
}


#TexteCentre {
	width:700px;
	overflow:hidden;
	padding:10px 0 0 0;
	background-image: url(../images/fond-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#TexteCentreInfo {
	width:480px;
	overflow:hidden;
	padding:10px 0 0 0;
	background-image: url(../images/fond-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#MenuGauche {
	background-color: none;	/*#CBE2D5;*/
	left:0;
	width: 170px;
	float: left;
	margin-right: 10px;
	overflow:hidden;
}
#MenuDroite {
	float: right;
	width: 200px;
	margin:10px 4px 4px 0;
	padding:0;
	background-color: #F0F8F0;
	overflow:hidden;
	border: 1px solid #018001;
}
#MenuDroite h1 {
	background:#999;
	color:#fff;
	margin:0 0 10px 0;
	padding:2px;
}

#MenuDroite p {
	margin:0 4px 4px 4px;
	padding:0;
	font-size:11px;
}

.Adresse {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
	border: 1px dashed #999999;
}


.IntroFlash {
	width: 500px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
	border: 1px dashed #999999;
}
.IntroFlash p {
	text-align:center;
}

/* ----------------------------- colonne ------------------------ */

@media print {
	body, html {
		background:none;
		color:#000000;
	}
	.MenuHaut, #MenuDroite {
		display:none;
	}

	.NotPrint {
		display:none;
	}
}


