/*
** Feuille de style pour l'impression du site Internet du Forum
** « Docteurs et Entreprises : des moteurs d'innovation
** pour la Bretagne », édition 2006 (première édition)
** Copyright Nicomaque, 2005 - http://www.nicomaque.org
**
*/


/* parametres generaux */


* {
        font-family: Garamond, Georgia, Times, serif;
	font-size:16px;
}


img{
	border:0;
	margin:5px;
	vertical-align:middle;
}


a{
	text-decoration:underline;
	color:blue;
	margin-left:5px;
	margin-right:5px;
}


p {
	margin: 1em 0em 1em 0em;
	line-height: 1.5em;
}


hr {
    height: 1px;
    color: #6d7d8e;
}


h1, h2, h3, h4, h5, h6 {
    padding-top: 0.5em;
    border-bottom: 1px solid #6d7d8e;
    text-shadow: #999999 0.2em 0.2em 3px;
    text-align: left;
}


h1 {
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
    font-size: 133%;
}

h3 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}
h4 {
    font-size: 110%;
    margin-left:20px;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    margin-left:40px;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    margin-left:60px;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    /*list-style-image: url(bullet.gif);*/
}
   

li {
    margin-bottom: 0em;
}

abbr, acronym, .explain {
    border-bottom: none;
    cursor: help;
}


blockquote {
  font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 100%;
}




/* paramètres du logo */

#mastHead {
	display: none;
}


#invisible {
	display: none;
}

#print {
	position:relative;
	left:0px;
	top:0px;
	right: 30px;
	height: 130px;
	background-color: #fff;
}

#print img {
	height:50%;
}


/* paramètres du menu */

#linkIndex {
	display: none;
}



/* paramètres du contenu */

#contentsBox{
	/* margin-right:50px; */
	text-align: justify;
}

#contentsBox form {
	text-align: left;
}



/* footer */


#footer {
        display: none;
}
