h1
{color : black;
font-family: Brush Script MT;
font-size:90px;
}

p
{font-size: 22px;
font-family:cursive;
text-align: center;
margin-left:200px;
margin-right:200px;
}

h2
{font-size: 18px;
font-family:cursive;
text-align: center;
margin-left:20px;
margin-right:20px;
}
	
body
{background-color : #F0E68C;
}

img
{max-width: 50%;
height: auto;
border-radius: 8px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

strong
{font-size: 32px;
}

#countdown>span {
    display: inline-block;
    text-align: right;
    width: 1.2em;
    font-weight: bolder;
    font-size: 32px;
    line-height: 1em;
    color: Black;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#countdown {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav {
	padding: 0; margin: 2.5em 0;
	text-align: center; /* centrer le texte */
	border: 1px solid #333;
    border-top-color: #707070;
    background-color: #5E5E5E;
    background: -moz-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
    text-align: center;
    height: 36px;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	display:inline-block;
	height: 36px;
    margin: 0;
    padding: 0 35px;
    line-height: 36px;
    border-left: 1px solid #555;
    border-right: 1px solid #888;
    text-decoration: none;
    color: white;
    text-shadow: -1px -1px 0 #444;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1em;
}

iframe
{width: 1000px;
height: 500px;
}

#plop { text-decoration: blink; }
