/*LIEN*/

a { color:black; text-decoration: none; }
a:link { color:black; text-decoration: none; }
a:visited { color:black; text-decoration: none; }
a:hover { color:#c60000; text-decoration: none; cursor: pointer; }
a:active  { color:#c60000; text-decoration: none; cursor: pointer; } 
@font-face {
    font-family: 'veteran typewriter';
    src: url('veteran typewriter.ttf');
}


body {
	background-image: url(../images/credit/encyclo_fond_cuir.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	margin: 0 auto; width: 1280px;
	font-family: 'veteran typewriter', "Courier New", Georgia;
}


/*FOND DOSSIER*/
.encyclo_dossier { background-image: url("../images/credit/encyclo_fond_dossier.jpg");   width: 1200px;   text-align:center;   margin: auto;   margin-top: 0px;   bottom: 0px; padding: 1px;  box-shadow: 2px 2px 3px #000000; box-shadow:2px 2px 3px #000000;}

/*TITRES INDEX*/ 
.titre_index_1 { font-size: 50px; text-align:center;   margin: auto;   margin-top: 60px;   margin-bottom: 25px; }
.titre_index_2 { font-size: 60px; text-align:center;   margin: auto;   margin-top: 40px;   margin-bottom: 0px; margin-left: 100px; margin-right: 100px;border-bottom: 3px solid black;}

/*TITRES PAGES*/ 
.titre_page_1 { font-size: 50px; text-align:center;   margin: auto;   margin-top: 25px;   margin-bottom: 0px; margin-left: 100px; margin-right: 100px;border-bottom: 3px solid black;}
.titre_page_2 { font-size: 40px; text-align:center;   margin: auto;   margin-top: 25px;   margin-bottom: 35px; }
.titre_page_3 { font-weight: bold; font-size: 20px; text-align:center;   margin: auto;   margin-top: 25px;   margin-bottom: 25px; }


/*TEXTE*/ 
.citation {  margin-top: 50px; margin-left: 0px;  margin-right: 30px;  text-align:justify;}
.copyright { font-family: Georgia; font-size: 10px; text-align:center; color:grey;}

/*LIEN RETOUR ACCUEIL/JEU*/
.retour {margin: auto;	margin-top: 40px;	margin-bottom: 20px; padding: 2px;	text-align: center;	}


