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: 980px;
  height: 580px;
}

#container
{
  width: 952px;
  height: 567px;
  margin-left: 27px;
  background-color: #799E44;
  border: 1px solid #000;
  background-image: url('../images/fond.jpg');
  background-repeat: no-repeat;
  background-position: 0% 74%;
}

img
{
  border: 0;
}

#header
{
  height: 73px;
  width: 952px;
  background-color: #fff;
  background-image: url('../images/images/logo_groupe.gif');
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

#logo
{
  float: left;
  margin: 0 0 0 10px;
  height: 73px;
}

#recherche
{ 
  font-size: 11px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 15px;
  right: 30px;
  height: 30px;
  padding: 0;
}

#bandes
{
  position: relative;
  top: 468px;
  height: 26px;
}

/*------------------------*/

/*------ bloc de gauche -------*/

#left
{
  position: absolute;
  top: 73px;
  left: 27px;
  width: 437px;
  height: 468px;
}

#flash_accueil
{  
  margin-top: 25px;
}

#photos img
{
  border: 3px solid #fff;
  float: left;
  margin-left: 1px;
}

.photo
{ 
  margin-right: 51px;
}

.sous_titre1
{
  float: left;
  margin-top: 25px;
  margin-left: 28px;
}

#news
{
  width: 437px;
  height: 164px;
  position: relative;
  left: 28px;
  top: 64px;
}

#news img
{ 
  float: left;
}

#news ul
{ 
  clear: both;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  text-align: left;
  height: 90px;
  width: 380px;
  overflow: auto;
}

#news ul li
{
  background-image: url('../images/puce_news.gif');
  background-repeat: no-repeat;
  background-position: 0% 10%;
  padding: 0 0 10px 20px;
  font-size: 14px;
}

#news a
{ 
  text-decoration: none;
  color: #FFF58C;
}

#flash_urgences
{ 
  float: left;
  margin-top: 20px;
  margin-left: 12px;
}

/*------------------------*/

/*------- bloc de droite --------*/

#right
{
  position: absolute;
  top: 74px;
  right: 28px;
  width: 489px;
  height: 468px;
  text-align: right;
  font-size: 15px;
  background-color: #346F1B;
  background-image: url('../images/bas_droite.gif');
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

#liste1
{ 
  position: absolute;
  top: 55px;
  right: 30px;
  list-style: none;
}

#liste1 li
{ 
  padding: 2px 20px 2px 5px;
  background-image: url('../images/puce01.gif');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#liste1 li a, #liste2 a, #liste3 a, #liste4 a
{
  text-decoration: none;
  color: #FFF58C;
}

#liste1 li a:hover
{ 
  color: #fff;
  text-decoration: underline;
}

#liste2 a:hover, #liste3 a:hover, #liste4 a:hover
{
  text-decoration: underline;
  color: #fff;
}

#liste2
{
  list-style-type: none;
  width: 35px;
  height: 91px;
  text-align: left;
  position: absolute;
  top: 305px;
  left: 150px;
}

#liste3
{
  list-style-type: none;
  height: 91px;
  width: 156px;
  text-align: left;
  position: absolute;
  top: 305px;
  left: 280px;
}

#liste4
{
  list-style-type: none;
  height: 91px;
  width: 315px;
  text-align: left;
  margin-right: 10px; 
  position: absolute;
  top: 305px;
  left: 150px;
  height: 110px;

  overflow: auto;
  
}


#liste2 li, #liste3 li, #liste4 li
{ 
  padding: 0px 5px 5px 20px;
  background-image: url('../images/puce02.gif');
  background-repeat: no-repeat;
  background-position: 0% 35%;
}

.plus 
{
  font-size: 10px;
  color: #FFF58C;
  text-decoration: none;
  padding-left: 20px;
  height: 16px;
}

.plus a
{
  background-image: url('../images/puce_fleche.gif');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #FFF58C;
  text-decoration: none;
}

.plus a:hover
{ 
  color: #fff;
  text-decoration: underline;
 }

#listes
{
  width: 335px;
  float: right;
  margin: -20px 0 0 0;
 }

#titre_droite
{ 
  float: left;
  margin: 26px 0 0 0;
}

#titre_droite2
{ 
  position: absolute;
  top: 250px;
  right: 0;
}

#urgences
{ 
  width: 154px;
  height: 326px;
  float: left;
  position: relative;
  top: 58px;
  left: 0;
  background-image: url('../images/fond_urgences.gif');
  background-repeat: no-repeat;
  text-align: center;
}

#urgences ul
{ 
  list-style: none;
  padding: 0;
  margin: 35px 0 0 0;
  height: 80px;
  width: 154px;
}

.groupe
{ 
  background-image: url('../images/groupe_over.jpg');
  width: 135px;
  height: 35px;
  float: left;
}

.groupe:hover
{ 
  background-image: url('../images/groupe.jpg');
  width: 135px;
  height: 35px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.infos
{ 
  background-image: url('../images/infos_over.jpg');
  width: 146px;
  height: 34px;
  margin-top: 30px;
  margin-left: -135px;
  float: left;
}

.infos:hover
{ 
  background-image: url('../images/infos.jpg');
  background-repeat: no-repeat;
  width: 146px;
  height: 34px;
  cursor: pointer;
}

#logos
{ 
  position: absolute;
  top: 440px;
  right: -28px
}

#logos img
{ 
  float: left;
}

/*-------------------------------*/

#footer
{
  text-align: center;
  color: #3A3A3B;
  font-size: 12px;
  height: 15px;
  margin: 0;
  padding: 5px;
}

#footer a {
	color: #3A3A3B;
}


.specialites
{ 
  height: 110px;
  width: 330px;
  overflow: auto;
  
  }
