/* General Css */
* {
	margin:0;
	padding: 0;
	border:0;
	list-style: none;
	font-family: arial;
}
body {
	text-align: center;
	background: #003898 url(../images/background/backgroundhome.jpg) repeat;
	background-position: 0 0;
	_background-position: center 0;
	font-size: 70%;
	_font-size: 75%;
}
html:lang(en)>body {
	text-align: center;
	background: #003898 url(../images/background/backgroundhome.jpg) center 0 repeat;
	font-size: 75%;
}


/* Container - All the page */
div#container {
	width: 583px;
	margin: 0 auto;
	position: relative;
}


/* Top of the page */
div#top {
	float: left;
}


div#logo {
	width: 162px;
	height: 75px;
	float: left;
}


div#francais {
	width: 420px;
	height: 75px;
	float: right;
	text-align: right;
}


div#copy {
	color: white;
	padding: 0 0 5px 70px;
	font-weight: bold;
	font-family: arial;
	height: 29px;
	clear: both;
}


/* Left column of the page */
div#leftedge {
	width: 111px;
	height: 340px;
	float: left;
}


/* Center column of the page */
div#center {
	width: 433px;
	float: left;
	overflow: hidden;
}


/* Menu and rollovers */
div#menu{
	width: 435px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}

div#menu ul li {
	height: 124px; /**/
	float: left;
	position: relative;
	overflow: hidden;
}

div#menu ul li.menu1 {width: 108px;}
div#menu ul li.menu2 {width: 94px;}
div#menu ul li.menu3 {width: 61px;}
div#menu ul li.menu4 {width: 87px;}
div#menu ul li.menu5 {width: 82px;}

div#menu ul li a:hover {
	position: relative;
	bottom: 124px;
}


/* Middle of the page */
div#image {
	float: left;
	height: 149px;
}


/* Flash on the entire page */
div#flash {
	position: absolute;
	z-index: 2;
	height: 273px;
	top: 27px;
	t\op: 138px;
	_t\op: 140px;
	right: -32px;
	r\ight: 7px;
}


/* Ask Form */
div#askpep {
	position: relative;
	float: left;
}
div#askpepint {
	position: absolute;
	top: 32px;
	left: 193px;
	width: 80px;
	height: 19px;
	display: inline;

}
div#askpep p {
	padding: 18px 0 2px 5px;
}
div#askpep input#ask {
	width: 129px;
	_width: 133px;
	height: 16px;
	border:2px inset #FFFFFF;
	margin-bottom: 10px;
	_margin-bottom: 6px;
	font-size: 90%;
}
div#askpep {
	float: left;
}


div#offer {
	float: left;
	position: relative;
}

div#offer_link{
		width: 160px;
		height: 67px;
		position: absolute;
		left: 384px;
		top: 383px;
		_top:385px;
		z-index: 5;
}


/* Right column of the page */
div#rightedge {
	width: 38px;
	height: 340px;
	float: left;
}


/* Footer of the page */
div#footer {
	position: relative;
	left: 40px;
	width: 430px;
	clear: both;
	margin: 0px auto;
	padding-top: 20px;
	font-size: 9px;
	color: white;
		
}
div#footer a {
	color: white;
}

/* Text of the page */
div#dealer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	position:absolute;
	left: 50px;
	top: 291px;
	width: 550px;
	height: 133px;
}

div#dealer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	position:absolute;
	left: 94px;
	top: 330px;
	width: 399px;
	height: 40px;
}

