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


/* parametres generaux */

body {
	background-image:url(background_gen.jpg);
	background-repeat:no-repeat;
//	background-attachment:fixed;
	color:black;
	margin:0;
	padding:0;
	font-size:small;
}



* {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color:transparent;
}


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


a{
	text-decoration:underline;
	color:blue;
	font-size:100%;
}


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

// p:hover {
// 	color: #333333;
// }

p a:visited {
	color: Purple;
}
p a:active {
	color: Red;
}

p a:hover {
	color: #FF9A00;
	text-decoration: none;
}    

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


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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black; 
}

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

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}
h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

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

h6 {
    font-size: 85%;
    margin-left: 20px;
    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);
}

ul:hover {
    color: #333333;
}      

li {
    margin-bottom: 0em;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    cursor: help;
}


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




/* paramètres du logo */

#mastHead {
	position:absolute;
	left:300px;
	top:0px;
	right: 30px;
	height: 160px;
	width: 500px;
	border-bottom: 2px solid #888;
	background: url("titre-print.png") no-repeat;
	background-color: #fff;
	z-index:1;
}

html>body #mastHead {   /* cette partie n'est pas lue par IE, elle l'est par Mozilla */
	position: fixed; /* permet d'empêcher le défilement de cette div avec le contenu de la page */
	width: 100%;
} 


#invisible { /* permet de cacher cette div qui contient le h1 du titre du forum */
	display: none;
}

#print {
	display: none;
}


/* paramètres du menu */

#linkIndex{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 180px;
	height: 130px;
	border:none;
	z-index: 1;
 }

html>body #linkIndex {
//	position: fixed;
}

#linkIndex>a:link { 
	font-weight: bold;
	border-left: 2px solid; 
	padding-left: 10px;
}

#linkIndex>a:hover {
	color: #f4f4f4;
	background-color: #6d6c7a;
	padding-left: 7px;
	border-right: 10px solid;
	border-left: 3px solid;
}

#linkIndex>a,#linkIndex>a:link {
	text-decoration:none;
}

#linkIndex>a {
	display: block;
	padding: 1px 0px;
}

#linkIndex #navcontainer {
	margin: 0 0 0 -17px;
	text-align: left;
}

#linkIndex ul#navlist {
	text-align: left;
	list-style-type: none;
	list-style-image: url(transparent.gif);
}

#linkIndex ul#navlist li {
	display: block;
}

#linkIndex ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 1em;
	border-width: 1px;
	border-color: #A1B0D1 #5E677A #6E788F #A1B0D1;
	border-style: solid;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	background: url(navtreec_bg.gif)
}

#linkIndex #navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a {
	background-color: #7D89A3;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	color: #FF9A00;
}

#linkIndex ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #FF9A00;
	border-color: #5E677A #A1B0D1 #A1B0D1#6E788F;
}

#contentsBox commentaires {
	color: #FF9A00;
	display: block;
	width: 90%;
	padding: 1em 0.5em 0.5em 1em;
	border-width: 1px;
	border-color: #A1B0D1 #5E677A #6E788F #A1B0D1;
	border-style: solid;
	color: black;
	text-decoration: none;
	font-size: 100%;
}



/* paramètres du contenu */

#contentsBox{
	position: absolute;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 30px;
	margin-left: 300px;
	width: 60%;
	text-align: justify;
	z-index:0;
}

#contentsBox>h1:hover,h2:hover,h3:hover { color: #FF9A00;
                    }

#contentsBox> ul a:hover {
	color: #FF9A00;
	text-decoration: none;
}


#contentsBox legend {
	color: #FF9A00;
}


#contentsBox td {
	text-align: center;
}

#contentsBox .dvd td {
	text-align: left;
        vertical-align: top;
}

#contentsBox form, h1, h2, h3, h4, h5, h6 {
	text-align: left;
}


#contentsBox a[rel*=external]
{
    background-image: url(outside_link.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 14px;
}

#contentsBox a[rel*=pdf]
{
    background-image: url(pdf_link.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#contentsBox a[rel*=mail]
{
    background-image: url(mail_link.gif);
    background-position: center left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}

#contentsBox commentaires {
	color: #FF9A00;
	display: block;
	width: 90%;
	padding: 1em 0.5em 0.5em 1em;
	border-width: 1px;
	border-color: #A1B0D1 #5E677A #6E788F #A1B0D1;
	border-style: solid;
	color: black;
	text-decoration: none;
}

/* footer */


#footer {
	display: none;
}

html>body #footer {
	display: block;
	position: fixed;
	left: 3px;
	bottom: 5px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}


#footer>p { color: grey;
	font-size: 70%;
	font-style: italic;
}

// #footer>p:hover { color: black;
// 	font-size: 100%;
// }
