/* CSS Document */
#fondPage {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:4300px;
	background-color:#619B16;
	z-index:5;
}
#fondPage #fondGauche {
	width:49%;
	float:left;
	margin-right:auto;
	margin-left:0px;
	background-color:#468F19;
	background-image:url(../../images/fondGauche.gif);
	background-repeat:repeat-y;
	background-position:100% 0%;
	height:1500px;
	z-index:1;
}
#fondPage #fondDroite {
	width:49%;
	float:right;
	margin-right:0px;
	margin-left:auto;
	background-color:#75A513;
	background-image:url(../../images/fondDroite.gif);
	background-repeat:repeat-y;
	height:1500px;
	z-index:1;
}
#fondPage,
#fondPage #fondDroite,
#fondPage #fondGauche {
	display:none;
	/* caché pour IE 5 Mac qui ne gere pas les marges verticales negatives  \*/
	display:block;
	/* end hack */
}
#page #vuTv {
	position:absolute;
	top:4px;
	right:15px;
	color:#FFFFFF;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align:right;
}
#contenu {
	position:relative;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
	height:340px;
}
#contenuClip {
	position:relative;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
	height:212px;
}
.bandeau {
	background-image:url(../../images/fondBandeauPub.jpg);
}
.accueil {
	background-image:url(../../images/fondContenu.jpg);
}
#piedPage {
	margin-left:15px;
	margin-right:15px;
	margin-top:6px;
	border-top:#FFFFFF solid 1px;
	background-image:url(../../images/logoPied.gif);
	background-repeat:no-repeat;
	padding-left:44px;
	padding-top:7px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	height:50px;
}.bandeauMentions {
	background-image: url(../../images/fondMentions.jpg);
	background-repeat: no-repeat;
}
