body{
     
}

#global {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     width: 100%; /* largeur obligatoire pour être centré */
     /*height: 500px;*/
     
     }
     
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 856px;
	/*height: 800px;*/
	
	background: url("images/page2.jpg") no-repeat;
	
}

#header {
    padding: 24px 25px 0px 10px;
	/*margin: 0 0 15px 0;*/
	height: 100px;
	z-index: +100;
	background: url("images/page2.jpg") no-repeat;
	
}
#menuheader{
padding: 45px 80px 0px 0px;
text-align: right;
font-size: 19px;
color: #006633;
background: url("images/logo1.jpg") no-repeat;
/*background: navy;*/
height: 100px;

}

/*le texte de chaque lien arrive ici*/

#side-a {
    margin: 10px 0px 0px 22px; /*distance exterieur du side-a*/
    padding: 0px 0px 0px 20px; /*epaisseur du bloc*/
	float: left;
	width: 400px;
	height: 250px;
	/*background: red;*/
}
/*sur toutes les pages sauf index*/
#fond{
    margin: 0px 0px 0px 0px; /*distance exterieur du side-a*/
    padding: 0px 0px 0px 15px; /*epaisseur du bloc*/
	background: url("images/transparent.png") repeat;
	width: 400px;
	height: 250px;
	/*background: yellow;*/
	}
	
	#fondindex{
	  margin: 0px 0px 0px 0px; /*distance exterieur du side-a*/
    padding: 10px 0px 0px 0px; /*epaisseur du bloc*/
	/*background: url("images/transparent.png") repeat;*/
	width: 400px;
	height: 250px;
	/*background: yellow;*/
	}
	
/*les liens*/
#content { 
    margin: 10px 0px 0px 102px; /*distance exterieur du side-a*/
    padding: 40px 0px 0px 10px; /*epaisseur du bloc*/
	float: left;
	width: 30%;
	height: 70%;
/*	background: purple;*/
z-index: 1;
}

/*section droite*/
#side-b {
	float: right;
	width: 100px;
	/*background: teal;*/
}

#footer {
	clear: both;
	/*margin: 290px 30px 0px 12px;*/ /*distance exterieur du footer*/
	padding: 45px 0px 0px 0px; /*; epaisseur du footer*/
	/*height: 0px;*/
/*	background: lime;*/
	text-align: center;
	font-size: 15px;
	color: #006633;
}
#telh{
	font-size: 14px;

	
}

#tel{
	font-size: 18px;
	font-weight: bold;
	
}
#h1{
	font-size: 16px;
	font-weight: bold;
	
	
}
#h2{
	font-size: 18px;
	font-weight: bold;
	
}
#p3{
	font-size: 18px;
	font-weight: bold;
	
}
#con{
    padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	
}
#hor{
	font-size: 12px;
	/*font-weight: bold;*/
	Font-family: courrier;
	z-index: -2;
	
}
a:visited 
  { color: gray; 
  text-decoration: none; 
  background-color: transparent 
  font-style: italic;
  }
  
a:link 
  {color: #006633; 
  text-decoration: underline; 
  background-color: transparent }

a:hover 
  { color: black; 
  text-decoration: underline; 
  background-color: transparent 
  font-weight: bold;}
  

a:active 
  { color: #006633; 
  text-decoration: none; 
  background-color: teal }
  
p b {
DISPLAY: none;
}