@charset "utf-8";
/* CSS Document */

#global {
	background: #FFF;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	
}

#footer {
	margin-top: 10px;
	padding: 10px;
	background: #C3CF23;
	color: white;
}

#div_spec_origine {
	text-align:right;
}

/* Styles du SID */
body {
	/*overflow-y:scroll;*/
	margin: 0 auto;
	background: white;
	color: #295684;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/* Couleurs des liens */
a{
	color: #295684;
}
a:link,
a:visited {
	color: #295684;
}
a:focus,
a:active,
a:hover {
	color: #295684;
}
/* Liens sur les images */
a:link img,
a:visited img {
	border: none;
}
a:focus img,
a:active img,
a:hover img {
	border: none;
}
/* El�ments html de base */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }

hr { color:#295684; }

table {	border:none;}

.clear { clear: both; }

/* El�ments communs */
#sid_page {
	width: 100%;
	font-size:1em;
}
	#sid_header {
		text-align:right;
		height:40px;
	}

	#sid_content {
	}
	
	#sid_footer {
	}

.sid_fil_ariane
{
	font-size: 1.2em;
}

/* Page de recherche */
.sid_formulaire
{
	font-size:1em;
}

/* Pages de resultat */
#sid_pagination
{
	font-size:1em;
	/*width:960px;*/
}
	#sid_pagination td{
		vertical-align:top;
		padding:0 10px 0 10px;
	}

#sid_pagination_bottom
{
	font-size:1em;
	width:960px;
	text-align:center;
	padding-top:15px;
}

.sid_div_resultat
{
	/*
	position:relative;
	float:left;
	width:45%;
	*/
	/*padding:0 10px 0 10px;*/
}

#sid_resultat
{
	font-size:1em;
	/*width:450px;*/
}

/* Les facettes */
.facet{
	/*
	position:relative;
	float:left;
	width:30%;
	*/
}
.facet table{
	font-size:0.9em;
	/*width:250px;*/
}
	.facet table th{
		padding-top:10px;
		text-align:left;
	}
	.facet table td{
		vertical-align:top;
	}

/* Nuage de mots */
.sid_div_tagcloud{
	/*position:relative;
	float:right;*/
	/*width:200px;*/
	/*width:25%;	*/
}
/* Bloc "nuage de mots" ---------------
 ----------------------------------- */
.accordion .sujet_nom a {color:#A9A6EA;}
.accordion .sujet_loc a {color:#2D27B7;}
.accordion .sujet_geo a {color:#295584;}
.accordion .sujet_com a {color:#917151;}
.accordion .sujet_tit a {color:#B75B27;}
.accordion .sujet_gen a {color:#372506;}

#sidebar-facets {
	float: left;
	width: 25%;
}
#results-content {
	float: left;
	width: 50%;
}
#sidebar-extras {
	float: left;
	width: 25%;
}
.side-block {
/*	text-align: right;*/
}

#blocTagsCloud {
        margin: 0;
        padding: 0;
		overflow: hidden;
        }
        #blocTagsCloud ul {
               margin: 0;
               padding: 0;
               list-style: none;
               font-size: 18px;
               text-align: right;
               }
               #blocTagsCloud li {
                       display: inline;
                       margin: 0;
                       padding: 0;
                       }
                       #blocTagsCloud li.level1 {
                               font-size: 0.4em;
                               }
                       #blocTagsCloud li.level2 {
                               font-size: 0.6em;
                               }
                       #blocTagsCloud li.level3 {
                               font-size: 0.8em;
                               }
                       #blocTagsCloud li.level4 {
                               font-size: 1em;
                              }
                       #blocTagsCloud li.level5 {
                               font-size: 1.2em;
                               }
					   #blocTagsCloud li.level6 {
                               font-size: 1.4em;
                               }



/* Page de notice */
#sid_notice
{
	font-size:1em;
	width:900px;
}
#sid_exemplaire
{
	font-size:1em;
}
	#sid_notice th
	{
		text-align:right;
		vertical-align:top;
		white-space: nowrap;
	}
	#sid_exemplaire th
	{
		vertical-align:top;
		font-size:1em;
		text-align:left;
		padding-right:10px;
	}
	#sid_notice td
	{
		vertical-align:top;
	}
	#sid_exemplaire td
	{
		vertical-align:top;
		padding-right:10px;
	}