/* Redfinition des styles gnraux */

body	{
	font-family: Verdana;
	font-size: 80%;
	}

/* bien regler la marge (bugs IE) */
body { margin: 10px; }

a:link	{
	text-decoration: none;
	color: #305080;
	}
	
a:hover	{
	text-decoration: none;
	color: #FE3030;
	}

a:visited{
	text-decoration: none;
	color: #5070A0;
	}
	
h1	{
	font-size: 105%;
	line-height: 120%;
	}

h2	{
	font-size: 170%;
	line-height: 120%;
	}
	
h3	{
	font-size: 230%;
	line-height: 90%;
	}

ul	{
	list-style-type: none;
	}
	

/* Classes propres au site */

.liens  {
	text-decoration: none;
	color: #303030;
	}

.texte	{
	font-size: 90%;
	line-height: 130%;
	}

.repertoire{
	    font-size: 80%;
		text-align: left;
	    }
	    
.droite{
	    font-size: 110%;
		text-align: right;
	    }
	    
.extrait {
	font-family: Palatino, Times;
	line-height: 120%;
	}

.detail	{
	color: #404040;
	font-size: 75%;
	line-height: 150%;
	}

.detaild	{
	color: #404040;
	font-size: 75%;
	line-height: 150%;
	text-align: right;
	}
	
.surtitre{
	font-weight: bold;
	color: #404040;
	line-height: 110%;
	}

.titre	{
	font-weight: bold;
	font-size: 110%;
	}

.soustitre{
	font-weight: bold;
	font-size: 95%;
	font-style: italic;
	line-height: 100%;
	}
.titre-rubrique{
	font-style: italic;
	font-weight: bold;
	font-size: 105%;
	color: #303030;
	}

.intertitre{
	font-size: 100%;
	font-weight: bold;
	color: #303030;
	}