/* CSS Document */

a	{
	color:#fff;
	}
	
a:hover	{
	color:#000;
	}
	
#container	{
	background:transparent url(images/bg-yellow.jpg);
	}

#left	{
	background:url(images/bg-red.jpg);
	z-index:9;
	}

#navigation ul li a	{
	border-bottom:1px dotted #800;
	}

#navigation ul li a:hover	{
	color:#f90;
	border-bottom:1px dotted #f90;
	}
	
#head	{
	width:60px;
	background:url(images/offerte-h1.jpg) no-repeat;
	}

	
#top	{
	background: url(images/bg-red.jpg);
	}
	
#content h1	{
	color:#800;
	}

#subnavigation	{
	height:20px;
	float:right;
	position:relative;
	clear:both;
	margin:0px 50px 0px auto;
	padding:0 0px 0 0px;
	}
