/**
 * @fichier header.css
 * @version 2.0.0.0
 * @auteur  Stéphane RIO, modifications charte graphique 2012&nbsp;: Gabrielle Calvet
 * @email   stephane.rio@univ-rennes1.fr
 * @date    23.04.2012
*/

/* En-tete */

.header
{
	margin: 0;
	padding: 0;
	height: 129px;
	/*background: transparent url("../navigation/interface/background_header.png") repeat-x 0 40px;*/
	/* Fond CSS3 en 2 couleurs pour l'entete */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 31%, rgba(55,38,14,1) 31%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,rgba(255,255,255,1)), color-stop(31%,rgba(55,38,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(55,38,14,1) 31%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(55,38,14,1) 31%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(55,38,14,1) 31%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 31%,rgba(55,38,14,1) 31%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#37260e',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}

/* Logo de l'UNT (UVED) */

.header .logo_UNT
{
	float: left;
	/*z-index: 100;
	display: block;*/
	width: 206px;
	height: 110px;
	background-image: url("../navigation/interface/logo.png");
	background-position: 50% 66%;
	background-repeat: no-repeat;
	color:transparent;
}

/* Titre du module */

.header .titre-module
{
	/*position: absolute;
	right: 0;
	top: 40px;
	z-index:0;
	width: 100%;
	margin: 0 0 0 174px;
	padding: 24px 15px 0 0;
	font-size: 16px;
	font-weight: bold;*/

	margin-top:40px;
	line-height:67px;
	padding:0 0.5em 0 0;
	color: #fff;
	letter-spacing: 3px;
	text-align: right;
	/*text-transform: capitalize;*/
	font-variant:small-caps;
	background: transparent url(../navigation/interface/photo_header.jpg) no-repeat top right;
}


/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> */

.header .menu-haut
{
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: 20px;
	background-color: transparent;
}

/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> <ul> */

.header .menu-haut ul
{
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
}

/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> <ul> <li> */

.header .menu-haut ul li
{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> <ul> <li> <a> */

.header .menu-haut ul li a
{
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> <ul> <li> <a id="rubrique1"> <span> */

.header .menu-haut ul li a.rubrique:link,
.header .menu-haut ul li a.rubrique:active,
.header .menu-haut ul li a.rubrique:visited
{
	color: #000;
	background-color: transparent;
}

.header .menu-haut ul li a.rubrique:hover
{
	color: #fab43f;
	background-color: transparent;
}

.header .menu-haut ul li a.current:link,
.header .menu-haut ul li a.current:active,
.header .menu-haut ul li a.current:visited,
.header .menu-haut ul li a.current:hover
{
	cursor: default;
	color: #e0570a;
	background-color: transparent;
}


/* Règle&nbsp;: <div id="header" class="header"> <div class="menu-haut"> <ul> <li> <a> <span> */

.menu-haut ul li a span
{
	display: block;
}

/* FIL D'ARIANE */

.breadcrumbs
{
	position: absolute;
	top: 109px;
	left: 0;
	color: #333;
	margin: 0;
	padding: 1px 0 0 0;
	width: 100%;
	height: 19px;
	background: #aac832;
}

.breadcrumbs div, .breadcrumbs span
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 15px;
	background-color: transparent;
}

.breadcrumbs .breadcrumb-separator{
	padding:0;
	text-shadow: 1px 1px 1px white;
}

.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:visited
{
		color: #000;
		font-weight: bold;
		text-decoration: none;
}

.breadcrumbs a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}