/************************************************/
/* print.css									*/
/* CSS for printing atdforum.org pages			*/
/************************************************/

/* Page to be printed */
@page { 
	size: portrait; 
	margin: 0;
	padding: 0;
} 

/* Main structure ------------------------------------*/
html, body {
	margin:0;
	padding:0;
	background: #fff; 
	font:x-small Arial, Helvetica, Verdana, sans-serif;
	border: none;
	} 

/* Table border  ------------------------------------*/
.outline {border: 0 0 0 0;}
.outline td {border: 0 0 0 0;}

/* hidden elements------------------------------------*/

#menuheader  { display:none; }
#menuright   { display:none; }
#prearticle  { display:none; }
#forumreply  { display:none; }
.forum		 { display:none; }
.spip-admin  { display:none; }
.date		 { display:none; }


/* position -------------------------------------- */
#pos {
	display: block;
	margin: 0;
	padding: 0 0 5px 5px;	
	background: transparent;	
	font-size: 14px;
	font-weight: bold;
	color:  black;
	text-decoration: none; 	
}

#pos a { 
	color: #666; 
	text-decoration: none; 
}

#pos h3 { 
	font-size: 14px;
	text-decoration: none; 
	}
  

/* header -------------------------------------- */
#banner		 { margin-bottom: 30px;	text-align: center; width: 780px; }

/* main: article -------------------------------------- */
.article {
	padding: 5px;	
	width: 100%;
	margin-left: 60px;	
	text-align: justify;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:  black;
	background: transparent url(../images/article_end.png) no-repeat bottom center;
	}

.article h1 {
	color:  #663333;
	font-size: 18px;
	line-height: 110%;
	margin:  15px 0 4px 0;
	padding: 0;
	text-decoration: none;	
	}

.article a, .article a:after {
	color: black;
	text-decoration: none;
	/* content: " (" attr(href) ") "; /* display extended url */
}


.auteur {
	color: #5d5d5d;
	text-align: right;
	text-decoration: none;
	margin-bottom: 8px;
	}

/* main: article formating -------------------------------------- */
.surtitre  {font-weight: bold;}

.soustitre { margin-top: 10px; font-style: italic;}

.chapo     {
	padding:   30px 30px 30px 60px;
	font-size: 12px;
	line-height: 110%;
	text-align: justify;
	}

.texte {text-align: justify;}

.ps {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	font-size: 11px;
}

/* main: menu right -------------------------------------- */
.menurightborder {border-left: 0 solid white;}

/* footer -------------------------------------- */
#footer		 { display:none; }

#footerprint {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	padding: 5px 30px 0 120px;
	margin-top:   5px;
	margin-bottom:   5px;
	width: 500px;
	}


/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #ccc;
	border-width:0px 0px 1px 0px; 
}


/* Sommaire  -------------------------------------- */
.introtext {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 20px;
	width: 780px;
	}

.introtext a {	color:  #000; text-decoration: none; }

.bottomright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding: 0 20px 0px 20px;
	}

.bottomright a {color:  #000; text-decoration: none; }

.bottomleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	text-align: justify;
	}

.bottomleft a {color:  #000;}

.bottomleft img{margin: 0 10px 0 0;	}




/* Top menu ---------------------------------------*/

#menulist {display:none;}

/* Journals page -------------------------------------- */
.journal {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  black;
	margin-top: 40px;
	width: 700px;
	}

.journal a {
	color: #ff9900;
	text-decoration: none;
}

.journal a:hover {
	color: #ffcc99;
	text-decoration: none;
}

/* Steering Committe pages -------------------------------------- */
.biodata {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:  black;
	line-height: 130%;
	margin: 40px 0 0 65px;
	width: 100%;
	}
.biodata h4 {
	font-weight: bold;	
	text-align: center;	 
	margin: 2px 0 40px 0;
	}

.biodata h5 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
	}

/* Subscription form -------------------------------------- */
form {
	margin: 0;
	padding: 2px 0;
	}

input, textarea, select {
	border: 1px solid #ccc;	
	padding: 0;		
	}

.subscribe {font:x-small Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold;}