@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	text-decoration:none;
	}
	

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto; 
	width: 990px;
	height: 710px;
	}
	
	
#background{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:710px;
	z-index:0;
	position:absolute;
	}
	
#texte{
	background-color : rgba(253, 252, 252, 0.7);
	font-size:12px;
	line-height:17px;	
	display:block;
	color:#223d57;
	line-height:16px;
	width:230px;
	margin-left:230px;
	margin-top:365px;
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	text-align:justify;
	}
	
#adresse{
	text-align:center;
	color:#FFF;
	width:145px;
	display:block;
	position:absolute;
	margin-left:30px;
	line-height:18px;
	font-size:14px;
	}
	
	
#catalogue{
	display:block;
	width:224px;
	height:45px;
	margin-left:765px;
	}
	
.btcatalogue a{
	margin-top:-182px;
	position:absolute;
	width:224px;
	height:45px;
	background-image:url(img/catalogue_on.png);
	background-repeat:no-repeat;
	}
	
.btcatalogue a:hover{
	margin-top:-182px;
	position:absolute;
	width:224px;
	height:45px;
	background-image:url(img/catalogue_off.png);
	background-repeat:no-repeat;
	}
	
	
#contact{
	display:block;
	width:224px;
	height:45px;
	margin-left:765px;
	}
	
.btcontact a{
	margin-top:-180px;
	position:absolute;
	width:224px;
	height:45px;
	background-image:url(img/commercial_on.png);
	background-repeat:no-repeat;
	}
	
.btcontact a:hover{
	margin-top:-180px;
	position:absolute;
	width:224px;
	height:45px;
	background-image:url(img/commercial_off.png);
	background-repeat:no-repeat;
	}
	
#lemon{
	margin-top:-60px;
	margin-left:880px;
	display:block;
	width:59px;
	height:41px;
	}
	
.btlemon a{
	position:absolute;
	width:59px;
	height:41px;
	background-image:url(img/lemon_on.png);
	background-repeat:no-repeat;
	}
	
.btlemon a:hover{
	position:absolute;
	width:59px;
	height:41px;
	background-image:url(img/lemon_off.png);
	background-repeat:no-repeat;
	}