
/* header */
#header {
	float: left;
	font-size: 93%;
	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;
	text-decoration: none;
}

#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-weight: bold;
}

/***********************/
/* Description de l'onglet */
/***********************/
div.ongletdesc {
	background-color: #076baa;
	color: #FFFFFF;
	padding-top: 5px;
	margin-bottom: 0;
	clear: left;
}

div.ongletdesc table {
	color: #FFFFFF;
}

div.ongletdesc td	{
	background-color: #129AF1;
}

/***********************/
/* Style du texte */
/***********************/
#title {
	font-weight: bold;
	color: #AF270A;
}

#subTitle {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#headerTitle {
	font-weight: bold;
}

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

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

