/*----- Layout ----- */
html, body {
    height: 100%;
}
/*----- Article -----*/
/* + Cf. main.css */
#sectionresult {
    width: 720px;
    float:left;
}
/*----- Header -----*/
/* + Cf. main.css */
#sectionsearch {   
	height: 40px;
	width: 860px;
	margin-left: 120px;
	margin-bottom: 15px;
}
#homebtn {
	height: 34px;
	width: 34px;
	float: left;
	margin-top: 4px;	
	margin-right: 7px;
	display: block;
}
/*----- SearchBox -----*/
#searchbox {
	float:left;
	margin-left:0px;
	width: 358px;
	height: 38px;
	border: 2px solid black;
}
/*----- SearchOption ----- */
#searchoptions {
	font-size: 10px;
    border: 1px dotted #cccccc;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: none;
    float: left;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
/*----- Searchlinks-----*/
#searchlinks {
    float:left;
	width: 60px;
	height: 40px;
	line-height: 38px;
	margin: 0 auto;
	display: block;
}
#searchlinks li {
	padding: 0;
}
#searchlinks li a{	
	line-height: 40px;
	padding: 5px;
	font: 12px verdana;
}
/*----- Result -----*/
#result {
	width: 100%;
}
#resultinfo {
	z-index:-1;
	float:left;
	width: 97%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 18px;
	font: 11px Verdana;
	color: #555555;
	margin-right: 10px;
}
#resultinfotext {
	float:left;
    margin-left: 30px;
    width: 580px;
}
#bookmark {
	margin-left:30px;
    width: 90%;
}

#resulttri {
	float:left;
    width: 200px;
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    font: 11px Verdana;
    background-color: gainsboro;
    color: #555555;
}
#resulttable {
	float:left;
	width:97%;
	border-collapse: collapse;
	font: 12px Verdana;
	color: #666666;
	margin-left: 30px;
}
#resulttable dt a {
	font: 16px Verdana;
	color: #00c;
}

#resulttable dd a.contentlink {
	font: 12px Verdana;
}

#resulttable dd a.graphlink {
    font-size: 12px;
    color: #666666; 
}

#resulttable dt {
	padding-top: 15px;
    padding-bottom: 2px;
}
.highlight {
    background-color: #ffb9b9;
}

.categorie {
    color: #000000;
    line-height: 17px; 
}

a span.highlight {
	text-decoration: underline;
}

