/* CSS Document */





/******************************
          UTILISATEUR
*******************************/

	body{
		margin:0px;
		padding:10px;
		line-height:18px;		
	}
	
	
	body,table,td,tr {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#4d4d4d;		
	}



/******************************
        LES STYLES
*******************************/



	h1 {font-size:20px;}
	
	h2 {font-size:16px;}
	
	h3,.TitrePage { 
		display:inline;	
		font-size:20px;
		color:#1B6020;	
		line-height:25px;
	}
	
	.adding { 
		color:#1B6020;	
	}
	
	.gris { 
		color:#999;	
	}
	
	
	
	h4,.TitreChapitre {
		display:inline;	
		font-size:12px;
		font-weight:bold;
		}
	
	h5,.SousTitre {
		display:inline;	
		font-weight:bold;
	}
	
	.ParagraphePuce{
		background-image:url(images/bibliotheque/photos/puce_verte.jpg);
		background-repeat:no-repeat;
		padding-left:30px;
		font-weight:bold;
		font-style:italic;
		font-size:12px;
		color:#666666;
	
	}
	
	h6 {font-size:9px;}


/******************************
        LES LIENS
*******************************/

	a {
		color:#B34ECC;
		text-decoration:none;
		font-weight:bold;	
		font-weight:bold;
	}
	
	a:hover{
		color:#1B6020;
	}

/******************************
        LES complements
*******************************/


	.error{
		color:#FF0000;
	}
	
	
	.highlight{
		color:#CE4C0E;
		font-size:14px;
		font-weight:bold;
	}
	
	.commentaire{
		font-size:9px;
		color:#999999;
		font-style:italic;
	}
	
	div.encadre{
		background-color:#FFFF99;
		border:1px solid #666666;
		padding:20px;
	}


/******************************
        Les complements
*******************************/

.TitreActu{
	background-image:url(../images/bibliotheque/photos/flechedroite.jpg);
	background-repeat:no-repeat;
	color:#138f34;
	font-size:18px;
	padding:0px 0px 3px 40px;
	border-bottom:1px solid #138f34;
	height:25px;
	
}