body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  z-index: 6000;
  background-image: url(../images-accueil/wbg.jpg);
}
.desc {
  margin: 15px;
  font-family: Tahoma;
  color: #222222;
  font-size: 8pt;
}
.menu_img {
  margin: 6px 1px 2px 1px;
}
.pied {
  margin: 1px;
  font-family: Tahoma;
  color: #222222;
  font-size: 10pt;
}
.name {
  margin: 0px 15px 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
}
.slogan {
	margin: 245px 0 0 155px;
	font-family: Monotype Corsiva;
	color: #99fe00;
	font-size: 16pt;
}

.slogan a {
	/*margin: 245px 0 0 155px;*/
	font-family: Monotype Corsiva;
	color: #99fe00;
	font-size: 16pt;
}





.thimg {
  border-color: #ffffff;
  margin: 15px;
}
.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.boutton {
  font-style: italic;
  font-weight: bolder;
  background-position: center top;
  background-image: url(../images/button.png);
  position: relative;
  font-size: 1.3em;
  background-repeat: no-repeat;
  width: 239px;
  height: 46px;
  text-align: center;
  color: white;
  padding-top: 15px;/*important*/
}
/*  debut ardoise */
.conteneurcadre{
position: relative;
height:400px;
}
.cadrehaut {
	left: 0px;
	top: 0px;
	width: 600px;
	height: 60px;
	background:url(../images/ardoise.png) repeat 0px 0px; 
	position: absolute;

}
.cadregauche {
	left: 0px;
	top: 60px;
	width: 70px;
	height: 280px;
	background:url(../images/ardoise.png) repeat 0px -60px; 
	position: absolute;

}
.cadrecentre {
	left: 70px;
	top: 60px;
	width: 460px;
	height: 280px;
	background:url(../images/ardoise.png) repeat -80px -60px; 
	position: absolute;
	color:white;
	text-align:justify;
	overflow:hidden;
}
.cadrecentreplus {
	left: 0px;
	top: 0px;
	width: 460px;
	height: 280px;
	position: absolute;
	color:white;
	text-align:justify;
	overflow-y : scroll; 
	overflow-x : hidden; 
}
.cadredroite {
	left: 530px;
	top: 60px;
	width: 70px;
	height: 280px;
	background:url(../images/ardoise.png) repeat -530px -60px; 
	position: absolute;

}
.cadrebas {
	left: 0px;
	top: 340px;
	width: 600px;
	height: 60px;
	background:url(../images/ardoise.png) repeat 0px -340px; 
	position: absolute;

}
.centrecadre {
margin:2px;
padding:0;
}
.textecadrehaut {
  font-style: italic;
  font-weight: bolder;
  font-size: 1.3em;
}
p.textecentrecadre  {
color:white !important;
font-size: 1.4em;
text-align: justify;
}
/*  fin ardoise */

