/* Styles graphiques ------------------------------------------------------------ */
#fond {
	z-index:-1;
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fondTapisserie {
	z-index:0;
	/*background:url(../interface/fond-tapisserie.gif) #A60000;
	background-repeat:no-repeat;*/
	background-color:#000000;
}
#fondMain {
	z-index:1;
	position: relative; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main {
	z-index:2;
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainRealisations {
	z-index:0;
	position: relative;
	background-image:url(../interface/fond-tapisserie-realisation.jpg);
	background-repeat:no-repeat;
	background-color: #000000; 
	top: 0;
	left: 0;
	width: 100%;
}
#ombreHaut {
	background:url(../interface/ombre-haut.gif) #392423;
	background-repeat:repeat-x;
}
#ombreBas {
	background:url(../interface/ombre-bas.gif) #392423;
	background-repeat:repeat-x;
}
#ombreGauche {
	background:url(../interface/ombre-gauche.gif) #392423;
	background-repeat:repeat-y;
}
#ombreDroite {
	background:url(../interface/ombre-droite.gif) #392423;
	background-repeat:repeat-y;
}
#paddingTexte {
	padding-left: 60px;
	padding-right: 30px;
	margin-top:46px;
}
#imgGauche {
	float:left;
	margin-right:15px;
	margin-left:-30px;
	margin-bottom:15px;
}
#imgDroite {
	float:right;
	margin-left:15px;
	margin-right:-57px;
	margin-bottom:15px;
}
