body
{
	font-family: sans-serif;
	margin: auto;
	background-color: #AAABAD;
	font-size: 1em;
	color: #6D6E71;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
}

#mainlayout
{
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 700px;
}

#header
{
	position: relative;
	height: 123px;
	background-image: url("../images/headerbg.jpg");
}

#logo
{
	position: absolute;
	top: 5px;
	left: 40px;
}


#headerMenu
{
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 0.7em;
	font-weight: bold;
}

#menu
{
	position: relative;
	height: 27px;
	background-image: url("../images/menubg.jpg");
	color: white;
	font-size: 0.9em;
}

#menu a
{
	position: absolute;
	width: 175px;
	height: 22px;
	text-align: center;
	padding-top: 5px;
	background-image: url("../images/menuseparator.jpg");
	background-repeat: no-repeat;
	background-position: right;
	color: white;
}

#menu a:hover, #menu a.selected
{
	color: white;
	background-image: url("../images/menuover.jpg");
}

#content
{
	position: relative;
	height: 633px;
	background-color: white;
	background-image: url("../images/contentbg.jpg");
	background-repeat: no-repeat;
}

#title
{
	height: 55px;
	background-image: url("../images/titlebg.jpg");
	color: white;
	font-size: 1.6em;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 18px;
}

#leftText
{
	width: 405px;
	padding-left: 50px;
	margin-top: 50px;
	text-align: justify;
	font-size: 0.8em;
}

#rightText
{
	position: absolute;
	top: 110px;
	right: 50px;
	width: 400px;
	text-align: justify;
	font-size: 0.8em;
}

#rightText ul
{
	padding-left: 14px;
}

#contact
{
	position: absolute;
	left: 260px;
	top: 100px;
	width: 240px;
	height: 500px;
	padding-left: 20px;
	border-left: 1px solid #6D6E71;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#huiles
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 502px;
	background-image: url("../images/huilesindexfr.jpg");
	background-repeat: no-repeat;
}

#camion
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 502px;
	background-image: url("../images/camionindexfr.jpg");
	background-repeat: no-repeat;
}

a:hover #huiles, a:hover #camion
{
	color: #6D6E71;
}

#footer
{
	position: absolute;
	bottom: 0px;
	padding: 20px;
	padding-left: 50px;
	font-size: 0.7em;
}

#droits
{
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#footer a
{
	padding-left: 5px;
	padding-right: 5px;
	color: #6D6E71;
}

#footer a:hover
{
	color: #ED1C24;
}

#realisation
{
	position: relative;
	margin: auto;
	margin-top: 5px;
	width: 1000px;
	margin-bottom: 20px;
	font-size: 0.7em;
	text-align: right;
}

h1
{
	color: white;
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	color: white;
	font-size: 1.9em;
	font-weight: normal;
}

h3
{
	color: #ED1C24;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0px;
}

h4
{
	margin: 0px;
}

a
{
	text-decoration : none;
	color: #6D6E71;
}

a:hover
{
	color: #ED1C24;
}

img
{
	border: none;
}

input
{
	background-color: #E7E8E9;
	border: none;
	color: #6D6E71;
	width: 178px;
}

textarea
{
	background-color: #E7E8E9;
	border: none;
	height: 185px;
	width: 230px;
}

p
{
	margin-top: 5px;
}