body {
	margin:0px;
	margin-top: 20px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/trame.gif);
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

div#slider {
	position: absolute;
	top: -74px; /* égale à la hauteur de slider - actions_pub */
	left: 50%;
	margin-left: -160px;
	width: 542px;
	height: 84px;
	/*padding-top: 1px;*/
	/*
	filter:alpha(opacity=80);
	-moz-opacity:0.2;
	opacity: 0.8;
	*/
	z-index: 99;
	/*background-image: url(../images/emprise.gif);
	background-repeat: no-repeat;*/
}
	div#boite_pub {
		position: relative;
		/*filter:alpha(opacity=50);*/
		width: 100%;
		height: 72px;
		text-align: center;
	}
	div#actions_pub {
		position: relative;
		width: 100%;
		height: 10px;
		text-align: center;
		font-family: Arial;
	}
	
	div#actions_pub a {
		text-decoration: none;
		cursor: pointer;
	}
	
	
div#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../images/haut.jpg) no-repeat;
	width: 898px;
	height: 148px;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
}
#header h1{ /* uniquement pour remplacer le logo en l'abscence des CSS */
	text-indent: -5000px ;
	position:relative;
	float:left;
}

div#contenu {
	position: relative;
	margin:0 auto;
	width: 898px;
	background-color: #FFF;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	color: #571883;
}

	#h {
		margin: auto;
		background: url(../images/fond_h.jpg) top left no-repeat;
		width: 862px;
		padding-top: 60px;
		border: 0px solid #00f;
		z-index: 10;
		border: 0px solid green;
	}

	#m {
		background: url(../images/fond_m.gif) top left repeat-y;
		width: 862px;
		margin: 0px;
		/*filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;*/
		z-index: 5;
		border: 0px solid red;
	}
		div#col_gauche {
			position: relative;
			float: left;
			margin-left: 15px;
			width: 400px;
			border: 0px solid #000;
		}
		div#col_droite{
			position: relative;
			float: right;
			margin-right: 15px;
			width: 400px;
			border: 0px solid #000;
		}
	#b {
		background: url(../images/fond_b.jpg) bottom left no-repeat;
		width: 862px;
		padding-bottom: 100px;
		padding-bottom: 40px;
		border: 0px solid #00F;
		z-index: 1;
		border: 0px solid blue;
	}

		div#site_mois {
			position: relative;
			margin: auto;
			width: 410px; /* à régler lorsqu'on change de site */
			min-height: 70px;
			height: 70px;
			border: 0px solid black;
			background: url(../images/lesitedumois.gif) bottom left no-repeat;
			color: #C6BBCC;
		}
			div#liner_mois {
				position: relative;
				margin-top: 2px;
				width: 405px; /* 5px de moins que div#site_mois */
				border-top: 1px solid #C6BBCC;
			}

	div#contenu p {
		padding: 0 20px;
	}
	#flash {
		margin-left: 50px;
		width: 400px;
		height: 100px;
		border: 0px solid #000;
	}
	#flash_tot {
		margin-left: 50px;
		width: 700px;
		height: 500px;
		border: 0px solid #000;
	}
	
	#col_gallerie {
		margin: auto;
		width: 700px;
		border: 0px solid #000;
	}
	hr.cache{
		clear: both;
		visibility: hidden;
	}


div#footer {
	position: relative;
	margin: auto;
	padding-top: 16px;
	text-indent: 35px;
	width: 900px;
	height: 36px;
	background: url(../images/footer.jpg) no-repeat;
	border: 0px solid #000;
	font: 10px Verdana, Arial, helvetica, sans-serif;
	color: #969696;
}
