/* CSS Document */
/*Liens*/
a {
	color:#003300; 
	text-decoration: none;
}

a.popup {
	position:relative;
	z-index:24;
}

a.popup:hover {
	z-index:25;
	text-decoration:none;
	}

a.popup span{
	display:none;
	}
	
a.popup:hover span{
	display:block;
	position:absolute;
 	top:-2em; left:5em; width:15em;
	border:1px solid #a0a0a0; background-color:#E7FFDA; color:#000000;
	text-align:center
 }
 
a:hover {
	color:#006600; 
	text-decoration: underline; 
	background-color: #eeeeee;
}


/*Titres et intertitres*/
.details h1 {
	font-size:120%;
	}
	
h2 {
	font-family:"Trebuchet MS"; 
	font-size:12px; 
	font-weight:bold;
}

.cartouche h2 {
	font-size:120%;
}
	
/*aspects des menus et contextes*/

.menu {
	background-color: #CCCCCC;
	margin-top: 0px;
	padding: 0px; 
	border: 1px solid #a0a0a0;	
}

.contents {
	padding:5px;
}

.menu-titre {
	border-bottom: 1px dashed #a0a0a0;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color:#eeeeee;
}

.menu-item {
	font-size:90%;
	list-style-image:url(puce.gif)
	}
	
.menu-sitem {
	font-size:80%;
	list-style: square;
	list-style-position: inside;
	}

.encadre {
	border: 1px groove #eeeeee;
	padding: 2px;
	}
	
.sanspuce {
	list-style: none;
	}
	
li .sanspuce {
	font-size:120%;
	}

.menu-titre h2 {
	text-align:center;
}

.cadremots {
	border-left: 2px solid #003300;
	padding-left: 2px;
}
.rubriques .menu {
	background-color:#E7FFDA;
	}
	
.breves .menu {
	background-color:#fcfcf0;
	}
	
/*Bordures spéciales*/
.cartouche {
	border-top:2px solid #000000;
}
.notes {
	border-top:1px solid #404040;
	margin-top:5px;
	}
	
/*Textes divers*/
.texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#333333
	}
	
.textelien {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.textegras {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	}
	
.petitexte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003300
	}

.textedebase {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.details {
	font-family:"Trebuchet MS";
	font-size:12px;
	}
	
.iconelien {
	background-color: <? echo $couleur_fond; ?>;
}

.lienblanc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.lienblanc .popup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

