body
{
  margin: 0;
  background-color: #fff;
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Arial, Verdana, sans-serif;
 }
 
#global {
  position: absolute;
  left: 50%; 
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -290px; /* moitié de la hauteur */
  margin-left: -490px; /* moitié de la largeur */
  width: 952px;
  height: 580px;
}
#container {
  width: 952px;
  height: 567px;
  background-color: #799E44;
  border: 1px solid #000;
  
}
#header {
  background-color: #FFFFFF;
  height: 82px;
  width: 952px;
  background-image: url('../images/pbna_presse/logo.gif');
  background-repeat: no-repeat;
  background-position: 21px 21px;
}

#recherche
{ 
  font-size: 11px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 15px;
  right: 25px;
  height: 30px;
  width: 135px;
  padding: 0;
}

#barremenu {
	height: 55px;
	width: 952px;
	background-color: #799E44;
        margin-top: 5px;
}

#barremenu ul {
	height: 55px;
	list-style-type: none;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 0;
	padding: 0;
}

#barremenu li{
	float: left;
}

#barremenu ul li a {
	list-style-type: none;
	display: block;
	padding: 0 2px 0 0;
}


.menu01 {
	background-image: url(../images/pbna_presse/bt_accueil.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 67px;
}
.menu01:hover {
	background-image: url(../images/pbna_presse/bt_accueil_on.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 67px;
}

/*-------------fin menu------------*/

#corps {
	background-color: #FFFFFF;
	height: 438px;
	width: 907px;
	position: absolute;
	left: 23px;
	top: 113px;
	background-image: url(../images/images/coins_arrondis.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#centre {
	width: 867px;
	float: left;
	height: 380px;
	margin-top: 37px;
	font-size: 11px;
        overflow: auto;
	padding: 0 20px;
	text-align: justify;
}

#centre li
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4D4D4D;
	list-style-type: none;
	text-align: left;
	list-style-image: url(../images/images/puces_p2.gif);
}

#centre ul {
	margin-left: 30px;
}

#centre li a
{
	color: #4D4D4D;

}
#centre a {
	color: #4D4D4D;
	text-decoration: underline;
}
#centre a:hover
{
	color: #4D4D4D;
	text-decoration: none;
}

.float_right {
	clear: right;
	float: right;
	margin-left: 10px;
}

}

* {
	margin: 0px;
	padding: 0px;
}

.sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008BD7;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3A3B;
	text-decoration: none;
	padding-top: 5px;
	width: 980px;
	height: 12px;
}

#footer a {
	color: #3A3A3B;
}

img 
{border: none;}