/************************************************/
/* Feuille de style pour la racine              */
/* de BH Environnement                          */
/************************************************/

/* Élements basiques de la page */
body {
	background-color:"white";
	color:#553300;		/* couleur de la police */
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size: 12px;
	width:87em;
	margin:auto;
	padding:0;
	}
/* Les zones de la page */
/* Bloc haut - contient logo et en-tête */
#haut	{
	position:relative;
	margin:0;
	width:100%;
	padding:.5em;
	}
/* logo - la fleur à gauche - le reste de l'en-tête s'aligne à droite et dessous */
#logo {
	float:left;
	margin:0;
	padding:1em;
}
/*Bloc du milieu - contient la barre de navigation, le corps et une marge droite */
#milieu	{
	clear:both;
	position:relative;
	left:0;
	margin:0;
	padding:0;
	width:100%;
}
/* Barre de navigation - bloc de gauche */
#nav {
	float:left;
	width:15em;
	left:0;
	margin:0;
	padding:6ex 0.5em;
	height:100%;
}
/* Corps du texte - bloc central */
#corps {
	margin:0;
	padding:0 1em 1ex 1em;
	width:46em;
	min-height:40ex;
	border-right: solid 4px #22AA44;
	border-left: solid 4px #FF6600;
	font-size:1.1em;
	line-height:1.2em;
	overflow:auto;
}
/* Marge droite - Actualités */
#droite {
	float: right;
	background-color:#ffda75;
	width:15em;
	margin:0;
	padding:.5em;
	border:dotted 1px #EA8800;
	}
#droite a{
	color:#FF4400;
	background-color:#FAFFE0;
	font-weight::bold;
}
#droite a:visited{
	color:#FF4400;
	background-color:#FAFFE0;
	font-weight::bold;
}
#droite a:hover{
	color:#FAFFE0;
	background-color:#FF4400;
	font-style:normal;
	font-weight:bold;
}
#droite a:visited:hover{
	color:#FAFFE0;
	background-color:#FF4400;
	font-style:normal;
	font-weight:bold;
}
/* Marge droite - Brèves */
#droite p.p1{
	border:dashed 1px #229955;
	background-image:url(objets/2pet_filig_vert.png);
	background-attachment:scroll;
	background-position:1em 1em;
	background-repeat:no-repeat;
	background-color:#fff8ab;
	color:#554400;
	margin-bottom:1em;
	padding:0.3em;
	}

#droite p.p2{
	border:dotted 1px #AA8800;
	background-image:url(objets/2pet_filig_jaune.png);
	background-attachment:scroll;
	background-position:1em 1em;
	background-repeat:no-repeat;
	background-color:#fff8ab;
	color:#925603;
	margin-bottom:1em;
	padding:0.3em;
	}

/* Pied de page ; date auteur.... */
#pied	{
	clear:both;
	position:relative;
	color:#005500;
	margin:0;
	padding:0 .5em;
	width:100%;
}
/* emplacement des logos W3C */
#W3	{
	position:absolute;
	font-size:80%;
	left:0;
	margin:0;
	padding:6ex 0.5em;
	width:15em;
}
/* Mentions légales */
#mentions {
	position:absolute;
	text-align:center;
	width:51em;
	margin:0 0 0 15em;
	padding:0 1em 1ex 1em;
}

  /*********************/
 /* Balises courantes */
/*********************/

/* Liens */
a {		/* lien seul */
	text-decoration: none;
}
/* lien visité */
a:visited {
	text-decoration:none;
}
/* lien survolé (non visité) */
a:hover {
	font-style:italic;
	text-decoration:overline underline;
}
/* lien visité survolé */
a:visited:hover	{
	font-style:italic;
	text-decoration:overline underline;
}
/* lien sur une image */
a img:hover {
 text-decoration:none;
}


