/* 
			Page de style_html5/css3 regles de codification generales et comportement de base
			pour le site "LES TUTOS DE TONTON ERIC"
			nouvelle version HTML5/CSS3 et version responsive design
			octobre 2019
			webmaster Eric BURETTE
 */
html
{
	
} 

body
{

}
#bloc_page
{
	color: black;
	font-size: 1.5em;
}


}

							/* SPECIFICATIONS TEXTE A PRENDRE AU CHOIX */
							
.gras{	font-weight: bold; /* GRAS */}
.italique{	font-style: italic; /* ITALIQUE */}
.souligne{	text-decoration: underline;}
.indentation{	text-indent: 30px; /* INDENTATION DE 30 PIXELS */}
.justifie{	text-align: justify;	/* JUSTIFICATION DU TEXTE */}
.textcentre{	text-align: center;}
.verticaltop{	vertical-align: top;}
.font80{	font-size: 0.8em; /* DIMINUTION DE LA POLICE */}
.font60{	font-size: 0.6em; /* DIMINUTION DE LA POLICE */}
.font2{	font-size: 2em; /* AUGMENTATION DE LA POLICE */}
.font15{ font-size: 1.5em; /* AUGMENTATION DE LA POLICE */}
.rougegras{	color: rgb(189,0,0);font-weight: bold;}


/* ============================= REGLES DES HEADER ============================= */

/* ============================= POLICE BROADWAY ENGRAVED ============================= */

@font-face {
    font-family: 'Broadway Engraved';
    src: url('../fonts/BroadwayEngraved.eot');
    src: url('../fonts/BroadwayEngraved.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BroadwayEngraved.woff2') format('woff2'),
        url('../fonts/BroadwayEngraved.woff') format('woff'),
        url('../fonts/BroadwayEngraved.ttf') format('truetype'),
        url('../fonts/BroadwayEngraved.svg#BroadwayEngraved') format('svg');
    font-weight: normal;
    font-style: normal;
}



.broadway
{
	font-family: 'Broadway Engraved';
}

header
{
	text-align: center;
}
header p
{
	margin: 10px 0;
}
header img
{
	box-shadow: 6px 6px 12px black;
}
.fixe
{
    position: absolute;
	top: 0px;
	margin: auto;
}

a
{
    text-decoration: ;	/*Pour que le lien ne soit plus "souligné"...*/
    color: black;	/* couleur lien noir */
}	


/* ============================= REGLES DES SECTIONS ============================= */

/* ============================= REGLES DES FOOTER ============================= */

footer
{
	text-align: center;
}












