#ongletsBack {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

/* header : les onglets */
#header {
	float: left;
	width: 100%;
	line-height: normal;
	background: url("http://www.univ-paris5.fr/image_partagee/onglet_bordure.gif") repeat-x bottom;
}

#header ul {
   margin: 0;
   padding: 10px 0;
   list-style: none;
}

#header li {
   float: left;
   background: url("http://www.univ-paris5.fr/image_partagee/onglets_out_01.gif") no-repeat left top;
   margin: 0 2px 0 0;
   padding: 0 0 0 9px;
   list-style: none;
}

#header a {
   display: block;
   background: url("http://www.univ-paris5.fr/image_partagee/onglets_out_02.gif") no-repeat right top;
   padding: 5px 15px 4px 6px;
	color: #ADDDFB;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

/* Onglet Courant */
#header .current {
   background-image: url("http://www.univ-paris5.fr/image_partagee/onglets_hover_01.gif");
}

#header .current a {
   background-image: url("http://www.univ-paris5.fr/image_partagee/onglets_hover_02.gif");
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

/***********************/
/* Contenu de l'onglet : couleurs*/
/***********************/
div.ongletdesc {
/*  	background-color: #417191; */
	background-color: #BAD2E7;
/*	color: #FFFFFF;*/
/*	padding-top: 5px;*/
/*	margin-bottom: 0;
*/
	clear: left;
}

div.ongletdesc table {
/*	padding: 5px;*/
/*	color: #FFFFFF;*/
	border: 0px;
}


div.ongletdesc td {
	padding: 2px;
}

/***********************/
/* Contenu des onglets : le texte  */
/***********************/

div.ongletdesc a:link, a:visited	{
	color: #FFF5BF;
	text-decoration: none;
}

div.ongletdesc a:active, a:hover	{
	text-decoration: underline;
	color: #FFFFFF;
}

/* Titre d'un champ a l'interieur d'un onglet */
div.ongletdesc #title_ong	{
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

/**************************/
/* Boutons De la barre des onglets */
/**************************/

li input {
  font-size: 12px;
  font-weight: bold;
  color: #A4D3EF;
  border-width: 0px;
/*  background-color: #076baa; */
  background-color: #0B659E;
}

li.current input {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  border-width: 0px;
/*  background-color: #129AF1; */
  background-color: #129AF1; 
}


  