/*Feuille de style*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
	background: #103602 url(images/fond_page_vert.jpg);
  }
img {
  border:0;
}
#container {
  position:relative;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
#zone {
  position: absolute;
  top: 0;
  left: 0;
}
#entete {
	height: 190px;
	margin: 0;
	padding: 0;
	background-color: #AEA9BB;
	}
#entete p {
  margin: 20px 0 0 380px;
  font-size: 80%;
  line-height: 1.3em;
  color: #990000;
  }
#bandeau {
  height: 78px;
  margin: 0 0 5px 375px;
  background: url(images/aigle_g.jpg) top left no-repeat;
  }
#bandeau img {
  float: right;
  margin: 0 5px 0 0;
  }
#bandeau p {
  margin: 0 100px 0 100px;
  line-height: 30px;
  font-size: 120%;
  font-weight:bold;
  text-align: center;
  }

/*Menu principal*/
#menu {
	float:left;
	width:370px;
  height:850px;
	padding:0;
	margin:0;
	background: #3b2f1c url(images/fond_menu.jpg) top left no-repeat;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0.5em 0.1em;
}
#menu li {
	list-style-type:none;
}
#menu li a {
	display:block;
	text-decoration:none;
	height:1.6em;
	line-height:1.6em;
	color:#000000;
	font-weight:bold;
	font-size:70%;
	text-indent:1em;
}
#menu li a:hover {
	background:#F1E2BE;
	color:#6B604B;
}
#menu h2 {
	font-size:90%;
	height:1.4em;
	line-height:1.4em;
	margin:0.2em 0 0 0;
	padding-left:0.2em;
	background-color:#ffffff;
	color:#393939;
}
#menu h3 {
	font-size:90%;
	margin-left:1em;
}
.subMenu li {
  padding-left:1.5em;
}
#modemploi {
  float:left;
  width:630px;
/*  height:850px;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-align:left;
	background-color: #FFFF99;
  }
#modemploi img {
  margin:10px;
}
#modemploi h3 {
  text-align: center;
  }
#modemploi table {
  border:0;
  text-align:left;
  font-size:90%;
  margin-left:1em;
  vertical-align:top;
}
#modemploi td {
  vertical-align:top;
  padding-top:0.5em;
}
.chapitre {
  margin:0 0 0 10px;
  color:#0033FF;
}
.bleu {
  color:#003399;
  font-size: 90%;
  font-weight:bold;
}
.commentaire {
  margin:0.2em 1em;
}
.bleu_gras {
  color:#3366FF;
  font-weight:bold;
  margin:0.5em;
}
.liste {
  list-style-type: decimal;
  margin:1em 0.5em 1em 2em;;
}
.liste li {
  margin-top: 0.5em;
}
.blancbleu {
  font-size:100%;
  color: #ffffff;
  background: #22427C;
  }
.bleublanc {
  font-weight:bold;
  font-size:100%;
  color: #22427C;
  background: #ffffff;
  }
.textebleu {
  color: #0000ff;
  }
h2 {
  font-size:140%;
}
a.bulle {
  position:relative;
  color:#396a86; 
  text-decoration:none; 
  font-family:arial, verdana, sans-serif; 
  text-align:center; 
  font-size:11px;
}
a.bulle:hover {
  background: none; 
  z-index: 50; 
}
a.bulle span { 
  display: none;
}
a.bulle:hover span {
  display: block; 
  position: absolute;
  top: 10px; 
  left: 40px;
  font-family:arial, verdana, sans-serif; 
  text-align:left; 
  font-size:12px;
  font-weight:normal;
  width:400px;
  background: white;
  padding: 5px;
  border: 1px solid #62c0f4;
  border-left: 10px solid #62c0f4;
}
