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: 73px;
	width: 952px;
 background-image: url('../images/reanimation/titre.gif');
          background-repeat: no-repeat;
          background-position: 21px 21px;
}
#logo {
	position: absolute;
	left: 21px;
	top: 21px;	
	width: 274px;
	height: 42px;
}

#recherche
{ 
  font-size: 11px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 15px;
  right: 25px;
  height: 30px;
  width: 135px;
  padding: 0;
}

#recherche
{ 
  font-size: 11px;
  text-align: left;
  color: #000;
  float: right;
  position: relative;
  top: 15px;
  right: 20px;
  margin: 0;
  height: 53px;
  padding: 0;
}
#barremenu {
	height: 38px;
	width: 952px;
	background-color: #799E44;
}

#barremenu ul {
	height: 38px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 0;
	padding: 0;
}

#barremenu li{
	float: left;
}

#barremenu ul li a {
	list-style-type: none;
	display: block;
	padding-right: 5px;
}

.menu01 {
	background-image: url(../images/reanimation/bt_accueil.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 65px;
}
.menu01:hover {
	background-image: url(../images/reanimation/bt_accueil_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 65px;
}
.menu02 {
	background-image: url(../images/reanimation/bt_presentation.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 84px;
}
.menu02:hover {
	background-image: url(../images/reanimation/bt_presentation_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 84px;
}
.menu02_ {
	background-image: url(../images/reanimation/bt_presentation_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 84px;
}
.menu03 {
	background-image: url(../images/reanimation/bt_fonctionnement.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 176px;
}
.menu03:hover {
	background-image: url(../images/reanimation/bt_fonctionnement_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 176px;
}
.menu03_ {
	background-image: url(../images/reanimation/bt_fonctionnement_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 176px;
}
.menu04 {
	background-image: url(../images/reanimation/bt_visites.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 188px;
}
.menu04:hover {
	background-image: url(../images/reanimation/bt_visites_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 188px;
}
.menu04_ {
	background-image: url(../images/reanimation/bt_visites_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 188px;
}
.menu05 {
	background-image: url(../images/reanimation/bt_recommandations.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 122px;
}
.menu05:hover {
	background-image: url(../images/reanimation/bt_recommandations_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 122px;
}
.menu05_ {
	background-image: url(../images/reanimation/bt_recommandations_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 122px;
}
/*-------------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;
}

/*bloc gauche*/

#blocleft {
	width: 355px;
	float: left;
	height: 380px;
	margin-top: 25px;
	font-size: 11px;
}

#blocleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	margin-left: 27px;
	margin-top: 0px;
    margin-bottom: 20px;
}
#blocleft ul {
	margin-left: 40px;
}

/*bloc droite*/
#blocright {
	float: right;
	height: 380px;
	width: 504px;
	margin-top: 25px;
	font-size: 11px;
	overflow: auto;
	padding-right: 20px;
	text-align: justify;
}

.float_right {
	clear: right;
	float: right;
	margin-left: 10px;
}
/*#blocright p 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-align: left;
	margin-top: 0;
}*/
#blocright li, #blocleft 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);
}

#blocright ul {
	margin-left: 30px;
}

#blocright li a, #blocleft li a {
	color: #4D4D4D;

}
#blocright a {
	color: #4D4D4D;
	text-decoration: underline;
}
#blocright a:hover, #blocleft a:hover {
	color: #4D4D4D;
	text-decoration: none;
}

* {
	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;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3A3A3B;
	text-decoration: none;
	padding-top: 5px;
	width: 980px;
	height: 12px;
}

#footer a {
	color: #3A3A3B;
}

.td_borde
{ border: 1px solid #000000;
  text-align: center;}

img 
{border: none;}