@charset "UTF-8";

/* G85 CSS Styles
   Updated: 30.04.10 | 15.00pm
   Author: Emyr Davies
---------------------------------------------------


/* Reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

img { border:0; }

input { vertical-align:middle; }



/* end reset | ---------------------------------------------------*/


body {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #000;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}
	
#wrapper {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000;
}

#content_area {
	width: 800px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/g85_black.jpg);
	background-repeat: no-repeat;
	text-indent: 0px;
}

.fadein {
	width: 418px;
	height: 255px;
	padding: 0px;
	border: 0px;
	margin: 90px 0px 0px 192px;
	position: absolute;
}

.fadein img {
	position:absolute; left:0; top:0; 
}


#contact {
	width: 462px;
	height: 20px;
	margin: 670px 0px 0px 169px;
	position: absolute;
	border: 0px;
}

ul#languages {
	margin: 0px;
	margin-left: 0px;
	padding-top: 0px;
	list-style: none;
	position: absolute;	
	}

li#francais {
	position:absolute;
	padding-top: 0px;
	margin: 0px;
	width:194px;
	height: 20px;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
li#english {
	position:absolute;
	padding: 0px;
	margin-top: 0px;
	margin-left: 194px;
	width:200px;
	height: 20px;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: -200px;
	text-indent: -9999px;
	}
	
li#email {
	position:absolute;
	padding: 0px;
	margin-top: 0px;
	margin-left: 396px;
	width: 66px;
	height: 20px;
	}
	
li#email a {
	display: block;
	width: 66px;
	height: 20px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: -402px;
	text-indent: -9999px;
	}
	

li#email a:hover {background: url(images/contact_hover.gif) no-repeat -402px; }

h1 {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size:14px;
	}
	
h1.main {
	text-indent: -9999px;
}

