/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		background-image:url(images/fond.gif); 
    }
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	
	#header #logo {
		height:75px;
		background-color:#b80000;
		background-position:337px 0;
		background-repeat:no-repeat;
	}
	
	#header .header1 { background-image:url(images/headmaison1.jpg); }
	#header .header2 { background-image:url(images/headmaison2.jpg); }
	#header .header3 { background-image:url(images/headmaison3.jpg); }
	
	#header #slogan {
		background-color:#b80000;
		background-repeat:repeat-x;
		background-image:url(images/jelaimebeige.gif);
		height:30px;
	}
	
	#header #slogan div {
		background-repeat:no-repeat;
		background-image:url(images/jelaimecoche.gif);
		background-position:336px 0;
	}


	
	#header #slogan div span {
		background-repeat:no-repeat;
		background-image:url(images/jelaime.gif);
		height:30px;
		display:block;
		font-size:1px;
		text-indent:-9999em;		
	}


.col1 {
	margin-left:147px;
	width:850px;
}
.col2 {
	position:absolute;
	top:107px;
	left:0;
	width:147px;
}

/* MAINS */

#main {
	float:left;
	/*width:500px;*/
	margin-left:15px;
	margin-top:15px;
}

#tools {
	float:left;
	width:300px;
	margin-left:15px;
}

