
/*@font-face
{
    font-family: '28_days_laterregular';
    src: url('28_days_later-webfont.eot');
    src: url('28_days_later-webfont.eot?#iefix') format('embedded-opentype'),
         url('28_days_later-webfont.woff') format('woff'),
         url('28_days_later-webfont.ttf') format('truetype'),
         url('28_days_later-webfont.svg#28_days_laterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face
{
    font-family: '28_days_laterregular';
	src: url('28_days_later-webfont.eot');
    src: url('28_days_later-webfont.eot?#iefix') format('embedded-opentype'),
	     url('28_days_later-webfont.woff') format('woff'),
         url('28_days_later-webfont.ttf') format('truetype'),
         url('28_days_later-webfont.svg#28_days_laterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	width: 100%;
	margin: auto;
}

body
{
	background-image: -webkit-linear-gradient(#0E080C, #1F1311);
	background-image:    -moz-linear-gradient(#0E080C, #1F1311);
	background-image:     -ms-linear-gradient(#0E080C, #1F1311);
	background-image:      -o-linear-gradient(#0E080C, #1F1311); 
	background-image:         linear-gradient(#0E080C, #1F1311);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0E080C', endColorstr='#1F1311'); /* IE6 et IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0E080C', endColorstr='#1F1311')"; /* IE8 */
	background-attachment: fixed;
	font-family: '28_days_laterregular', tahoma, verdana, serif;
	font-weight: normal;
	font-style: normal;
	color: #6B4C34;
	width: 100%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

header
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-align: right;
	font-size: 1.7em;
	width: 80%;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*border: solid 1px white;*/
}

#avatar, section h1
{
	display: block;
	position: fixed;
}

#logo
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15%;
	margin-top: 2%;
	width: 420px;
	height: 420px;
	/*border: solid 1px white;*/
}

#avatar
{
	width: 290px;
	height: 330px;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	margin-left: 110px;
	margin-top: 50px;
	/*border: solid 1px white;*/
}

#avatar:hover
{
	opacity: 0.7;
	padding: 2% 0% 0% 4%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

section h1
{
	font-size: 4em;
	text-align: center;
	width: 350px;
	height:80px;
	margin-left: -100px;
	margin-top: 170px;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform : rotate(-90deg)
	/*border: solid 1px white;*/
}

section h1:hover
{
	color: #D5C2AF;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

nav
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
}

nav li
{
	margin: 20px 0px; /*espacement vertical puis horizontal*/
	list-style-type: none;
	font-size: 2.5em;
}

footer
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-align: right;
	font-size: 1.2em;
	width: 80%;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*border: solid 1px white;*/
}

.link
{
	color: #6B4C34;
	text-decoration: none;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.link:hover
{
	color: #D5C2AF;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.link_nav
{
	color: #6B4C34;
	text-decoration: none;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.link_nav:hover
{
	color: #D5C2AF;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
