/* @override http://localhost/WORK/Asfalte/css/global.css */
/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Global */

body {
	background: #000 url(../images/asphalte-back.jpg) repeat-y center 0;
	font: 1em/1.2em normal Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

.hide {
	display: none;
}

.video {
	display: block;
	width: 384px;
	height: 385px;
	padding: 21px 0 0 21px;
	background: url(../images/video-back.png) no-repeat 0 0;
	cursor: pointer;
}
.video-plus {
	display: block;
	width: 384px;
	height: 385px;
	padding: 21px 0 0 21px;
	background: url(../images/video-plus.png) no-repeat 0 0;
	cursor: pointer;
}


/* @end */

/* @group Page */
#page {
	position: relative;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	background: url(../images/asphalte-stop.jpg) no-repeat center 0;
}

#frame {
	padding: 0 0 0 40px;
}
/* @end */

/* @group Header */

#header {
	position: relative;
	height: 180px;
}
#mplayer {
	position: absolute;
	top: 17px;
	right: 60px;
	display: block;
	width: 412px;
	height: 46px;
	padding: 36px 0 0 12px;
}
#menu {
	position: absolute;
	top: 110px;
	left: 140px;
	z-index: 100;
}
#menu li {
	position: absolute;
	top: 0;
}
#menu a {
	display: block;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	z-index: 100;
}
#menu .accueil {
	left: 0;
	width: 75px;
	background-image: url(../images/menu-accueil.jpg);
}
#menu .freeboard {
	left: 75px;
	width: 102px;
	background-image: url(../images/menu-freeboard.jpg);
}
#menu .skateboard {
	left: 177px;
	width: 118px;
	background-image: url(../images/menu-skateboard.jpg);
}
#menu .snowboard {
	left: 295px;
	width: 113px;
	background-image: url(../images/menu-snowboard.jpg);
}
#menu .videos {
	left: 408px;
	width: 72px;
	background-image: url(../images/menu-videos.jpg);
}
#menu .presse {
	left: 480px;
	width: 73px;
	background-image: url(../images/menu-presse.jpg);
}
#menu .contact {
	left: 553px;
	width: 81px;
	background-image: url(../images/menu-contact.jpg);
}
#menu .flags {
	top: 6px;
	left: 700px;
	width: 40px;
	height: 11px;
	background: url(../images/ca.gif) no-repeat right 0;
}
#menu .flags a {
	display: block;
	width: 16px;
	padding-top: 11px;
	background: url(../images/fr.gif) no-repeat 0 -11px;
}
#menu .flags a:hover {
	background: url(../images/fr.gif) no-repeat 0 0;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	position: relative;
	display: block;
	width: 800px;
	margin: 20px auto 0;
	padding: 10px;
	background-color: #000;
	color: #fff;
	opacity: 0.60;
	font-size: 0.9em;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fc0;
	text-decoration: underline;
}
#footer .copy {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* @end */