html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
};

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin:0;
	padding:0;	
	background-image: url(image/centre_culturel_heydar-aliyev_bakou.jpg);
    background-size: cover;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
	color: #3F62F2;
	text-align: center;
    font-size: 170px;
    font-family: "Dancing in the beat.ttf";
    font-weight: bold;
	padding-top: 40px;
	margin: auto; 
}

div {
	text-align: center;
    font-size: 30px;
    font-family: "baskerville";
    color: black;
	padding-top: 20px;
	padding-bottom: 20px;
	margin:auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-family: "baskerville";
	margin-left: 50px;
	margin-right: 50px
}

a {
	font-style: italic;
	font-size: 30px;
	color: black;
	text-decoration: none;
}

a.button {
	display:inline-block;
	cursor:pointer;
	color: #0000ad;
	font-family: "baskerville";
	font-style: italic;
	font-size: 45px;
	margin :16px 45px;
	text-decoration:none;
	text-shadow:0px 0px 0px #3f63f2;
};

a.button:hover {
	background-color:transparent;
}

a.button:active {
	position:relative;
	top:2px;
}

img {
    max-width: 100%;
    height: auto;
}

.blue {
	color:#3F62F2;
	font-size: 40px;
}

.big {
	font-size: 90px;
	color: #ffffff;
}

.rassemblement {
	font-size: 45px;
	color: #ffffff;
	font-style: italic;
}

.mail {
	color: #ffffff;
}

img {
	width:130px;
	height:32px;
	display: block;
    margin-left: auto;
    margin-right: auto;
};