/* CSS Document */

/* Corps de texte */
		body, td, div {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#215778;
		}

/* les liens standards */
		a:link, a:visited, a:active {
		color:#F89100;
		text-decoration:none;
		font-weight:bold;
		}
		
		a:hover {
		color:#215778;
		text-decoration:none;
		font-weight:bold;
		}	

/* titre principaux */
		.titre {
		color:#000000;
		font-weight:900;
		}
	
/* information */
		.information{
		display:block;
		height:25px;
		background-image:url(../images/infoblanc.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		}	

/* Fleches */
		.allezvers{
		display:block;
		height:25px;
		background-image:url(../images/FdroiteOFF.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		}	

		.retour{
		display:block;
		height:25px;
		background-image:url(../images/FgaucheOFF.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		}			
		
/* Fleche droite */
		.hautdepage{
		display:block;
		height:25px;
		background-image:url(../images/HAUT.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
}	

		
/* attention */
		.attention{
		display:block;
		height: auto;
		background-image:url(../images/attention.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		text-decoration:underline;
		}			
		
				
/* repertorie */
		.repertorie{
		display:block;
		height:25px;
		background-image:url(../images/repertorie.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		color:#000000;
		}			
		
/* repertorienon */
		.repertorienon{
		display:block;
		height:25px;
		background-image:url(../images/repertorienon.gif);
		background-position:center left;	
		background-repeat:no-repeat;
		padding:10px 0 0 30px;
		font-weight:800;
		color:#000000;
		}			
		
/* commentaires */
		.commentaire {
		font-size:11px;
		color:#666;
		font-style:italic;
		}
		
/* surligne */
		.surligne {
		background-color:#D1E3ED;
		}

/* sousligne */
		.sousligne {
		text-decoration:underline;
		}		
		
		
/* sousligne */
		.italique {
		font-style:italic;
		}		
	
/* gras */
		.gras {
		font-weight:bold;
		}			
/* Encadre */
		.cadre {
		display:block;
		background-color:#D1E3ED;
		border:1px solid #215271;
		padding:10px;
		}
		
/* position des images */		
		.pictogauche {
		float:left;
		margin:0 5px 0 0;
		}	
	
		.pictodroite {
		float:right;
		margin:-5px 2px 5px 5px;
		}	
		
/* Lettrine */
	.lettrine {
	font-size:24px;
	}