@charset "utf-8";
/* CSS Document */
/* Thème Times*/
/* Basé sur un thème iWeb d'Apple */


body {
	background-color:000000;
	background-image:url(images/iron-maiden.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center;
}


a:link {
	color:#5c321c;
}

a:visited {
	color:#5c321c;
}

a:hover{
	color:#000000;
}

/*TIMES*/


.times_display { 
	width:1045px;
	border:none;
}

.times_display_head { 
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #9c6810;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 50px;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
	padding-right:5px;
}

.times_display_pre_sub {

	background-image:url(images/divider2.jpg);
	background-repeat:repeat-x;
	height:15px;
}

.times_display_sub {

	color: #9c6810;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 17px;
	text-align:center;
	background-image:url(images/sub.jpg);
	background-repeat:repeat-y;
	
	padding:5px;
	padding-top:7px;
	vertical-align:bottom;
	height:15px;
	
	

}

.times_display_line {

	background-image:url(images/line1.jpg);
	background-repeat:repeat-y;
	height:5px;
}

.times_display_content { 
	background-image:url(images/page.jpg);
	background-repeat:repeat-y;
}

.times_content {
	padding:15px;
	padding-left:15px;

}

.times_display_footer { 
	background-image:url(images/page2.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	vertical-align:baseline;
	text-align:center;
	font-size:8pt;
	color:#000000;
	line-height:15px;
}

.times_display_table_base {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:25px;
}

.glyph {

	border: none; 
	height: 95px; 
	width: 95px;

}

.glyph#left {

	padding-right:35px;
}

.glyph#right {

	padding-left:35px;
}



.main_content {
	vertical-align:top;
	padding:5px;
	max-width:840px;
	overflow:auto;
}

.main_menu {
	text-align:left;
	vertical-align:top;
	width:200px;
	min-width:200px;
}

.main_spacer {
	width:10px;
}


/*non spécifique au thème*/

.menu_edition_title {
	font-weight:bold;
	font-size:16pt;
	text-align:left;
	margin-left:5px;
}

.menu_edition_link {
	text-align:left;
	margin-left:15px;
	}
	
.sub_titre {
	font-size:10pt;
	font-weight:bold;
	background-color:#faf9f5;
	border:2px;
	border-color:#dbd8c9;
	border-style:double;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:5px;
	margin-left:2px;
	color:#9c6810;
	padding:5px;
}

.menu_link {
	font-size:10pt;
	border-left:1px;
	border-left-color:#dbd8c9;
	border-left-style:solid;
	margin-bottom:2px;
	margin-top:2px;
	color:#5c321c;
	padding-left:10px;
}
	
.title {
	color:5c321c;
	text-align:center;
	font-size:16pt;
	font-weight:bold;
}

.title#table {
	font-weight:bold;
	font-size:12pt;
}

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

.table {
	background-color:#FFFFFF;
	text-align:center;
}

.table#message {
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

.overflow {
	max-height:300px;
	overflow:auto;
}

.article_title {
	font-size:20pt;
	font-family:Arial black;
	color:5c321c;
	font-weight:bold;
	vertical-align:top;
}

.article_auteur a {
	font-size:9pt;
	color:896848;
	text-decoration:none;
}
	
.article_auteur  {
	font-size:9pt;
	color:896848;
	vertical-align:top;
}
	
.article_texte {
	font-size:11pt;
	text-align:justify;
	padding:1px;
	}
	
.article_title_table {
	border:none;
	padding:1px;
}

.sommaire_link {
	font-size:16pt;
	font-weight:bold;

}

.sommaire_auteur {
	font-size:9pt;
	color:896848;
}
	
.sommaire_texte {
	font-size:11pt;
	text-align:justify;
}

.detail {
	font-size:9pt;
}


.edit_conf_table {
	font-size:10pt;
}

.succes {
	color:#0000FF;
}

.alert {
	color:#CCCC00;
}

.table_title {
	font-weight:bold;
}

.small_txt {
	font-size:9px;
}


.medium_txt {
	font-size:11px;
}

.profil_img {


	max-height:100px;
	height: expression(this.height > 100 ? 100: true);
	max-width:100px;
	width: expression(this.width > 100 ? 100: true);
	border:none;
}

.user_avatar {
	max-height:50px;
	height: expression(this.height > 50 ? 50: true);
	max-width:50px;
	width: expression(this.width > 50 ? 50: true);
	border:none;

}

.preview {
	width:500px;
	border-color:#000000;
	border-style:double;
	border-width:2px;
}

#id {
	text-align:left;
	padding-left:5px;
}

.percent_bar {
  border-style:solid;
  border-color:#666666;
  width:150px;
}

#footer_link {
	color:#000000;
}

.table_link:hover {
	color:#000000;
}

.pub_menu img {

	padding:5px;
	padding-bottom:20px;
	max-width:140px;
	width: expression(this.width > 140 ? 140: true);
	border:none;
}

.pub_footer img {

	max-width:500px;
	width: expression(this.width > 500 ? 500: true);
	max-height:100px;
	height: expression(this.height > 100 ? 100: true);
	border:none;
	text-align:center;
	font-size:8pt;
	color:#CCCCCC;
}

.pub_footer a {

	text-align:center;
	font-size:10pt;
	color:#CCCCCC;
}

.pub_article img {

	padding:5px;
	padding-bottom:20px;
	max-width:500px;
	width: expression(this.width > 140 ? 140: true);
	max-height:500px;
	height: expression(this.height > 500 ? 500: true);
	border:none;

}