/*******************************************/
/* Hiérarchisation : titres, sous-titres */
h1 { 
  font-family: "Bauhaus 93", "Arial black", Helvetica, sans-serif;
  text-align:left;
  margin: 0.5em 0;
/*  padding: 0.5ex 2em 0.5ex 2em; */
} 
h2 { 
  font-family: "Times New Roman", Times, serif;
  font-size: 240%;
  font-weight: bold;
  text-align:left;
  margin: 0;
  padding: 1.2em;
} 
h3 { 
  font-family: "Times New Roman", Times, serif;
  font-size: 220%;
  font-weight: bold;
  text-align:left;
  margin: 0 0 0 7em;
  padding:1 0.9em 0 0.5em;
}
h4 { 
  font-family: "Times New Roman", Times, serif;
  font-size: 180%;
  text-align:center;
  font-weight: bold;
  margin: 0;
  padding: .5em .5ex;
}
h5 { 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding:0.3em;
}
h6 { 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
}
/* ligne de séparation */
hr {
	width:70em;
	margin:1em 0 0 0 auto;
	padding:0;
	background-color:#663300;
	height:4px;
}


/* emphasism : en gras pour le moment */
em	{
	font-weight:bold;
	font-stretch:expanded;
	font-style:normal;
}

.em-bhe	{
	font-family:"Bauhaus 93", "arial black", "geneva";
	font-size:1.5em;
	font-stretch:expanded;
	font-style:normal;
}

/* listes dans le menu horizontal */
.menup {
	margin:0;
	padding:0 1em 1ex 1em;
	text-align:center;
}

.menup li {
	display:inline;
	font-weight:bold;
	font-size:.9em;
}
/* liens de liste */
.menup li a {
	padding-right:2em;
	padding-left:2em;
	background:#83663C;
	color:#FFF6EA;
}
/* images de menup */
.menup img {
	padding:0;
	margin:0;
}
/*  liens de liste survolés */
.menup a:hover {
	background:#FFF6EA;
	color:#83663C;
	text-decoration:none;
	font-style:normal;
}
.menup a:visited:hover {
	background:#FFF6EA;
	color:#83663C;
	text-decoration:none;
	font-style:normal;
}

.centre	{
	margin:auto;
	width:90%;
	text-align:center;
}

/* Texte ordinaire */
p { 
 margin: 0;
 padding-bottom: 0.5em;
}

/* Lettrine 
#corps p:first-letter {
 font-weight:bold;
}*/


/* Tables ordinaires */
table	{
	margin:0;
	padding:0;
}
/* tables basic */
table.basic	{
	padding: 5px;
	}
tr.basic	{
	border-bottom: solid 1px #A0A0A4;
	}
td.basic	{
	padding: 1em .5em 1em 0;
	}

/* Images */
img { 
 border-width: 0; /* pas de bordure sur les images */
 margin:2px; /* pour décoller les images des légendes */
}

/* Dans la barre de navigation. Attention, c'est un peu le bazar */
/* Toutes les listes */
#nav ul {
	margin:0;
	padding: 0;
	left:0;
	margin-left:4px;
	list-style-type:none;
}
#nav li {
	list-style:url("objets/favico.png") inside;
	margin:0;
	padding:0;
	padding:.5em 0;
	line-height:1.3em;
}
#nav li:hover {
	list-style:url("objets/redp.png") inside;
	font-weight:bold;
}
#nav li.actuel {
	list-style:url("objets/redp.png") inside;
	font-weight:bold;
}

#nav a	{
	color:#83663C;
	font-size:.9em;
	font-style:normal;
	text-decoration:none;
	background-color: white;
	line-height:1.3em;
	padding:.5em 0;
	}
#nav a:hover{
	font-style:normal;
	text-decoration:none;
	list-style-image:url(objets/redp.png);
	color: white;
	background-color:#83663C;
	}
	
#corpsentete	{ 
	position:relative;
	float:left;
	left:25px;
	width:555px;
	margin:0 20px 10px 20px;
	padding-top: 10px;

	-height:80px;
	min-height:80px; 
}


.corpsbht	{ 
	padding: .5ex .5em;
	background-color: #fdfdff;
}

.corpshaut { 
	position:relative;
	height:39px; 
	background-image:url(images/corps_haut.jpg);
	background-repeat:no-repeat;
	font-size:100%;
	margin: 0;
	padding: 0 1em;
	line-height:2em;
	color: black;
	font-variant:small-caps;
	font-weight:bold;
}

.corpsbas { 
	position:relative; 
	height:20px; 
	background-image:url(images/corps_bas.jpg); 

	background-repeat:no-repeat;
}

