* {
	margin: 0;
	padding: 0;
}

body {
	background: #38302b;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}

a:link {text-decoration: none;  color: #38302b;}
a:visited {text-decoration: none;  color: #38302b;}
a:hover {text-decoration: underline; color:#38302b;} 

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}

#cadre {
	position: absolute;
	width: 800px;
	height: 565px;
	top: 5%;
	left: 50%;
	margin-left: -400px;
	border: 1px solid #000;
	background: #fff;
}

h1, hr {
	display: none;
}

#menu {
	display: block;
	padding-top: 32px;
	padding-left: 14px;
	background: #5B5648;
	height: 64px;
	
}

#menu li {
	float: left;
	list-style: none;
	display: block;
	height: 34px;
	margin-right: 10px;
}

#menu li a {
	float: left;
	display: block;
	height: 17px;
	color: #cacacb;
	font-size: 13px;
	padding: 1px 4px 0px 4px;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 6px solid #807A63;
}

#menu li a:hover {
	border-bottom: 6px solid #80001f;
}

#menu_boutique {
	display: block;
	text-align:right;
	padding-right: 5px;
	padding-bottom:10px;
	background: #5B5648;
	color: #cacacb;
	font-size: 13px;
	text-decoration: none;
}

#menu_boutique a {
	color: #cacacb;
	text-decoration: none;
}

#menu_boutique a:hover {
	color: #807A63;
	text-decoration: none;
}

#conception-realisation {
	position: absolute;
	width: 800px;
	top: 5%;
	left: 50%;
	margin: 568px 0 2px -400px;
	color: #8f8f8f;
	font-size: 10px;
}

#conception-realisation a {
	color: #afafaf;
	text-decoration: none;
}

#conception-realisation a:hover {
	color: #cfcfcf;
}

#conception-realisation #langues {
	position: absolute;
	width: 78px;
	height: 18px;
	top: 0;
	right: 0;
	list-style: none;
}

#conception-realisation #langues li {
	float: left;
}

#conception-realisation #langues a span {
	display: none;
}


#conception-realisation #francais a {
	display: block;
	width: 26px;
	height: 18px;
	background: url("defaut/langues.jpg") 0 0 no-repeat;
}
#conception-realisation #francais a:hover {
	background: url("defaut/langues.jpg") 0 -18px no-repeat;
}

#conception-realisation #english a {
	display: block;
	width: 26px;
	height: 18px;
	background: url("defaut/langues.jpg") -26px 0 no-repeat;
}
#conception-realisation #english a:hover {
	background: url("defaut/langues.jpg") -26px -18px no-repeat;
}

#conception-realisation #espanol a {
	display: block;
	width: 26px;
	height: 18px;
	background: url("defaut/langues.jpg") -52px 0 no-repeat;
}
#conception-realisation #espanol a:hover {
	background: url("defaut/langues.jpg") -52px -18px no-repeat;
}
	