/************************
Le Sommer
Homepage
*************************/

body {
	margin: 0;
	padding: 0;
    /*background: url("../images/bandeau_sommer_simple.gif") no-repeat scroll 0 0 #fff;*/
	overflow: hidden;
}

#main, html, body {
	height: 100%;
}

#home {
    margin-top: 230px;
	margin-bottom: 50px;
	background: url(../images/pixel.jpg) repeat-y scroll 72px top;
}

#home img {
	margin-left: 85px;
}

#menu {
	margin: 0 0 6px 5px;
	padding: 0;
	overflow: hidden;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	background: url(../images/menu-sprite.png) no-repeat center left;
	text-indent: -10000px;
	display: block;
	height: 22px;
}

* html #menu li a {
	background-image: url(../images/menu-sprite.jpg);
}

#menu li#blog a {
	background-position: center left;
	width: 71px;
}

#menu li#agence a {
	background-position: center right;
	width: 85px;
}

