p {margin-top: 0px;}

/*Centrage général*/

body {text-align: center; /* pour corriger le bug de centrage IE */}

#global {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
  margin-bottom: auto; 
	}
     
/* Zones Bandeaux */
#bandeau1i, #bandeau3i {
  margin: 3px 0 3px 0;
	background-image: url(./_bandeau.jpg);
	background-repeat: repeat-y;
	height: 21px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	padding-right: 2px;
	}

#bandeau2i {
	background-image: url(./_accueil.jpg);
	background-repeat: no-repeat;
	height: 140px;
	margin: 0 0 0 0;
	}
	
#bandeau4i {
  margin: 0px 0 2px 0;
	background-color: rgb(250, 242, 144);
  height: 50px;
	}
  	
#bandeau5i {
  margin: 2px 0 2px 0;
	background-image: url(./_bandeau5i.jpg);
	background-repeat: y-repeat;
	height: 25px;
	}	

#bandeau6i {
  margin: 2px 0 2px 0;
	background-image: url(./_bandeau6i.jpg);
	background-repeat: y-repeat;
	height: 25px;
	}	

#bandeau7i {
  margin: 2px 0 2px 0;
	background-color: rgb(15, 46, 128);
	min-height: 65px;
	display: table-cell;
	width: 762px;
	}	

#menu_icones a {
  margin: 20px 0 0 5px;
  display: table-cell;
  float: left;
  width: 50px;
	line-height: 50px;
  }
	
#bandeau_menu {
	background-color: rgb(250, 242, 144);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  margin: 5px 0 0 0;
	}
	
#menu_h {
  height: 25px ;
  }

#menu_h a {
  margin: 0 0 0 0;
  display: block;
  float: left;
  width: 126px;
	line-height: 25px ;
	font-size: 12px ;
	font-weight: bold; 
	text-decoration: none ;
	color: rgb(24, 45, 110);
  border-left: 1px rgb(240, 230, 000) solid;
  border-bottom: 1px rgb(240, 230, 000) solid;
  }
  
#menu_h a:first-child {border-left: none red solid;}

#menu_h a:hover {
	background-color: rgb(166, 194, 255);
  }

#menu_h a span {     /* définition de la balise <span> inclue dans <a> */
  display: none;
  }

#news {
  background-color: rgb(255, 255, 200);
  margin: 2px 0 2px 0;
  min-height: 65px;
  padding: 5px 0px 5px 0px;
  padding: 5px 20px;
  font-family: "Trebuchet MS", tahoma, verdana,  arial, geneva, sans;
  text-align: left;
  font-size: 14px;
  color: #000033;
  }


.titre_news {
  font-family: "Trebuchet MS", tahoma, verdana,  arial, geneva, sans;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  padding-left: 30px;
  color: #0F2E7E;
}

#news div.barre {
  margin: 5px -20px; padding: 0;
  height: 24px;
  background-color: rgb(250, 242, 144);
  width: 762px;
  text-align: center;
  vertical-align: middle;
}

#breve {
  float: right;
  background-color: rgb(128, 128, 255);
  min-height: 80px;
  width: 480px;
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
  }
  
#breve h3 {
  margin: 1px 1px 1px 1px;
  text-align: center;
  }
  
#breve p {
  margin: 1px 1px 1px 1px;
  text-align: justify;
  
  } 
  
/* Menu de navigation rapide en bas à gauche */
a#menu1 {
  display: none;
  }

#menu_icones span {
  width: 55px;
  margin: 0;
  visibility: hidden;
}

#menu2 {
	display: block ;
	width: 50px ;
	line-height: 50px ;
	text-decoration: none ;
	background: url(_agenda_i.jpg) no-repeat 0 -50px;
	}

#menu2:hover {
	background: url(_agenda_i.jpg) no-repeat 0 0px;
	}

#menu3 {
	display: block ;
	width: 50px ;
	line-height: 50px ;
	text-decoration: none ;
	background: url(_contact_i.jpg) no-repeat 0 -50px;
	}

#menu3:hover {
	background: url(_contact_i.jpg) no-repeat 0 0px;
	}
	
#menu4 {
	display: block ;
	width: 50px ;
	line-height: 50px ;
	text-decoration: none ;
	background: url(_plan_i.jpg) no-repeat 0 -50px;
	}
	
#menu4:hover {
	background: url(_plan_i.jpg) no-repeat 0 0px;
	}

#menu5 {
	display: block ;
	width: 50px ;
	line-height: 50px ;
	text-decoration: none ;
	background: url(_dossier_i.jpg) no-repeat 0 -50px;
	}

#menu5:hover {
	background: url(_dossier_i.jpg) no-repeat 0 0px;
	}
	