/*---- navigation dans les resultats ---*/
#paginationbar {
	float:left;
    height: 31px;
    width: 580px;
    margin: 60px 0 60px 30px;
    background: url(../images/multilng/classique/paginationbar.jpg) no-repeat left center;
    padding-left: 100px;
}
/* Line-height doublee pour ie et reste du monde */
.paginationpage {
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	min-width: 19px;
	display: block;
	margin-right: 5px;
	margin-top: 1px;
	padding-right: 3px;
    padding-left: 3px;
	border: 1px solid #aaaaaa;
}
.paginationpage a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	line-height: 25px;
	display: block;
	height:25px;
    min-width: 19px;
}
.currentpage {
	border: 2px solid #945c5f;
	margin-top: 0px;
}
/* Line-height doublee pour ie et reste du monde */
.nextprevious {
	float:left;
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.nextprevious a {
	font-size: 14px;
	line-height: 25px;
}
/*-----  sectionNav  -----*/
#sectionnav {
	float: left;
	width: 255px;
	margin: 0px;
	padding: 0 0 15px 0;
	background: url(../images/multilng/classique/colfooter.jpg) no-repeat left bottom;
}
#sectionnav h2 {
    font-family: Verdana, Arial, Helvetica sans-serif;
    font-size: 12px;
    font-weight:normal;
}
.navheader {   
    text-align: left;
	font-size: 12px;
	height: 23px;
	line-height: 18px;
	padding-top: 4px;
	color: #ffffff;
}
.navheader1 {
    background: url(../images/multilng/classique/colheader.jpg) repeat right top;
    
}
.navheader2 {
	background: url(../images/multilng/classique/colheader.jpg) repeat right bottom;
}
.navcontent {
    background: url(../images/multilng/classique/colcontent.jpg) repeat right top;
    padding-top: 5px;
    padding-bottom: 8px;
    margin: 0;
}
/*----- searchfilter -----*/
#searchfilter {
	width: 255px;
}
#searchfilterheader {
   padding-left: 5px;
}
#searchfilterheader h2 {
    background: url(../images/multilng/classique/iconfilter.gif) no-repeat left center;
    padding-left: 20px;
    
}
#searchfiltercontent {
	padding-left: 10px;
	padding-top: 5px;
}
#searchfiltercontent li {
    font-size: 12px;
    line-height: 16px;           
    width: 250px; 
    text-decoration: none;
    overflow: hidden;
}
#searchfiltercontent li a {
    padding-left: 15px;
}
#searchfiltercontent li a.checked {
	    background: transparent url(../images/multilng/classique/checkbox.png) no-repeat left center;
}
.searchfiltercontentvide {
    padding-left: 15px;
}
/*----- history -----*/
#searchhistory {
	width: 255px;
}
#searchhistoryheader {
    padding-left: 5px;
}
#searchhistoryheader h2 {
    background: url(../images/multilng/classique/iconhistorique.gif) no-repeat left center;   
    padding-left: 20px;
}
#searchhistorycontent {
    padding-left: 15px;
    padding-right: 3px;
}
#searchhistorycontent li {
    display: inline;
    margin-right: 5px;
    font: 12px verdana;
}
/*----- info -----*/
#info {
	width: 255px;	
}
#infoheader {
    padding-left: 5px;
}
#infoheader h2 {
    background: url(../images/multilng/classique/iconinfo.gif) no-repeat left center;
    padding-left: 20px;
}
#infocontent {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-align: center;
}
#infocontent li {
    list-style-type: none;
    font-size: 12px;
    color: #622b2c;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: underline;
    background: url(../images/multilng/classique/sep.png) no-repeat center bottom;
    padding-bottom: 15px;
}
/*----- Detail d'une oeuvre -----*/
.modal {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	border: 2px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 20px 5px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
}
/* Objets generes par columnizer */
.li_col1, .li_col2, .li_col3 {
	padding-right: 5px;
	padding-left: 3px;
	text-align: left;
}
.modalhidden {
    display: none;
}
/* Pour le flux Rss */
#waitscreen {
    width: 100%;
    height: 200px;
    background: transparent url(../images/multilng/classique/wait.gif) no-repeat center center
}
.modal .modaltitre {
    text-align: center;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.modal .donnee {
    font-weight: bold;
    list-style-type: none;  
}
.modal  li {      
    font-weight: bold;
}
.modal .firstlist {
    margin-top: 15px;
}
.listepersonnes {
	width: 100%;
	margin-bottom: 15px;
}
.listepersonnes caption {
    font-size: 16px;            
}
.listepersonnes caption, #listepersonnes th {
	border-bottom: 1px #aaaaaa solid;
	font-weight: normal;
}
th.colstd {
    vertical-align:top;
    font-weight:normal;
    width:37%;
    text-align: left;
    padding-right: 3px;
}
td.colstd {
    vertical-align:top;
    width:37%;
    text-align: left;
    padding-right: 3px;
}
th.colstdediteur1, td.colstdediteur1 {
    vertical-align:top;
	width:22%;
    text-align: left;
    padding-right: 3px;
}
th.colstdediteur2, td.colstdediteur2 {
    vertical-align:top;
	width:52%;
    text-align: left;
    padding-right: 3px;
}
th.colrole {
    vertical-align:top;
    font-weight:normal;
    width:22%;
    text-align: left;
    padding-right: 3px;
}

td.colrole {
    vertical-align:top;
    width:22%;
    text-align: left;
    padding-right: 3px;
}

td.colstd .street-address {
    text-align: left;
}
th.colstdrole {
    width:32%;
    text-align: left;
    padding-right: 20px;
}
th.colicon {
    width: 22px;
}
.listepersonnes td {
	border-bottom: 1px #d70000 dotted;
	font-weight: bold;
}

.listepersonnes .label {
    font-weight: normal;
}

.listepersonnes .org {
    font-weight: normal;
}

#detailactionbar {
	height: 20px;
	line-height: 20px;	
}
#detailactionbar img {
    vertical-align: middle;
}
#twitterbtn {
	height: 16px;
    width: 16px;
}
#mapsgoogle {
	height: 22px;
	width: 22px;
}	
/*-- vcard --*/
.vcard {
	width:100%
}
/*
.vcardwrapper {
	float: left;
	width: 49%;
}
.adr {
	float: right;
	width: 50%;
}
*/
/*----- Impression d'une oeuvre -----*/
#printbtn {
    float: right;
    height: 32px;
    width: 32px;
    margin-right: 7px;
}
.printbackground {
    width: 900px;   
    margin: 0 auto;
    margin-top: 2%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffffff;
}
.printmodal {
    width: 800px;
    margin: 0 auto;
    text-align: justify;
    border: 2px solid #333333;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffffff;
    margin-top: 40px;
    background: url(../images/multilng/globale/Logo.gif) no-repeat left top;
}
.printmodal .modaltitre {
    text-align: center;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.printmodal .donnee {
    font-weight: bold;
    list-style-type: none;  
}
#printactionbar {
    height: 40px;
    line-height: 40px;
    font-size:10px;
    color: #aaaaaa;  
}


