/*	reset
------------------------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
form,
ul,
ol,
li,
dl,
fieldset,
p,
dd,
td,
th {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse
}
img,
fieldset {
	border:none
}
ul,
ol {
	list-style-type:none
}

body
{
	background: #EFEADE url(../img/home/bg_home.jpg) repeat-x 0 0;
	font-family:"Times", "Times New Roman", sans-serif;
	font-size:87.5%; /* 16px*87.5% = 14px */
	color:#4f4535;
}

#conteneur{
	width: 645px;
	height: 643px;
	background-image: url(../img/home/fond.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 615px;
}

#menu{
	width: 220px;
	height: 28px;
	margin: 0 0 0 205px;	
}
.bouton{
	float: left;
}
#fr{
	margin: 2px 0 0 12px;
}
#en{
	margin: 2px 0px 0 8px;
}
