body, div, span, td, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding; 0px;
}

a {
	color:#99CC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.info {
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

/* #### Barres de titres #### */

#top_bar {
	white-space:nowrap;
	
	float: left;
	margin: 5px 9px 5px;
}

#user_bar {
	float:right;
	font-size:83%;

	margin:2pt;
	padding:0 10px 8px 0;
}

#user_bar #acces_autres_sites {
	color:#666666;
}

#user_bar #acces_autres_sites a {
	color:#000000;
}

#title_bar {	
	clear:both;
	color:#000000;
	
	height:1.3em;
	overflow:hidden;
	
	padding:0.2em 8px;
	white-space:nowrap;
	
	background-color:#EBEBEB;
	border-top:1px solid #D3D3D3;
}

#title_bar .title {
	display:inline;
	
	font-size:110%;
	font-weight:bold;
	margin-left:2px;
}

#title_bar .title a {
	text-decoration: none;
	color: #000000;
}

#title_bar .auteurs, #title_bar .annee, #title_bar .univ {
	font-size:83%;
}

/* #### Col MENU #### */

#menu_left {
	float: left;
	width:280px;
	
	border-right:2px solid #EBEFF9;
	vertical-align:top;
}

#menu_left .selected {
	font-weight: bold;
}

/* #### MENUs #### */

#menu_container {
	width:100%;
}

#menu_container .menu_title {
	font-weight:bold;
	line-height:normal;
	color: #444444;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

#menu_container .menu_tof {
	font-weight:bold;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

/* #### MENU #### */

#menu_content {
	font-size:83%;
	padding-bottom: 10px;
}

#menu_content ul {
	margin: 0px 10px 10px 12px;
	padding: 0px;
}

#menu_content li {
	padding: 2px 0px 0px 12px;
	list-style-type: none;
	background: url("../images/puce1.gif") no-repeat 0px 0.5em;
}

/* #### TOC/TOF #### */

#menu_tof {
	font-size:83%;
	padding-top: 5px;
	border-top:2px solid #EBEFF9;
}

#menu_tof ul {
	margin: 0px 10px 10px 12px;
	padding: 0px;
}

#menu_tof ul ul {
	margin: 5px 10px 10px 5px;
	padding: 0px;
}

#menu_tof li {
	padding: 2px 0px 0px 12px;
	list-style-type: none;
	background: url("../images/puce1.gif") no-repeat 0px 0.5em;
}

#menu_tof li li {
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	background: url("../images/puce2.gif") no-repeat 0px 0.5em;
}

#content_tof {
	font-size:83%;
	padding: 0px 5px 0px 5px;
	height: 500px;
	overflow: auto;
}

#content_tof a, #content_tof a:visited {
	color: #000000;
}

#tof_html {
	display: none;
}

/* #### View #### */

#viewport {
	position: absolute;
	right: 0px;
	left: 0px;
	margin-left: 282px;
}

/* #### Tool bar #### */

#toolbar_container {
	background-color:#FBFBFB;
	border-bottom:2px solid #EBEFF9;
}

#toolbar_container #toolbar_text {
	width: 30%;
	float: left;
	clear: left;
}

#toolbar_container #toolbar_text a {	
	border: 0px;
	color: transparent;
}

#toolbar_container #toolbar_text #toolbar_size {
	float: left;
	margin: 8px 10px 8px 10px; /* 8px car icones plus petites de 16px */
	display:inline-block;
}

#toolbar_container #toolbar_text #toolbar_navig {
	float: right;
	margin: 0px 10px 0px 10px;
	display:inline-block;
}

#toolbar_container #toolbar_text .toolbar_elt {
	padding: 5px;
	display:inline-block;
}

#toolbar_container #toolbar_search {
	width: 40%;
	float: left;
	clear: none;
	text-align: center;
}

#toolbar_container #toolbar_search #toolbar_form_search {
	margin: 12px 10px 8px 10px;
}

