html {
	font-size: 100%;
}
body
{
	/*background-color: #3266CC;*/
	background: white url("img/background.gif") repeat-y center top;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/*MENU RUBRIQUES EN ONGLETS */

#menu_rubriques {
  float:left;
  width:100%;
  height: 23px;
  background: #3266CC ;
  font: small-caps 0.9em/30px Arial;
  line-height:normal;
  }
#menu_rubriques ul {
  margin:0;
  padding:2px 10px 0;
  list-style:none;
  }
#menu_rubriques li {
  display:inline;
  margin:0;
  padding:0;
  }
#menu_rubriques a {
  float:left;
  background:url("img/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  text-decoration:none;
  white-space:nowrap;
  }
#menu_rubriques a span {
  float:left;
  display:block;
  background:url("img/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  /*font-weight:bold;*/
  color: white;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_rubriques a span {float:none;}
/* End IE5-Mac hack */
#menu_rubriques a:hover span {
  color:#333;
  }
#menu_rubriques #current a {
  background-position:0 -150px;
  border-width:0;
  }
#menu_rubriques #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#menu_rubriques a:hover {
  background-position:0% -150px;
  }
#menu_rubriques a:hover span {
  background-position:100% -150px;
  }

/*ENFANTS DE "GLOBAL" */
#entete a{
	border: 0;
}

#entete a.fr {
	border: 0;
	width: 23px;
	height: 21px;
	background: url("img/logo_fr.gif") no-repeat 0 0;
}

#entete a.langfr:hover{
	border: 0;
	width: 23px;
	height: 21px;
	background: url("img/logo_fr_hover.gif") no-repeat 0 0;
}

#principal{
	background: white url("img/principal.gif") top repeat-y;
}

#bas{
	background: url("img/bottom.gif") top left no-repeat;
}

/*ENFANTS DE "PRINCIPAL"*/
#gauche{
}

#droite{
	font-size: 0.8em;
}

/* ENFANTS DE GAUCHE */
#titre{
	margin:0;
	background: url("img/titre.gif") top left no-repeat;
	text-align: center;
}
#titre span{
	color: white;
	line-height: 50px;
	font-size: 1.5em;
	margin: 0;
}

/*menu d'articles*/
#menu{
	background: url("img/menu.gif") top left repeat-y;
	text-align: center;
}

#menu a{
	color: #3266cc;
	padding-right: 7px;
	text-decoration: none;
}

#menu a:hover{
	color: black;
}
#menu a.on{
	color: black;
}

#bas_menu{
	background: url("img/bas_menu.gif") top left no-repeat;
}

#infos{
	border: 0;
	background: white;
	text-align: center;
	font-size: 0.7em;
	text-decoration: none;
	color: #c0c0c0;
}

#infos img{
	border: 0;
}

#infos a{
	text-decoration: none;
	color: #c0c0c0;
}
#infos a:hover{
	text-decoration: underline;
}
