/* +----------------------------------------------------------------------+ */
/* | OpenConf                                                             | */
/* +----------------------------------------------------------------------+ */
/* | Copyright (c) 2002-2006 Zakon Group LLC.  All Rights Reserved.       | */
/* +----------------------------------------------------------------------+ */
/* | This source file is subject to the OpenConf license, that is bundled | */
/* | with this package in the file LICENSE, and is available at:          | */
/* | http://www.zakongroup.com/technology/openconf-license.shtml          | */
/* +----------------------------------------------------------------------+ */


BODY { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #000;
	margin: 0;
}
TD {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}
TH {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
A.confName:link {
	text-decoration: none;
	color: #000000;
}	
A.confName:visited {
	text-decoration: none;
	color: #000000;
}
A.confName:hover {
	color: #666666;
}
A:link {
	text-decoration: none;
	color: #0000ff;
}
A:visited {
	text-decoration: none;
	color: #0000ff;
}
A:hover {
	color: #ff0000;
}
.mainbody {
	margin-left: 30px;
	margin-right: 30px;
}
.conf {
	font-family: arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.HEADER2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.footer { /* obsolete */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ADBDDE;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
.footerBorder {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ADBDDE;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
.menu {
	background-color: #ADBDDE;
	border-bottom: 1px solid black;
	width: 100%;
	clear: both;
}
.menuoc {
	font-family: verdana,helvetica,sans-serif;
	font-size: 13pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
	background-color: #527BA5;
	color: #FFFFFF;
	clear: both;text-align: center;
}
.menufiller {
	background-color: #B5C6DE;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 9pt;
	text-align: right;
}
.menuitem {
	background-color: #eeeeee;
	border-right: 1px solid black;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	padding: 0.3em;
}
.cat {
	font-weight: bold;
	font-size: 10pt;
}
.note {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #006600;
}
.note2 {
	font-weight: bold;
	color: #006600;
}
.note3 {
	font-weight: bold;
	color: #800080;
	font-size: 9pt;
	font-style: italic;
}
.item {
	font-weight: bold;
}
.item2 {
	font-weight: bold;
	background-color: #eeeeee;
}
.box {
	border: solid;
	border-color: black;
	border-width: 1px;
}
.sep {
	background-color: #cccccc;
}
.err {
	color: #990000;
	font-weight: bold;
}
.warn {
	color: #800080;
	font-weight: bold;
}
.rowheader {
	background-color: #ccdddd;
}
.whiterowheader {
	background-color: #ffffff;
}
.row1 {
	background-color: #eeeeee;
}
.row2 {
	background-color: #dddddd;
}
.del {
	background-color: #ccccff;
}
#processing {
	font-weight: bold;
	font-size: 120%;
}
#tracks li { margin-bottom: 0.5em; }
.plein { 
	background-color: #adbdde;
}
.vide {
	background-color: #eeeeee;	
}
/* DO NOT CHANGE THE STYLE BELOW */
.powered {
	text-align: center;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
/* DO NOT CHANGE THE STYLE ABOVE */



/* Les style pour la page de résumé des papiers de JRES */

#global {
 width:100%;
 margin: 0 auto;
 text-align:center;

}

#global_content {
 width:85%;
 margin: 0 auto;
 padding: 0 1em 1em 1em;
 border: 2px solid #597ea8;
 color:#597ea8;
 background-color:#ffffff;
  -moz-border-radius: 20px;
 -khtml-border-radius: 20px;
 border-radius: 20px;
}

#global_auteur,#global_documents {
 margin: auto;
}


.titre {
 text-align:center;
 color: #597ea8;
 font-size: 1.5em;
 font-weight: bold;
 margin-top: 0.5em; 
 clear: both;
}

/* .auteur {
margin: auto;
text-transform: uppercase;
font-weight: bold;
text-align:left;
clear:both;
padding: 1em 0 0 2em;
}  */

.liste_auteur, .liste_documents {
text-align:left;
 float:left;
 width:60%;
 padding: 1em 0 0 0;
}

 .liste_documents {
 width:100%;
                    }

.liste_auteur span, .mots_cles span, .liste_documents span{
font-weight: bolder!important;
padding: 1em 0 0 1em;
}

.liste_auteur ul,, .liste_documents ul {
font-weight: normal;
text-align:left;

}
 .liste_documents ul li {
display:inline;
width:100%;
margin:0 1em 0 1em;
}

 .liste_documents table{
width:93%;
text-align:center;
margin: 0.5em 0 1em 0;
border:1px solid #000000;
}

 .liste_documents table th{
font-weight: bolder!important;
padding: 0.5em 0 0.5em 0
}


 .liste_documents a{
text-decoration:none!important;
}

.photo_auteur {
 float:right;
 width:40%;
 text-align:center;
 margin:2em 0 0 0;
 
}

.mots_cles {
 text-align:left;
 margin: auto;
 padding: 1.5em 0 0 0;
 clear:both;
}

.resume {
 text-align:justify;
 margin:1em auto;
 padding: 1em 1em;
 border: 2px solid #597ea8;
 color:#ffffff;
 font-weight: bold;
 background-color:#597ea8;
 width: 85%;
 clear: both;
 -moz-border-radius: 20px;
 -khtml-border-radius: 20px;
 border-radius: 20px;
}

.resume p{
 margin:0.8em 0;
 padding: 0 1em;
}

.resume a,.resume a:visited {
 color: #F57A00!important;
}
.resume a:hover{
 text-decoration:underline;
}

/* fin pour les résumés */