#toolbar_container #toolbar_search #toolbar_form_search .search_field {
	border:1px solid #777777;
	color:#666666;
	padding:1px;
	vertical-align:middle;
	width:180px;
}

#toolbar_container #toolbar_search #toolbar_form_search .search_button {
	vertical-align:middle;
}

#toolbar_container #toolbar_links {
	width: 30%;
	float: right;
	clear: right;
	text-align: right;
}

#toolbar_container #toolbar_links #toolbar_book {
	margin: 15px 10px 8px 10px;
	display:inline-block;
}

#toolbar_container #toolbar_bottom {
	clear: both;
}

/* #### Text #### */

#content_container {
	clear: both;
	opacity: 0; /* To fade In */
}

#loading {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent url("../images/ajax-loader.gif") no-repeat scroll center center;
}

#content_container #search_intra_navig {	
	height: 20px;
	padding: 5px 15px 0px 15px;
	border-bottom: 1px solid #FFF588;
	background-color: #FFFFCC;
	font-size: 80%;
}

#content_container #search_intra_navig a {
	color: #0000FF;
	text-decoration: underline;
}

#content_container #search_intra_navig #search_navig_close {
	float: right;
	cursor: pointer;
}

#content_container #text_container {
	clear: both;
	
	padding: 0px 20px 0px 20px;
	margin: 0px;
	
	font-size: 90%;
	text-align: justify;
	
	overflow: auto;
}

#content_container #text_container .highlight {
	color:blue;
	background-color:yellow;
}

/* #### document #### */

/* Page de titre */

#text_container .titlePage {
	padding: 10px;
	margin-top: 15px;
	
	border: 1px solid #bbccbb;
	background-color: #f6fff6;
	
	line-height: 1.8em;
}

#text_container .univ {
	color: #229911;
	font-size: 120%;
	font-weight: bold;
}

#text_container .docTitle {
	padding: 5px;
	margin: 15px;
	
	border: 1px solid #dddddd;
	background-color: #eeeeee;
}

#text_container .docAuthor {
	padding: 5px;
	margin: 15px;
	
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	
	font-style: normal;
}

#text_container .discipline {
	font-weight: bold;
	font-size: 110%;
}

#text_container .directeur {
	font-style: italic;
}

#text_container .docDate {
	margin-top: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
}

#text_container .jury {
	font-size: 80%;
}

#text_container h3 {
	color: #000000;
}

/* Contenu */

#text_container .super {
	font-size: 20%;
	vertical-align: top
}

/* Objets */

#text_container .figure {
	text-align: center;
}

#text_container .table table {
	margin: 0px auto 1em auto;
}

#text_container .table table td {
	border: 1px solid #cccccc;
	padding: 5px;
}

#text_container .table table caption {
	font-weight: bold;
}

#text_container .source {
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

#text_container .caption {
	font-weight: bold;
	margin-bottom: 1em;
}

/* Notes */

#text_container .notelink {
	color: #FF0000;
}

#text_container .note {
	text-indent: 0em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#text_container .noteHeading
	font-size: 90%;
}

#text_container .noteLabel {
	font-size: 85%;
	
	margin: 0px;
	padding: 0px;
}

#text_container .noteBody {
	font-size: 85%;
	position: relative;
	
	margin: -1.6em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-indent: 2.2em;
	
	display: block;
}

/* #### recherche #### */

#text_container .list_results li {
	padding: 2px;
	margin-bottom: 10px;
}

/* #### information #### */

#metadata {
	margin: 0px;
}

#metadata h2 {
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #EBEFF9;
	color: #444444;
}

#metadata table {
	border-spacing: 0px 10px;
}

#metadata .fieldname {
	white-space: nowrap;
	font-weight: bold;
	
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

#metadata .fieldvalue {
	border-left: 1px dashed #DBDFD9;
	border-top: 1px solid #EBEFF9;
	padding: 5px 0px 5px 10px;
}