
html,body{
	overflow:hidden;
	height:100%;
}

body{
	margin:0;
	overflow:hidden;
	background-color:#9bc0ed;
	font-family:Arial;
	color:#2377a1;
}

img{
	border:0px;
}

a{
	color:#2377a1;
	text-decoration:none;
}

#fond{
	background:url(../img/fond.jpg)  no-repeat bottom center;
	height:100%;
	width:100%;
}

#fond_container, #container{
	height:666px;
	width:1132px;
	position:absolute;
	left:50%;
	margin-left:-566px;
	top:50%;
	margin-top:-333px;
}

#fond_container{
	background-image:url(../img/container.png);
}

#titre_home{
	font-size:30px;
	margin-top:193px;
	margin-left:246px;
}

#container_bouteille{
	margin-top:7px;
	margin-left:66px;
	height:270px;
}

#container_bouteille .bouteille{
	float:left;
}

#container_bouteille .bouteille .titre_bouteille{
	font-size:15px;
	font-weight:bold;
	padding-top:4px;
	_padding-top:1px;
}

#pour_en_savoir_plus_www{
	margin-left:66px;
	_margin-left:33px;
	width:780px;
	float:left;
	height:100px;
}

#pour_en_savoir_plus_www #pour_en_savoir_plus{
	font-size:15px;
	font-weight:bold;
	width:180px;
}

#pour_en_savoir_plus_www #www_eauminerale{
	font-size:23px;
	position:relative;
	top:-4px;
}

#menu{
	margin-top:9px;
	font-size:15px;
	font-weight:bold;
}

#menu .item{
	height:21px;
	float:left;
	width:200px;
}


#rose{
	color:#fe1f9d;
}