@charset "utf-8";
/* CSS pour gabarit intérieur et SansMenu plus leur contenu respectif */

body {
  margin:0;
  padding:0;
  background-color:#090705; 
  background-image:url(../images/fondSite.jpg);
  background-repeat:no-repeat;
  background-repeat:repeat-x;
}
html {
  padding:0;
  margin:auto;
  text-align:center;
  overflow:auto;
}
#conteneurCaravane {
  position:relative;
  height:712px;
  width:1023px;
  top:0px;
  margin:auto;
  text-align:left;
  background-color:#090705; 
  z-index:1;
}
#headerCaravane {
  position:absolute;
  top:0px;
  left:0px;
  width:1023px;
  height::122px;
  margin:0;
  border:0;
  padding:0;
  z-index:2;
} 
#boutonsCaravane {
  position:absolute;
  top:122px;
  left:0px;
  width:1023px;
  height::123px;
  margin:0;
  border:0;
  padding:0;
  z-index:2;
} 
#corpsCaravaneFiche {
  position:absolute;
  top:245px;
  left:0px;
  width:1023px;
  height::436px;
  margin:0;
  border:0;
  padding:0;
  z-index:2;
} 
#footerCaravane {
  position:absolute;
  top:700px;
  left:0px;
  width:1023px;
  height::61px;
  text-align:center;
  margin:0;
  border:0;
  padding:0;
  z-index:2;
} 


/*==================================================================================================================*/
/*===============================================Contenu respectif des pages========================================*/
/*==================================================================================================================*/

/* zone de texte à gauche*/
#coordonnees {
position:absolute;
top:12px;
left:58px;
margin:0;
padding:0;
border:0;
height:390px;
overflow:auto;
width:396px;
}
/*zone de texte à droite*/
#GoogleMaps {
position:absolute;
top:12px;
left:563px;
margin:0;
padding:0;
border:0;
overflow:auto;
height:390px;
width:396px;
}
#textePromo {
	position:absolute;
	left:51px;
	top:9px;
	width:921px;
	padding:0;
	margin:0;
	height:67px;
	background-color:none;
	z-index:2;
}
#GrandeZoneTexte {
	position:absolute;
	left:54px;
	top:7px;
	width:915px;
	height:408px;
	overflow:auto;
	z-index:5;
}
#listeConseillers {
	position:absolute;
	left:53px;
	top:25px;
	width:916px;
	height:371px;
	/*background-color:#330099;*/
	z-index:3;
}
