/**
 *		css/print.css
 *		------------------------------------------------------------------------
 *		This file is part of the www.artcontemporainbretagne.org's design.
 *		Status: alpha (maquette_07)
 *		Last Modif.: 2005-06-23
 *		------------------------------------------------------------------------
 *		(c) Copyright 2005 Jocelyn Cottencin / lieuxcommuns.com.
 *		(c) Copyright 2005 Fanny Charrier / sofa-design.net.
 *		(c) Copyright 2005 Fabrice Luraine / sofa-design.net.
 *		All Rights Reserved.
 *		------------------------------------------------------------------------  
 */

html, body {
	margin: 0;
	padding: 0;
}

#left, #right, #footer {display: none}

body {
	color: #000;
	background-color: #fff;
	font-family: Courier New, Courier, mono;
	font-size: 75%;
	line-height: 1.2em;
	text-align: left;
}
html > body {font-family: Courier, Courier New, mono;}

h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

p, a, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, pre, code, th, td, caption {font-size: 1em;}

.hidden {display: none;}

a, a:hover, a:visited, a:link {color: #000;text-decoration: none}


/* gabarit */
#middle {
	width: 100%;
	/*background: transparent url(acb_grand.png) no-repeat top left;*/
	padding: 0 0 0 0;
}
#middle h1.title_acb {
	margin:0; padding:0;
}
#middle h1.title_acb img {
	margin:0; padding:0;
}
#content {
	padding: 10mm;
	border: solid 6mm #000;
}


/* middle styles... */
#content h1.chinese_grande {
	margin: 1em 0 0 0;
}
#content h2.chinese_petite {
	margin: 0;
}
#content h2.subtitle {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
#content h2.artiste {
	margin:1.4em 0 0 0;
}
#content h2.date {
	text-transform: uppercase;
}
#content p.chapo {
	font-weight: bold;
	font-size: 1em;
}
#content p.date {
	margin:0 0 2em 0;
}
#content div.complements h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: dotted 2px #000;
	margin: 2em 0 0.5em 0;
	padding: 0.3em 0;
	font-weight: normal;
}
#content div.complements ul {
	padding-left:0;
}
#content div.complements ul li {
	list-style-type: none;
	padding-left: 1.2em;
	text-indent: -1.2em;
	padding-top: 0.7em;
	line-height: 1.1em;
	font-size: 0.95em;
}

#content div.complements ul li:before {content: '> '; /* marche pas sur ie évidemment... */}
#content div.complements ul li a {font-weight: normal;}

a.bt_up {display: none;}