
/*
 * Correction des styles HTML par defaut
 */



/*
 * Styles generaux
 */

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

font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size: 14px;
 }
a { text-decoration: underline; color:#19A9C8; } 
a:hover { text-decoration: underline; color: #2990A7; } 




h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }


#chapo-large,#chapo .texte{
text-align: left;
	font-family: "georgia" , Times, Helvetica, serif;
	font-weight: bold;
	font-style: italic;
	color:#FF9900;
	letter-spacing: -0.08em;
	font-size: 1.3em;
padding:10px 30px 10px 20px;
}

.texte, p .texte .texte p {
	color:#fff;
}
.texte a {
color:#19A9C8;
}
.texte a:hover {

 color: #2990A7;
}

.titre{
font-family: "georgia" , Times, Helvetica, serif;
color:#19A9C8;
}
#ps {
color:#9F0000;
	
	letter-spacing: -0.1em;
	font-size: 1.3em;
}


/*
 * Ici les styles pour le contenu
 */
 
h2{
 font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.5em;

 }
h3{
font-weight: bold;
	
	letter-spacing: -0.05em;
	font-size: 1.7em;
}
.entete{
font-family: "georgia" , Times, Helvetica, serif;
color:#19A9C8;
letter-spacing: -0.05em;
font-weight: bold;
font-size:2em;
}


.texte  h1{
font-weight: bold;
	
	letter-spacing: -0.05em;
font-size:1.8em;
color:#19A9C8;
font-family: "georgia" , Times, Helvetica, serif;
}
.texte  h2{
font-weight: bold;
	
	letter-spacing: -0.05em;
font-size:1.5em;
color:#19A9C8;
font-family: "georgia" , Times, Helvetica, serif;
}
.texte  h3{
font-weight: bold;
	
	letter-spacing: -0.05em;
font-size:1.2em;
color:#19A9C8;
font-family: "georgia" , Times, Helvetica, serif;
}
#download {
color:#fff;
font-size:14px;
font-weight: normal;
font-style: normal;
line-height: 15px;
letter-spacing: 0em;

}



#download h1{
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:1em;
}


