@CHARSET "UTF-8";

/*
 * Reset
 */

* { margin: 0; outline: none; padding: 0; }

img { border: 0;
}
/*
 * Fond de page
 */

body {
	background: #fff url("../images/all/body-background-repeat-x.jpg") left top repeat-x;
	color: #6f5643;
	font: 12px Arial, Helvetica, sans-serif;
}


div#page-wrap {
	margin: 0 auto;
}

h1, h2, blockquote, cite {
	position: absolute;
	left: -20000px;
}

object#gne {
	margin: 52px 0 0 -30px;
}

div#splash {
	background: url("../images/splash/splash-shadows.png") left 50% repeat-x;
	height: 364px;
	margin-top: 150px;
	position: relative;
}

div#splash div.container {
	background: #f2ecde url("../images/splash/splash-background.jpg") left top no-repeat;
	height: 274px;
	position: absolute;
	top: 51px;
	width: 100%;
}

ul#languages li {
	left: 760px;
	list-style-type: none;
	position: absolute;
}

ul#languages li a {
	display: block;
	height: 35px;
	text-indent: -20000px;
	width: 200px;
}

ul#languages li#fr {
	top: 85px;
}

ul#languages li#en {
	top: 120px;
}


/*
 * Footer
 */

div#footer {
	font-size: 11px;
	height: 180px;
	margin: 0 5px;
	position: relative;
	width: 990px;
}

div#footer p#quickinfo {
	left: 15px;
	position: absolute;
	top: 162px;
}

p#produweb {
	color: #fff;
	position: absolute;
	right: 15px;
	top: 162px;
}

p#produweb a {
	background: url("../images/all/produweb.jpg") left center no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
}

/*
p#produweb span {
	float: left;
	padding-right: 3px;
}

p#produweb a {
	background: url("../images/all/produweb.jpg") left center no-repeat;
	color: #fff;
	display: block;
	height: 14px;
	padding-left: 45px;
}
*/
p#produweb a:hover {
	border-bottom: 1px solid #fff;
}



